# 🗝️ Getting Access Token

- [Cotter's OAuth 2.0 Tokens Specification](https://docs.cotter.app/getting-access-token/handling-authentication-with-cotter.md): Allowing Cotter handling your full authentication is the fastest way to get your whole authentication suite setup. Cotter can generate an access token, id token, and refresh tokens for you.
- [Getting the Tokens](https://docs.cotter.app/getting-access-token/getting-the-tokens.md): Getting an access token from Cotter's SDK is as easy as setting a variable to \`true\`.
- [Get Tokens during Authentication](https://docs.cotter.app/getting-access-token/getting-the-tokens/get-tokens-during-authentication.md)
- [Using the Refresh Token](https://docs.cotter.app/getting-access-token/getting-the-tokens/using-http-requests.md)
- [Storing and Removing Tokens](https://docs.cotter.app/getting-access-token/storing-and-removing-tokens.md)
- [Renewing Expired Tokens](https://docs.cotter.app/getting-access-token/renewing-expired-tokens.md)
- [Verifying JWT Tokens](https://docs.cotter.app/getting-access-token/verifying-jwt-tokens.md)
- [Requesting Custom Fields on your JWT Token](https://docs.cotter.app/getting-access-token/requesting-custom-fields-on-your-jwt-token.md)
- [Older API](https://docs.cotter.app/getting-access-token/older-api.md)
- [Using HTTP Requests](https://docs.cotter.app/getting-access-token/older-api/untitled.md)
- [Getting the Tokens](https://docs.cotter.app/getting-access-token/older-api/getting-the-tokens.md)
- [During Authentication](https://docs.cotter.app/getting-access-token/older-api/getting-the-tokens/during-authentication.md)
- [During Email/Phone Verification](https://docs.cotter.app/getting-access-token/older-api/getting-the-tokens/during-authentication/during-email-phone-verification.md)
- [During enrolling Trusted Devices](https://docs.cotter.app/getting-access-token/older-api/getting-the-tokens/during-enrolling-trusted-devices.md)


---

# 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.cotter.app/getting-access-token.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.
