# Add the Auth Token

The Auth Token is a crucial component of your Juble.io integration. It allows for the seamless exchange of information between Kustomer and your Juble.io account, ensuring efficient communication and support operations.

## Prerequisites

You need an active Juble.io account:

{% content-ref url="/pages/kytfM4GinqzMznZbAfZc" %}
[Account](/juble.io/account.md)
{% endcontent-ref %}

The Juble.io application needs to be installed within your Kustomer.

{% content-ref url="/pages/crpvWSZUXGoTtyJfqPbH" %}
[Install the Juble.io Kustomer App](/helpdesks/kustomer/install-the-juble.io-kustomer-app.md)
{% endcontent-ref %}

Ensure that you have successfully linked your Kustomer account with your Juble.io profile. If you haven't done this, you can follow the steps provided in our documentation to link your Kustomer account.

{% content-ref url="/pages/ZnODJQxKmenVIZAHgaxk" %}
[Link Kustomer Account](/helpdesks/kustomer/link-kustomer-account.md)
{% endcontent-ref %}

## Step 1: Access the Auth Token

1. Log in to your Juble.io account.
2. Navigate to the "Helpdesk" menu.
3. In the Settings, you will find the Auth Token. This token is a secure key that facilitates communication between Kustomer and your Juble.io account.

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

## Step 2: Update the Auth Token in the Kustomer application

Locate the field for the Kustomer auth token and securely enter the token you obtained in step 1.

<figure><img src="/files/O3cXNkGs49cIKb4bwoi9" alt=""><figcaption></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.juble.io/helpdesks/kustomer/add-the-auth-token.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.
