> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/ai-features.md).

# AI

- [AI](https://docs.bird.com/applications/ai-features/ai.md): Manage all of your AI tools under one roof.
- [Quickstarts](https://docs.bird.com/applications/ai-features/ai/quickstarts.md)
- [Create an FAQ model](https://docs.bird.com/applications/ai-features/ai/quickstarts/create-an-faq-model.md)
- [Build a detect intent model](https://docs.bird.com/applications/ai-features/ai/quickstarts/build-a-detect-intent-model.md)
- [Concepts](https://docs.bird.com/applications/ai-features/ai/concepts.md)
- [AI Assistants](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants.md)
- [Agent Assistant](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants/agent-assistant.md)
- [Flows Assistant](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants/flows-assistant.md)
- [Studio Assistant](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants/studio-assistant.md)
- [FAQ Assistant](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants/faq-assistant.md)
- [Audience Assistant](https://docs.bird.com/applications/ai-features/ai/concepts/ai-assistants/audience-assistant.md)
- [AI flow actions](https://docs.bird.com/applications/ai-features/ai/concepts/ai-flow-actions.md)
- [AI integrations](https://docs.bird.com/applications/ai-features/ai/concepts/ai-integrations.md)
- [Detect language: Supported languages](https://docs.bird.com/applications/ai-features/ai/concepts/detect-language-supported-languages.md)
- [How-to](https://docs.bird.com/applications/ai-features/ai/how-to.md)
- [Set up and deploy automated FAQs](https://docs.bird.com/applications/ai-features/ai/how-to/set-up-and-deploy-automated-faqs.md)
- [Set up and deploy detect intent models](https://docs.bird.com/applications/ai-features/ai/how-to/set-up-and-deploy-detect-intent-models.md)
- [AI Agents](https://docs.bird.com/applications/ai-features/ai-agents.md): Automated, 24/7 customer support.
- [Concepts](https://docs.bird.com/applications/ai-features/ai-agents/concepts.md)
- [Knowledge bases](https://docs.bird.com/applications/ai-features/ai-agents/concepts/knowledge-bases.md): The brains behind your AI Agents.
- [OpenAI token usage](https://docs.bird.com/applications/ai-features/ai-agents/concepts/openai-token-usage.md)
- [How-to](https://docs.bird.com/applications/ai-features/ai-agents/how-to.md)
- [Create your first AI employee](https://docs.bird.com/applications/ai-features/ai-agents/how-to/create-your-first-ai-employee.md): Set up your AI agent.
- [Manage AI conversations with abandonment rules and nudges](https://docs.bird.com/applications/ai-features/ai-agents/how-to/manage-ai-conversations-with-abandonment-rules-and-nudges.md): Maintain dynamic and responsive AI interactions.
- [Set up your AI employee's knowledge base](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-your-ai-employees-knowledge-base.md): Learn how to build a knowledge base to be used by an AI Agent
- [Set up guardrails for your AI employee](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-guardrails-for-your-ai-employee.md): Define clear boundaries to ensure responsible AI employee behavior across interactions.
- [Set up actions for your AI employee](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-actions-for-your-ai-employee.md): Design intelligent AI interaction flows.
- [Set up tasks for your AI employee](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-tasks-for-your-ai-employee.md): Expand your AI employee's capabilities.
- [Set up advanced settings and deploy your AI employee](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-advanced-settings-and-deploy-your-ai-employee.md): Fine-tune and launch your AI support agent.
- [Deploy an AI Agent](https://docs.bird.com/applications/ai-features/ai-agents/how-to/deploy-an-ai-agent.md)
- [Set up your AI employee's profile and personality](https://docs.bird.com/applications/ai-features/ai-agents/how-to/set-up-your-ai-employees-profile-and-personality.md): Learn how to customize your AI employee's identity and behavior in Bird.


---

# 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.bird.com/applications/ai-features.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.
