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

# Partner API

- [Overview](https://docs.360dialog.com/partner/partner-api/overview.md): This page describes our Partner API.
- [API Reference](https://docs.360dialog.com/partner/partner-api/api-reference.md): This page describes available endpoints, required authentication, request parameters, response formats, and error codes.
- [Partner Management](https://docs.360dialog.com/partner/partner-api/api-reference/partner-management.md)
- [WABA Account Management](https://docs.360dialog.com/partner/partner-api/api-reference/waba-account-management.md)
- [Client Management](https://docs.360dialog.com/partner/partner-api/api-reference/client-management.md)
- [Channel Management](https://docs.360dialog.com/partner/partner-api/api-reference/channel-management.md)
- [Webhook Management](https://docs.360dialog.com/partner/partner-api/api-reference/webhook-management.md)
- [Balance & Usage](https://docs.360dialog.com/partner/partner-api/api-reference/balance-and-usage.md)
- [Account Sharing](https://docs.360dialog.com/partner/partner-api/api-reference/account-sharing.md)
- [Settings](https://docs.360dialog.com/partner/partner-api/api-reference/settings.md)
- [Partner Change Request Management](https://docs.360dialog.com/partner/partner-api/api-reference/partner-change-request-management.md)
- [Preverified Numbers Management](https://docs.360dialog.com/partner/partner-api/api-reference/preverified-numbers-management.md)
- [Templates Management](https://docs.360dialog.com/partner/partner-api/api-reference/templates-management.md)
- [Whats App Flows](https://docs.360dialog.com/partner/partner-api/api-reference/whats-app-flows.md)
- [Partners V2 API](https://docs.360dialog.com/partner/partner-api/api-reference/partners-v2-api.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:

```
GET https://docs.360dialog.com/partner/partner-api.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.
