# Configuration

Integrating your extension into the dashboard allows you to refine its appearance and functionality. Initially, adjust the extension's connection settings to link it with a spreadsheet that shares the same Database Table as your schema, specifically the "Missing Orders" sheet within the dashboard. This sheet archives records by a unique identifier, "id." In the following steps, we'll demonstrate how to connect the "Missing Orders" sheet to your extension using "id" as the unique linking dimension.

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2021/01/WBE-add-extension-configure-connection.gif" alt=""><figcaption></figcaption></figure>

To integrate the extension with a sheet in the dashboard, follow these steps:

1. Select the field you want to connect to on the dashboard. For this example, choose the “id” field, which is also a hidden column in the “Missing Orders” sheet.
2. Choose the specific sheet to connect to. In this example, it's the “Missing Orders” sheet.
3. Click on the pencil icon to edit.
4. Access the extension settings by clicking on the configuration wheel icon.


---

# 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/writebackextreme/features/tableau-extension/configuration.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.
