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

# faq

- [Benefits of Programmable Conversations](https://docs.bird.com/connectivity-platform/faq/benefits-of-programmable-conversations.md)
- [Can I create my own mix of communication channels and add other channels?](https://docs.bird.com/connectivity-platform/faq/can-i-create-my-own-mix-of-communication-channels-and-add-other-channels.md)
- [Can we integrate Conversations into our CRM software?](https://docs.bird.com/connectivity-platform/faq/can-we-integrate-conversations-into-our-crm-software.md)
- [Do I need to purchase a number to publish SMS, Voice, and Webhook flows?](https://docs.bird.com/connectivity-platform/faq/do-i-need-to-purchase-a-number-to-publish-sms-voice-and-webhook-flows.md)
- [Does the Conversations API give automatic access to Whatsapp for Business?](https://docs.bird.com/connectivity-platform/faq/does-the-conversations-api-give-automatic-access-to-whatsapp-for-business.md)
- [Global coverage](https://docs.bird.com/connectivity-platform/faq/global-coverage.md)
- [How does the ‘Repeat’ attribute work?](https://docs.bird.com/connectivity-platform/faq/how-does-the-repeat-attribute-work.md)
- [How many flows can I make per number?](https://docs.bird.com/connectivity-platform/faq/how-many-flows-can-i-make-per-number.md)
- [Is audio, video, chat, image and location sharing possible with Conversations?](https://docs.bird.com/connectivity-platform/faq/is-audio-video-chat-image-and-location-sharing-possible-with-conversations.md)
- [Supported Languages by MessageBird Natural Language Processing](https://docs.bird.com/connectivity-platform/faq/supported-languages-by-messagebird-natural-language-processing.md)
- [What are Available Variables?](https://docs.bird.com/connectivity-platform/faq/what-are-available-variables.md)
- [What is Programmable Conversations?](https://docs.bird.com/connectivity-platform/faq/what-is-programmable-conversations.md)
- [What is a Continued Action?](https://docs.bird.com/connectivity-platform/faq/what-is-a-continued-action.md)
- [What is an IVR menu?](https://docs.bird.com/connectivity-platform/faq/what-is-an-ivr-menu.md)
- [Which communication channels are supported?](https://docs.bird.com/connectivity-platform/faq/which-communication-channels-are-supported.md)
- [Why can’t I use Voice services due to my account currency?](https://docs.bird.com/connectivity-platform/faq/why-cant-i-use-voice-services-due-to-my-account-currency.md)


---

# 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/connectivity-platform/faq.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.
