# Developers

- [API reference](https://docs-en.dydu.ai/developers/api-reference.md)
- [Authentication](https://docs-en.dydu.ai/developers/api-reference/authentication.md)
- [Dialog API](https://docs-en.dydu.ai/developers/api-reference/dialog-api.md)
- [Dialogs Export](https://docs-en.dydu.ai/developers/api-reference/dialogs-export.md)
- [Search field](https://docs-en.dydu.ai/developers/api-reference/search-field.md)
- [Import Export Bot](https://docs-en.dydu.ai/developers/api-reference/import-export-bot.md)
- [Import/Export Knowledge Base](https://docs-en.dydu.ai/developers/api-reference/import-export-knowledge-base.md)
- [Server Status API](https://docs-en.dydu.ai/developers/api-reference/server-status-api.md)
- [Access to APIS](https://docs-en.dydu.ai/developers/api-reference/access-to-apis.md)
- [User Management in the BMS](https://docs-en.dydu.ai/developers/api-reference/user-management-in-the-bms.md): This section describes the APIs exposed by the Dydu solution to manage BMS users.
- [External NLPs](https://docs-en.dydu.ai/developers/api-reference/external-nlps.md)
- [Chatbox V5](https://docs-en.dydu.ai/developers/chatbox-v5.md)
- [Setup and integration](https://docs-en.dydu.ai/developers/chatbox-v5/setup-and-integration.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-en.dydu.ai/developers.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.
