# Настройки API документации

На странице "Настройки сайта" - в разделе "Configs" - в блоке "API DOCS" возможно указать тип API методов, которые будут отображаться в API документации.&#x20;

<figure><img src="https://3272217808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKMtUdLxlDooDfKq13Is6%2Fuploads%2F1dgA5ckMiwVkL2Vc6nQT%2Fimage.png?alt=media&#x26;token=4ee493b6-a6db-4f92-b43f-5b070fa47035" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
API документация для проекта доступна по ссылке `yourdomain.com/service/api-docs/#/`. \
Пример: [develop.exchange/service/api-docs/#/](https://www.develop.exchange/service/api-docs/#/)
{% endhint %}

* Для отображения публичных методов выберите параметр "Да" для поля "SHOW PUBLIC METHODS".&#x20;
* Для отображения пользовательских методов выберите параметр "Да" для поля "SHOW USER METHODS". &#x20;
* Для отображения админ методов выберите параметр "Да" для поля "SHOW ADMIN METHODS".
* Для отображения серверных методов выберите параметр "Да" для поля "SHOW SERVER METHODS". &#x20;

{% hint style="info" %}
Настройки для данного блока применяться в течение 15 минут после нажатия на кнопку "Save".
{% endhint %}


---

# 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://manual.boxexchanger.net/dlya-razrabotchikov/nastroiki-api-dokumentacii.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.
