> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-polzovatelya/oz-webui/webui-settings.md).

# Настройки

На вкладке **Настройки** находятся настройки подключения к WEB к API. Чтобы их изменить или добавить новый сервер, нажмите кнопку **Редактировать** или **Добавить сервер** соответственно.

<figure><img src="/files/Wohw1w2WxqMPTjeCYDXZ" alt=""><figcaption></figcaption></figure>

Для добавления нового сервера заполните поля:

* **Наименование сервера** — название сервера с API, который вы используете
* **Адрес сервера API** — адрес сервера с API, который вы используете
* **Access-токен** — токен авторизации пользователя с правами администратора OZ API
* **Логин** и **Пароль** — его логин и пароль

Когда закончите, нажмите кнопку **Сохранить**.

<div align="left"><img src="/files/K3GSzq3CUnoPRSpXGYln" alt=""></div>

На вкладке **О программе** вы можете видеть текущую версию интерфейса.

<figure><img src="/files/EIQRg4BXNlzPh5cKNnbO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-polzovatelya/oz-webui/webui-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
