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