> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/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/api/welcome-to-the-bird-api-docs.md).

# Welcome to the Bird API Docs

## Why Bird?

{% embed url="<https://www.youtube.com/watch?v=ssXwPwHv9Ew>" %}

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/BLD8aD1JmAcTEspQWHha">/pages/BLD8aD1JmAcTEspQWHha</a></td><td></td><td>Connect with customers on the most popular communication platforms and messaging apps.</td><td></td><td></td></tr><tr><td><a href="/pages/HU60giJrh2g9O7sUpCtW">/pages/HU60giJrh2g9O7sUpCtW</a></td><td></td><td>Sync customer data from multiple sources in real time, and create a 360-degree customer view.</td><td></td><td></td></tr><tr><td><a href="/pages/VMhJGz9b2oKj4dsSuQ98">/pages/VMhJGz9b2oKj4dsSuQ98</a></td><td></td><td>Search and buy numbers, and manage your own numbers inventory.</td><td></td><td></td></tr><tr><td><a href="/pages/NsQgNkDmliAUbj2ggz7A">/pages/NsQgNkDmliAUbj2ggz7A</a></td><td></td><td>Verify the identity of your customers to enable additional services in your account.</td><td></td><td></td></tr><tr><td></td><td><a href="/pages/h9jrWFvTTAR4CyZOhZwr">Accounts API</a></td><td></td><td>Organize your account.</td><td></td></tr><tr><td></td><td><a href="/pages/JxLhLrifGRP607HrA324">Touchpoints API</a></td><td></td><td>Create and manage dynamic customer interactions across multiple channels.</td><td></td></tr></tbody></table>


---

# 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/api/welcome-to-the-bird-api-docs.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.
