> For the complete documentation index, see [llms.txt](https://academy.gooey.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gooey.ai/ai-for-impact/module-7.md).

# Deploy Your First Web AI Agent

{% embed url="<https://youtu.be/hu8vlNwuOwQ>" %}

**SET UP INTEGRATION CONFIG**

1. Click on the Integrations tab
2. Use the “Gooey.AI” button

<figure><img src="https://docs.gooey.ai/~gitbook/image?url=https%3A%2F%2F662560811-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5BFP5RUm6rTLXk8wUSTf%252Fuploads%252FAEcxNGjpgWYqbFxa38He%252F0.png%3Falt%3Dmedia&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=59ce00c9&#x26;sv=2" alt=""><figcaption></figcaption></figure>

1. This will open the Web widget configuration page. You can add the following details:
   1. Name of the bot
   2. Description - this will be the introduction of the bot
   3. By line and website link
   4. Conversation Starters - add some introductory questions for the users

<figure><img src="https://docs.gooey.ai/~gitbook/image?url=https%3A%2F%2F662560811-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5BFP5RUm6rTLXk8wUSTf%252Fuploads%252FrQO1BSHeS9dFj2I721pH%252F1.png%3Falt%3Dmedia&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=14710903&#x26;sv=2" alt=""><figcaption></figcaption></figure>

1. Hit Update
2. Test your bot here:
   1. Click on the “Message the bot” button and test the bot.

**EMBED TO WEBSITE**

<figure><img src="https://docs.gooey.ai/~gitbook/image?url=https%3A%2F%2F662560811-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5BFP5RUm6rTLXk8wUSTf%252Fuploads%252FVR3MrH4eKlp4L5FSEZMP%252F2.png%3Falt%3Dmedia&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ef578bc2&#x26;sv=2" alt=""><figcaption></figcaption></figure>

Once you are happy with the performance of the tests, you can Embed the bot in your production website with just two lines of code.


---

# 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:

```
GET https://academy.gooey.ai/ai-for-impact/module-7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
