# Personal Access Tokens (PAT)

To authenticate access when using [e6data Connectors & Drivers](/product-documentation/connectors-and-drivers.md), you can use e6data Personal Access Tokens or passwords. **e6data strongly recommends that you use tokens.**

{% hint style="warning" %}
**NOTE:** We strongly recommend copying the access token as soon as it is available on the screen, as it will be visible only one-time.&#x20;
{% endhint %}

### Add Access Token

To add an access token, follow the steps below:&#x20;

1. Click on the profile icon in the console's right-top corner.&#x20;
2. Select the **User Settings** option.
3. You will be directed to the Access token page.&#x20;
4. Click on **Add Access Token.**&#x20;
5. Optional: A new window will appear where you have the option of adding comments and setting an expiry period in days.&#x20;
6. Click on **Add Token** to generate an access token.&#x20;
7. Copy the access token immediately as it will not be visible.&#x20;
8. Click **Done**.&#x20;
9. The access token is generated, it will be listed in the access token listing page.

### Delete Access Token&#x20;

To delete an access token:&#x20;

1. Select the tokens you want to delete.&#x20;
2. Click on the Delete Tokens.&#x20;
3. Confirm the deletion process and the access token will be deleted.&#x20;

<figure><img src="/files/V5jgcVOm8MqdvHtFfshw" alt="" width="563"><figcaption><p>Generate Access Token</p></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.e6data.com/product-documentation/user-settings/personal-access-tokens-pat.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.
