# Run updated Normal Sync on the Tenant

Your pokemonSync flow uses the new configs to determine the Pokémon of the Day and its recipient. Let's run a normal sync for the tenant to ensure it all works correctly.

Before you can try out your new normal sync you will need to put your tenant on a new release based on your new code. To do that 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).

1. Once your tenant is on that new release, navigate to your integration's tenant by clicking **Integrations** from the side bar > the **Unpublished** tab > the card for your *Pokémon of the Day* integration > the **Tenants** tab > the row for your tenant.

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

2. Click the arrow on **Sync Now** > **Normal Sync.** This will kick off a normal sync for your tenant.

Before the run is complete you should get a Slack message because you are the user selected in the *Connections Settings.* The Pokémon of the Day in the message should be of the type selected in the *Connections Settings.*

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

With this enhancement the Pokémon Trainer Academy's integration user experience administrator can start setting up tenants customized to each of their trainer's Pokémon education needs!

Great work!


---

# 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/run-updated-normal-sync-on-the-tenant.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.
