> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/user-management-and-settings/manage-auth-token.md).

# Manage Auth Token

You should have an account created with emSigner to generate an AuthToken.

**Step 1: Log in to your emSigner account**\
Log in using your Admin username and password.

**Step 2: Navigate to Settings**\
Click on the **Settings** tab in the top navigation bar.

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

**Step 3: Open Manage AuthToken**\
Under **Integrations & Automation**, click on the **Manage AuthToken**.

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

**Step 4: Generate a new AuthToken**\
On the Manage Authtoken page, click **Create New** in the top-right corner.

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

**Step 5: Fill in the AuthToken details**\
The **AuthToken Generation** window will open. From the **App Name** dropdown, select the application you want to generate a token for. This dropdown lists all the apps you've already added under **Manage Connected Applications**-so make sure the required app is set up there first before generating its AuthToken.

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

**Step 6: Generate the token**\
Enter the App Link in the **AuthToken** field, then click **Generate** to auto-populate the token.

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

**Step 7: Save the AuthToken**\
Once the AuthToken is generated, click **Save** to add it to your list of AuthTokens. A confirmation message, "Token saved successfully," will appear, and the new entry will be listed in the table with its Name, AuthToken, and Created Date.

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

**Step 8: Edit an existing AuthToken**\
In the **Actions** column, click the pencil (edit) icon next to the relevant entry to modify its details.

**Step 9: Delete an AuthToken**\
In the **Actions** column, click the trash (delete) icon next to the relevant entry to remove it.


---

# 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://support.emsigner.com/user-management-and-settings/manage-auth-token.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.
