# Personal Access Tokens

Personal Access Tokens (PAT here for short) represent a specific user when accessing the Clarifai API.

PATs allow you to access multiple apps with a single API key. PATs allow a user to access their own apps and any apps where they have been added as collaborators.

PATs also allow you to create apps and app-specific API keys programmatically through the API. This is crucial for programs that segregate data of each of their end-users into different apps.

To create a new PAT, navigate to the bottom left hand corner of the application overview page and click on your initials:

![navigate-authentication](/files/JzsEYcpkYgK6wSj673z3)

Select authentication:

![authentication-screen](/files/CbHEU8f6jelwFP4ncDc3)

And click on "Create a Personal Access Token"

![create-pat](/files/HE4ezdP06tMeybQAKWXZ)


---

# 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://old-docs.clarifai.com/guide/clarifai-basics/authentication/personal-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.
