> For the complete documentation index, see [llms.txt](https://docs.callfa.st/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.callfa.st/send-leads-in/form-provider-instructions/webflow.md).

# Webflow

This page will explain how to send your form submissions from a Webflow form to a CallFast project.

{% hint style="warning" %}
Important - Make sure to add your Call Fast project email address as an additional recipient in Webflow. You don't need to replace the current email address with your Call Fast email address.
{% endhint %}

You can find your unique Call Fast project email address in the Call Fast project. Click "Copy" to copy it:

<div align="left"><figure><img src="/files/duUHEPUSxFGCGGMCJrhJ" alt="" width="563"><figcaption></figcaption></figure></div>

In Webflow, form notifications are sent to the email address associated with your Webflow account by default. You can adjust this setting and other form notification settings in **Site settings > Forms**.

<figure><img src="/files/TtonhmJeax9RmfpwUmGr" alt=""><figcaption></figcaption></figure>

Enter your unique Call Fast project email address in the "Send form submissions to" input. To send to multiple emails, separate the emails with a comma.

When you have completed these settings, make sure to submit a test to make sure your existing email address and Call Fast both receive your form submission.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.callfa.st/send-leads-in/form-provider-instructions/webflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
