# Settings

The **Settings** tab contains settings for connecting to the Web API. Click the **Edit** or **Add Server** buttons to fix them or add a new server, respectively.

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

* fill in all the fields to add a new server:
  * **Server name** – the name of the API server you are using
  * **API URL** – the address of the API server you are using
  * **Access-token** – the authorization token of a user with OZ API administrator rights
  * **Login** and **Password** – their login and password
* once finished, click the **Submit** button.

![](/files/G7pXjZ9frMk0XPDVx9j7)

* **About program** shows the current version of the interface.

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


---

# 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://doc.ozforensics.com/oz-knowledge/guides/user-guide/oz-webui/webui-settings.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.
