# Advanced settings

The **Advanced Settings** tab in the **ExtensionsManager** allows administrators to modify the **global configuration** that applies to the entire environment and all extensions.

From here, you can update settings such as:

* **Port** – Change the port number used by the ExtensionsManager.
* **HTTPS and Domain** – Enable secure connections and define the domain used by the ExtensionManager
* **TREX URL** – Configure how `.trex` files are generated when running behind a reverse proxy or using a custom domain.

***

#### Editing Your Configuration

You have **two ways** to edit your configuration:

1. **Edit Individual Settings**\
   Modify each setting (Port, HTTPS, or TREX) separately.\
   This is recommended for **advanced users** who only need to adjust one or two parameters.
2. **Wizard Mode**\
   Use the **Configuration Wizard** to set up all global settings at once — just like during the initial installation.\
   This is recommended for **new users** or when performing a **full reconfiguration**.

{% hint style="warning" %}
Using the Wizard will **reset all global configuration settings**
{% endhint %}

***

#### Configuration Options

**Wizard and individual settings**

{% content-ref url="/pages/B2GDFJ6WCxzVpepciJlF" %}
[Domain and HTTPS configuration](/extensionsmanager/installation-guide/configuration/advanced-settings/domain-and-https-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/iHrlh9hPC4OVbkgiXY29" %}
[Port configuration](/extensionsmanager/installation-guide/configuration/advanced-settings/port-configuration.md)
{% endcontent-ref %}

**Individual only**

{% content-ref url="/pages/XcIq73S5giXCs33Z6KV5" %}
[TREX url configuration](/extensionsmanager/installation-guide/configuration/advanced-settings/trex-url-configuration.md)
{% endcontent-ref %}


---

# 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://docs.infotopics.com/extensionsmanager/installation-guide/configuration/advanced-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.
