# API

- [Service API](https://docs.3dolphins.ai/5.1.x-1/api/service-api.md)
- [Ping API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/ping-api.md)
- [Get Token](https://docs.3dolphins.ai/5.1.x-1/api/service-api/get-token.md)
- [Auxilliary Mapping](https://docs.3dolphins.ai/5.1.x-1/api/service-api/auxilliary-mapping.md)
- [Channel Connector API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/channel-connector-api.md)
- [Support Chart API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/support-chart-api.md)
- [Contact API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/contact-api.md)
- [File Upload Service](https://docs.3dolphins.ai/5.1.x-1/api/service-api/file-upload-service.md)
- [Form API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/form-api.md)
- [Location API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/location-api.md)
- [Marketing API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/marketing-api.md)
- [WhatsApp Broadcast](https://docs.3dolphins.ai/5.1.x-1/api/service-api/marketing-api/whatsapp-broadcast.md)
- [Line Broadcast](https://docs.3dolphins.ai/5.1.x-1/api/service-api/marketing-api/line-broadcast.md)
- [Profile API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/profile-api.md)
- [Push Notification API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/push-notification-api.md)
- [Report API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/report-api.md)
- [Ticket File Media API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/ticket-file-media-api.md)
- [Operator API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/operator-api.md)
- [Ticket API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/ticket-api.md)
- [Supervisor API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/supervisor-api.md)
- [Users API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/users-api.md)
- [Email Outbound API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/email-outbound-api.md)
- [Task API](https://docs.3dolphins.ai/5.1.x-1/api/service-api/task-api.md)
- [Bot API](https://docs.3dolphins.ai/5.1.x-1/api/bot-api.md)
- [Get Token](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-token.md)
- [Get Bot Response](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-response.md)
- [Get Bot by Bot Id and Get list of Bots](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-by-bot-id-and-get-list-of-bots.md)
- [Get Bot Deployment Channel by Bot Id](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-deployment-channel-by-bot-id.md)
- [Get Bot FAQ Modules by Bot Id](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-faq-modules-by-bot-id.md)
- [Get Bot Dialogs by Bot Id](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-dialogs-by-bot-id.md)
- [Get Bot Responses by Bot Id and User Message](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-responses-by-bot-id-and-user-message.md)
- [NLP API](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/npl-api.md)
- [Think Paragraph API](https://docs.3dolphins.ai/5.1.x-1/api/bot-api/think-paragraph-api.md)
- [Sales API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api.md)
- [Get Token](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/get-token-1.md)
- [Company API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/company-api.md)
- [Product API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/product-api.md)
- [Pipeline API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/pipeline-api.md)
- [Deal API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/deal-api.md)
- [Notes API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/notes-api.md)
- [Lead API](https://docs.3dolphins.ai/5.1.x-1/api/sales-api/lead-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.3dolphins.ai/5.1.x-1/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.
