> For the complete documentation index, see [llms.txt](https://nx.docs.scailable.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/enable-.ini-settings.md).

# Enable .ini settings

Advanced controls can be enabled through an `.ini` file. By default the `.ini` file does not exist. If you create this file and it is empty, the Network Optix Mediaserver will populate it with all available settings, their defaults, and some documentation.

{% tabs %}
{% tab title="Nx Meta" %}
Create an empty file by running:

```bash
sudo mkdir -p /home/networkoptix-metavms/.config/nx_ini 
sudo touch /home/networkoptix-metavms/.config/nx_ini/nx_ai_manager_plugin.ini 
sudo chmod 666 /home/networkoptix-metavms/.config/nx_ini/nx_ai_manager_plugin.ini
```

{% endtab %}

{% tab title="Nx Witness" %}
Create an empty file by running:

```bash
sudo mkdir -p /home/networkoptix/.config/nx_ini 
sudo touch /home/networkoptix/.config/nx_ini/nx_ai_manager_plugin.ini 
sudo chmod 666 /home/networkoptix/.config/nx_ini/nx_ai_manager_plugin.ini
```

{% endtab %}

{% tab title="Nx Go" %}
Create an empty file by running:

```bash
sudo mkdir -p /home/networkoptix/.config/nx_ini 
sudo touch /home/networkoptix/.config/nx_ini/nx_ai_manager_plugin.ini 
sudo chmod 666 /home/networkoptix/.config/nx_ini/nx_ai_manager_plugin.ini
```

{% endtab %}

{% tab title="Windows" %}

Create the server `.ini` folder and in that folder create a file named '`nx_ai_manager_plugin.ini`'&#x20;

```
C:\Windows\System32\config\systemprofile\AppData\Local\nx_ini
```

```
C:\Windows\System32\config\systemprofile\AppData\Local\nx_ini\nx_ai_manager_plugin.ini
```

[Restart the server](/support-and-troubleshooting/troubleshooting/controlling-the-server-and-the-plugin.md) and the `.ini` file is populated.

For more information check the instructions in the Nx Witness documentation

{% embed url="<https://support.networkoptix.com/hc/en-us/articles/4410047158167-How-to-Create-ini-Files-for-Nx-Witness>" %}
{% endtab %}
{% endtabs %}

Then [restart](/nx-ai-manager/install-plugin.md) the mediaserver. Once the mediaserver is restarted the `.ini` file should be filled with defaults.


---

# 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://nx.docs.scailable.net/nx-ai-manager/advanced-configuration/enable-.ini-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.
