# Make a Tenant

To run the integration on Pandium you will need a tenant. A tenant is an installed instance of the integration configured for a particular user.

When Pandium added those starter files to your integration's remote repository, it also built the initial [release](https://docs.pandium.com/key-terminology#release) for your integration.  That means you can now add your first tenant!

If you want more information you can review Pandium's documentation on [tenants](https://docs.pandium.com/key-terminology#tenant) and [how to create ](https://docs.pandium.com/key-terminology#tenant)them.

1. Navigate to your integration by clicking **Integrations** from the side bar > the **Unpublished** tab > the card for your *Pokémon of the Day* integration.  This will display the integration details page.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2F2dWPnPy0xw2IIztKm8YF%2Fimage.png?alt=media&#x26;token=71ecb95d-4cb3-4d90-8c7c-779d172bf258" alt=""><figcaption></figcaption></figure>

2. Click **Create Tenant**.  This will display the *Create* tab of the *New Tenant* page.&#x20;

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FUImaOZ1lMAzWA3wcA8LW%2Fimage.png?alt=media&#x26;token=9f234ff5-649e-45b2-9acc-daa1ea2a66ae" alt="" width="285"><figcaption></figcaption></figure>

3. Under *Select Integration,* your Pokémon of the Day integration should already be selected, so leave it as is.
4. Under *Version, choose* **Channel.**
5. Open the dropdown for *Integration Release Channel* and select **Latest**.  This ensures that your tenant will be updated to any new releases automatically.
6. Enter a **Name** for this tenant.
7. Click **Create.**  This will display the *Connect* tab.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FRXfLtJd2up0Ev4ckphfw%2Fimage.png?alt=media&#x26;token=94651de5-3abe-4532-b389-87dc6e1306be" alt="" width="284"><figcaption></figcaption></figure>

8. Click **Connect** for the Slack connector.  This will open the *Tenant Secrets* dialog box, which will display an authorization link.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FsL3cfIDGzYCZjtn5XtlY%2Fimage.png?alt=media&#x26;token=42f124a8-5da3-4139-9759-6bc29ddb5877" alt="" width="299"><figcaption></figcaption></figure>

9. Click the authorization link in the *Tenant Secrets* dialog box.  This will open the Slack App installation window.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FxPCzyqkEE5JOAnU1GlrY%2Fimage.png?alt=media&#x26;token=5f1bb8bc-a4a9-48d3-a2da-e5db46b5a4ac" alt="" width="309"><figcaption></figcaption></figure>

10. Click **Allow**.  This will close the Slack App installation window, so you should return to the *New Tenant* page of your Pandium Sandbox Integration Hub.
11. To close the Tenant Secrets dialog box to click **Back**.&#x20;
12. Click **Next**.  This will display the *Configure* tab. &#x20;

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FZ3pUVbBiDB9ydydf1qhA%2Fimage.png?alt=media&#x26;token=a798987c-751c-4c54-bbfc-236f6946e4fa" alt=""><figcaption></figcaption></figure>

At this point, the configuration options from the starter files' PANDIUM.yaml are shown, and they aren't relevant to your project.  You will customize this when you write the code. &#x20;

13. Click **Next.**  This will display the *Schedule* tab.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FcNKbNDQ4wxzqhR6X01cd%2Fimage.png?alt=media&#x26;token=81baac70-202f-4f53-a1a4-15cb1999148c" alt="" width="228"><figcaption></figcaption></figure>

The obvious schedule for this project is once per day, but during development it doesn't make sense to have it running on a schedule.&#x20;

14. In the *Schedule* dropdown, select **paused**.
15. Click **Save**.  This will display the *Tenant Detail* page for your newly created tenant.

<figure><img src="https://4017407078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfJn-9R_dn6dvcGNcdk%2Fuploads%2FgHjBNVTy2hpFZOYlGTNT%2Fimage.png?alt=media&#x26;token=8cdb52fd-4e9e-4133-a888-baaec7e157cd" alt=""><figcaption></figcaption></figure>

Congratulations!  You have created and connected your first Pandium tenant! &#x20;

If you'd like, you can click **Sync Now** to kick off a manual run.  But there isn't much point to that at the moment because you haven't written any code!  The next step is to fill out those starter files Pandium put in your remote repository with logic for your integration. &#x20;
