# Check the Updated Connection Settings Page

You just added new elements to the PANDIUM.yaml, which controls the Connection Settings page. Let's take a look at that those configs for your tenant!

Before you can see the results of your updated PANDIUM.yaml on the *Connection Settings* page you will need to put your tenant on a new release based on your new code.

1. Follow all the steps in [Check the Customized Connection Settings Page](/getting-started/pandium-integration-tutorial/pokemon-of-the-day-part-1/write-the-integration-in-typescript/check-the-customized-connection-settings-page.md).

<figure><img src="/files/9gBuwfQVjaeUha9sHAnn" alt=""><figcaption></figcaption></figure>

4. When you click **Settings** for your tenant the *Connection Settings* page will be displayed. Since your release channel is *Latest* the tenant has been automatically updated to the new release you just made.

<figure><img src="/files/BftRZP2aVtsUyn0Zitsk" alt=""><figcaption></figcaption></figure>

The new configurations are present! But the only options we have are placeholders. Those will be replaced with proper options fetched from each API during the init sync.

So the next step is to write that int sync flow!


---

# 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.pandium.com/getting-started/pandium-integration-tutorial/pokemon-of-the-day-part-2/check-the-updated-connection-settings-page.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.
