# Other

- [How does your bot work?](https://docs-en.dydu.ai/other/how-does-your-bot-work.md)
- [Data protection](https://docs-en.dydu.ai/other/data-protection.md)
- [Cookie management policy](https://docs-en.dydu.ai/other/data-protection/cookie-management-policy.md)
- [Console logs](https://docs-en.dydu.ai/other/console-logs.md)
- [Special keywords](https://docs-en.dydu.ai/other/special-keywords.md)
- [Technical aspects](https://docs-en.dydu.ai/other/technical-aspects.md)
- [Hosting](https://docs-en.dydu.ai/other/technical-aspects/hosting.md)
- [Infrastructure](https://docs-en.dydu.ai/other/technical-aspects/infrastructure.md)
- [Security](https://docs-en.dydu.ai/other/security.md)
- [General information](https://docs-en.dydu.ai/other/security/general-information.md)
- [Server usage](https://docs-en.dydu.ai/other/security/server-usage.md)
- [Open source tools](https://docs-en.dydu.ai/other/security/open-source-tools.md)
- [User session expiration](https://docs-en.dydu.ai/other/security/user-session-expiration.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/other.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.
