# AI Agent

- [Build an AI Agent](https://docs.gooey.ai/ai-agent/copilot.md): Build your no-code AI agent in minutes!
- [What to do BEFORE You Build an AI Agent](https://docs.gooey.ai/ai-agent/copilot/what-to-do-before-you-build-a-bot.md): Before you dive right in, here's a few things to think about
- [AI Prompting: Best practices](https://docs.gooey.ai/ai-agent/copilot/craft-your-ai-copilots-personality.md): Optimise and create the best prompt for your AI Copilot
- [Curate your Knowledge Base Documents](https://docs.gooey.ai/ai-agent/copilot/curate-your-knowledge-base-documents.md): Learn how to prepare your documents to make the best agent for your use case
- [Advanced Settings](https://docs.gooey.ai/ai-agent/copilot/advanced-settings.md): Customise your Agent settings to fit your business use case
- [Prepare Synthetic Data](https://docs.gooey.ai/ai-agent/copilot/prepare-synthetic-data.md): Learn how to add AI synthesized data to improve your AI Agent results
- [Building a Multi-Modal AI Agent](https://docs.gooey.ai/ai-agent/copilot/building-a-multi-modal-copilot.md): A Step-by-Step Guide to Creating Your Own Multi-modal, Multi-Lingual AI Agent
- [Automate Data Export](https://docs.gooey.ai/ai-agent/copilot/how-to-add-a-daily-export-to-export-your-copilot-data.md): Adding a cron job to your Agent
- [Deploy an AI Agent](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot.md)
- [Deploy to Web](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-web.md): One-click integration for your AI Agent
- [Deploy to Telegram](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-telegram.md): One-click integration for your AI Agent
- [Deploy to Voice](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-voice.md): Deploy a Voice AI Agent
- [Deploy to WhatsApp](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-on-whatsapp.md): One-click integration for your AI Agent
- [Deploy to Slack](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-slack.md): How to set up slack
- [Siri Deployment](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-slack/siri-deployment.md)
- [Deploy to Facebook](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/deploy-to-facebook.md): One-click deployment for your AI Agent
- [Broadcast Messages (via web or API)](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/broadcast-messages-via-web-or-api.md): After you've connected your AI agent to Slack or WhatsApp, you can send custom messages to your users to notify them of relevant news, reengage inactive users, and more!
- [Add buttons to your AI agent](https://docs.gooey.ai/ai-agent/how-to-deploy-an-ai-copilot/add-buttons-to-your-copilot.md)
- [Monitor an AI Agent](https://docs.gooey.ai/ai-agent/conversation-analysis.md): Analysis and Observability
- [Feedback](https://docs.gooey.ai/ai-agent/conversation-analysis/feedback.md): Learn how to activate, view, analyze, and interpret user feedback on AI Agent interactions using the analytics dashboard.
- [Glossary](https://docs.gooey.ai/ai-agent/conversation-analysis/glossary.md)
- [Frequently Asked Questions about AI Agents](https://docs.gooey.ai/ai-agent/frequently-asked-questions-about-ai-copilot.md): Some answers to common issues when implementing Agent in production


---

# Agent Instructions: 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://docs.gooey.ai/ai-agent.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.
