# Connector Configuration

You can use the link below to easily configure the Connector experience:<br>

{% embed url="<https://connector-sandbox.aggregation.zumrails.com/connector-setup>" %}

On the left-hand side of the page, you can customize the user experience and interface using the available dropdown options. After selecting your desired configuration, click **Apply** to preview the changes in real time on the right-hand side.

<figure><img src="/files/ZJpYAEPKTG9grzECQc7y" alt=""><figcaption><p>Example of the configuration page with customizations applied after clicking the “Apply” button.</p></figcaption></figure>

Once you are satisfied with the configuration, click the **Copy** button to retrieve your setup:

* If you are using **The Connector UI**, copy the generated URL.
* If you are using **The Connector SDK**, copy the generated JSON configuration.

<figure><img src="/files/syzBsGtv0sC7YTUQ2OuU" alt=""><figcaption><p>Example of the generated URL and JSON displayed after clicking the “Copy” button.</p></figcaption></figure>


---

# 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.zumrails.com/data-aggregation/connector-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.
