# Settings

The Jigx *Extension Settings*, accessed via the *manage gea*r icon, contain many options that can be modified. For Jigx, there is one main option to modify; the remaining options can be left unchanged. This is the **Jigx: App name** setting, which determines which Jigx App on a device must be connected when [debugging](/building-apps-with-jigx/jigx-builder-code-editor/debugging.md) a solution in Jigx Builder. There are two main types of apps, namely:

1. Jigx App- downloaded from the Play or App stores.
2. Jigx branded apps - a Jigx App that has been branded for your organization in [Jigx Management](/administration/organization-settings.md), and added to the Play or App stores.

It is important to configure which app you want to connect to as the [debugging](/building-apps-with-jigx/jigx-builder-code-editor/debugging.md) Jigx Dev tools QR code is generated using the **Jigx: App name** setting.

<figure><img src="/files/9MYYQZWFiLOk6v88LkaT" alt="Jigx extension settings"><figcaption><p>Jigx extension settings</p></figcaption></figure>

To configure the **Jigx: App name** setting follow the steps below:

1. When connecting to the Jigx App available from the Play or App stores leave the setting empty.
2. When connecting to a Jigx branded app, go to Jigx Management / Branding/ App configuration and copy the **App Name**, then paste the name in the **Jigx: App name** setting in Jigx Builder. \
   ![](/files/wSc2E8EGifcR2jSmbgO9)
3. Regenerate the QR code when changing app names in settings by clicking the **Refresh QR code** icon in Jigx Dev tools - **Connect to Device** pane.

{% hint style="info" %}
You can check which app your Jigx Dev Tools will connect to by hovering over the QR code and look for the *appname* in the string, if it is blank you connecting to the Jigx App.
{% endhint %}


---

# 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.jigx.com/building-apps-with-jigx/jigx-builder-code-editor/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.
