# AI Agents

AI agents allow you to provide your customers with 24/7 support. When set up, they can be used to:

* Resolve customer enquiries independently, and hand over to a human as required.
* Perform administrative tasks such as processing returns or scheduling appointments.
* Provide product recommendations and shopping assistance.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Build a Knowledge Base</strong></td><td>Learn how to build a Knowledge Base for an AI Agent.</td><td></td><td><a href="/pages/sV7qGC5ILS7fzXfaOLz4">/pages/sV7qGC5ILS7fzXfaOLz4</a></td></tr><tr><td><strong>Set up an AI Agent</strong></td><td>Learn how to configure an AI Agent.</td><td></td><td><a href="/pages/57Ub98FzBoKPzzKQjOiG">/pages/57Ub98FzBoKPzzKQjOiG</a></td></tr><tr><td><strong>Deploy an AI Agent</strong></td><td>Learn how to deploy an AI Agent that can talk to customers.</td><td></td><td><a href="/pages/C0yXxP7G7b97s3kViVHW">/pages/C0yXxP7G7b97s3kViVHW</a></td></tr></tbody></table>


---

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