> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integration/zesty-application-integration-setup.md).

# Zesty Application Integration Setup

### Getting Started <a href="#h_01ha5ckrn9pz35ar0jkaswjzmn" id="h_01ha5ckrn9pz35ar0jkaswjzmn"></a>

#### Requirements: <a href="#h_01hq2k0bjbzy73x06t3ajx4zv5" id="h_01hq2k0bjbzy73x06t3ajx4zv5"></a>

* API Token
* Instance ID

#### Step to obtain API Token <a href="#h_01ha5ckrn93epf38m902v74hy5" id="h_01ha5ckrn93epf38m902v74hy5"></a>

1. From the [Zesty Dashboard](https://accounts.zesty.io/), click into the specific **Instance** you wish to manage.
2. In the left-hand navigation bar, click on **Instance Name.**

<figure><img src="/files/8NxtTb7HdFknA51QB9HP" alt=""><figcaption></figcaption></figure>

3. Copy the **Instance ZUID**

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

4. Look for the **"Access Tokens"** menu.

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

5. Enter a name for your token, and give the "**Access Admin**" Role. Then click Create Token and copy the token.

### Configure Zesty with your BalkanID tenant <a href="#steps-to-add-the-integration" id="steps-to-add-the-integration"></a>

1. Login to the BalkanID application and switch to the tenant you would like to add your integration to.
2. Head to *Integrations* > **Add Integration**, select **Zesty.**

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

3. Set up the *Primary Application owner (mandatory)* and the *Description*, if any. Set up Secondary Application Owner(s), if any.&#x20;
4. Enter your **API Token and Instance ID** that you copied above

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

5. Click on next to move onto *Optional Configuration.*
6. Fill **Optional configuration,** if required. &#x20;

   <figure><img src="/files/YjfdaBpJtLkRllP9v3s0" alt="" width="563"><figcaption></figcaption></figure>
7. Once you filled in the information, click **Save**. Your integration is now configured and you will see the status of the integration displayed alongside other integrations on the *Integrations* page. When data is available, the integration Status will read **Connected** and the integration Message will read **Data available**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integration/zesty-application-integration-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
