> ## Documentation Index
> Fetch the complete documentation index at: https://docs.release0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to integrate your Agent with FlutterFlow

> Integrate your Release0 agent with FlutterFlow using Webview elements. Follow these steps to embed your chatbot seamlessly in your FlutterFlow project.

Integrating your agent with FlutterFlow is a straightforward process. Follow these steps to get started:

1. Go to the **Integrations** tab of your agent's **flow editor**.
2. Click the **FlutterFlow** button to get the embed instructions.
3. Copy the provided code snippet.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/wBCYRe8zYj7SPCzD/images/integrations/flutterflow-integration.png?fit=max&auto=format&n=wBCYRe8zYj7SPCzD&q=85&s=f46b90f5004cabf2953c9c39693ffa45" alt="Release0.com - FlutterFlow" width="588" height="281" data-path="images/integrations/flutterflow-integration.png" />
</Frame>

4. Insert a **Webview** element into your FlutterFlow project.
5. Paste the code into the **Webview** element's **URL** field.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/wBCYRe8zYj7SPCzD/images/integrations/flutterflow-overview.png?fit=max&auto=format&n=wBCYRe8zYj7SPCzD&q=85&s=6f746c58e8430f6ac4261f2104d42a38" alt="Release0.com - FlutterFlow Webview" width="296" height="354" data-path="images/integrations/flutterflow-overview.png" />
</Frame>

6. Save the changes to your project.
7. Your agent should now be embedded in your FlutterFlow project.
8. Test the integration by running your project and interacting with the agent.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/integrations/flutterflow-sample.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=a6a78b105cdce7596f86556272781abb" alt="Integrations Overview" width="839" height="819" data-path="images/integrations/flutterflow-sample.png" />
</Frame>
