# General information

- [Navixy Developer Documentation](https://navixy.com/docs/navixy-api/general/readme.md): Getting started with Navixy API
- [API automation tools](https://navixy.com/docs/navixy-api/general/api-tools.md)
- [Using Postman with Navixy](https://navixy.com/docs/navixy-api/general/api-tools/postman.md): Testing API with Postman
- [Zapier Integration](https://navixy.com/docs/navixy-api/general/api-tools/zapier.md): Work with API using Zapier.
- [Get involved](https://navixy.com/docs/navixy-api/general/contribute.md): Get involved into improving documentation and translations of the Navixy Platform
- [Translate Navixy](https://navixy.com/docs/navixy-api/general/contribute/translation.md): Instructions to add localizations for Navixy Platform
- [Contact Us](https://navixy.com/docs/navixy-api/general/contacts.md): Contact Navixy Team


---

# 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://navixy.com/docs/navixy-api/general.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.
