# Get your access token

## Getting your access token

To access the API you need to authenticate yourself. We are using bearer authentication tokens for this. To get your token, click on your account on the left bottom of the screen and then open the "Edit Profile" menu element:

![](/files/-MIUKl1qC7Z19PPWt6wh)

In the profile page, scroll down to the API Access section, click on Generate Access Token and copy your token:

![](/files/-MIUMcYNd-FLs9pFKmby)

{% hint style="danger" %}
Keep your token securely stored and as secure as your password, because everyone who has access to your token can access the Senseforce platform on your behalf.&#x20;
{% endhint %}


---

# 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://manual.senseforce.io/manual/sf-platform/public-api/get-your-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.
