# Authentication and User Details

- [Get Access Token](https://klearstack.gitbook.io/klearstack-api-documentation/authentication-and-user-details/get-access-token.md)
- [Get User ID](https://klearstack.gitbook.io/klearstack-api-documentation/authentication-and-user-details/get-user-id.md)
- [Get Access Token From UserID](https://klearstack.gitbook.io/klearstack-api-documentation/authentication-and-user-details/get-access-token-from-userid.md)
- [Get New Access Token Using Existing Refresh Token](https://klearstack.gitbook.io/klearstack-api-documentation/authentication-and-user-details/get-new-access-token-using-existing-refresh-token.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://klearstack.gitbook.io/klearstack-api-documentation/authentication-and-user-details.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.
