> 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/ai-agents/how-to.md).

# How-to

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

```
GET https://docs.bird.com/applications/ai-features/ai-agents/how-to.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.
