> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/extensionsmanager/installation-guide/features/product-configuration.md).

# Product configuration

Each Apps for Tableau extension can be customized to fit your specific setup.\
Configuration can be done during the **first installation** or adjusted later through the **configuration wizard** of an already installed product.

***

#### Getting to the configuration wizard

**On First Install**

During the first installation of a product, you’ll be prompted to choose between:

* **Standard configuration** – Automatically applies the default setup for the product.
* **Custom configuration** – Opens the **Configuration Wizard**, allowing you to set up details like ports and navigation names according to your environment.

Choosing the custom option will lead you through the configuration steps before completing the installation.

**⚙️ Already Installed**

If the product is already installed, you can modify its configuration at any time:

1. Open the **Extensions Manager**.
2. Navigate to the **specific product page**.
3. Click **Open Configuration Wizard** (located in the bottom right corner of the product page).

This will reopen the step-by-step wizard for that product.

***

#### The configuration wizard

Each product’s configuration wizard may vary slightly, but all share the same core setup flow.

> DashboardUsage, VizSlides and Dreamteams require additional setup steps. The wizard will guide you through this.

You’ll typically go through the following steps:

**Step 1: Port configuration**

Set up the network port used by the product.

* By default, a suitable port is automatically assigned.
* You may only need to change it if another program on your server is already using that port.
* No port forwarding is required — products are accessed through the **AFT Manager’s main port**.

**Step 2: Navigation configuration**

Define how Tableau will access your product — either via **subdomain** or **folder structure**.

* **Subdomain example:**

  ```
  supertables.localhost
  ```
* **Folder structure example:**

  ```
  localhost/supertables
  ```

Choose your preferred method and provide a **navigation name**. This URL can then be used in your TREX files so the extension is reachable in your Tableau dashboard.

**Step 3: Save configuration**

After reviewing your setup, click **Save Configuration** to apply your settings and start the product.

A summary table will confirm:

* Port number
* Whether a subdomain or folder structure is used
* Navigation name


---

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