# 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)
- [Templates Management](https://docs.360dialog.com/partner/partner-api/api-reference/templates-management.md)
- [WhatsApp Flows](https://docs.360dialog.com/partner/partner-api/api-reference/whatsapp-flows.md)
- [Partners V2 API](https://docs.360dialog.com/partner/partner-api/api-reference/partners-v2-api.md)


---

# 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.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.
