# Manage API Tokens

API Tokens allow you or a service such as Github to programmatically access Abbey.

API Tokens can be accessed through the [**Settings > API Tokens**](https://app.abbey.io/settings/developers) page on the Abbey App. From here you can access, view, create, and delete new API Tokens.

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

## Creating new API Tokens

To create a new API Token, click on the **+ New API Token** button. From there, you can enter the name of the API Token and click **Create** to create your new key. To make your token never expire, click on the datepicker and click **Clear** to clear the date.

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

## Deleting API Tokens

To delete an API Token, click the trashcan icon next to the API Token you wish to delete. Then click on **Delete** button to confirm that you want to delete the key.

<figure><img src="/files/5PPrTYtAIKGkyLkuBueP" 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.abbey.io/admin/managing-api-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.
