# Access Tokens

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-ffcf04e7572756b41827fc2ebfdc60f27783b6e1%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## Create new access tokens

To create a new access token, click on "Add API Key" located on the top right of the page.

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-75c3af930597022d03e7fac771c5d2915b78b3e4%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

On the next page, enter a name for the API Key.

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-702e5c6a01e24bd450fb9f671f6b194259170f77%2Fimage.png?alt=media" alt="" width="516"><figcaption></figcaption></figure>

A new API Key will be generated.

Copy the key value and store it in a safe place as it will never show again.

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-a422550e41d538a8d608015e59b3d7380d6f0b03%2Fimage.png?alt=media" alt="" width="516"><figcaption></figcaption></figure>

## Delete existing access tokens

To delete existing access tokens, click the delete icon next to the access token you want to remove from the system.

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-3d252a95207f6851c8810d9df4c9d8fab643e02a%2Fimage.png?alt=media" 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.mobb.ai/mobb-user-docs/administration/access-tokens.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.
