# How to Create Personal Access Tokens

There are some scenarios where connecting as a GitHub app may have certain limitations (for instance using SAML restricted authentication). In such cases, you should connect your app using a Personal Developer token instead of using Aviator app authentication.

To do so, you can create a personal developer token and [<mark style="color:blue;">set the token here</mark>](https://mergequeue.com/github/auth/dev_token). You can find instructions on how to [<mark style="color:blue;">generate a token here</mark>](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)<mark style="color:blue;">.</mark> You may create a separate GitHub user for this purpose. If you choose to only connected Personal Access token, you may have to also setup custom webhooks to send requests to Aviator. Please contact us at [<mark style="color:blue;">howto@aviator.co</mark>](mailto:howto@aviator.co) for details.


---

# 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.aviator.co/mergequeue/how-to-guides/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.
