# Authentication

All API requests will need to authenticate against the Carbonregistry.com's API. Whether you are authenticating as an organization or user this is done in the same way, you will need to submit a bearer access token in the `Authorization` header. This access token can be obtained by creating a user or organization account in the [app](https://app.carbonregistry.com) dashboard.

### As a user

Login and go to your user's [settings](https://app.carbonregistry.com/settings?tab=api) and press `Create access token` .&#x20;

<div><figure><img src="/files/YK9FOYSdpp3TDTQqgUT2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ce1pttOsaUeLbEEzSH9T" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KVKPRenzGcloXOeJq0Nc" alt=""><figcaption></figcaption></figure></div>

### As an organization

Login and go to your organization's API tab and press `Create access token` . Note that for organization access tokens you have granular control of the permissions the access token has.&#x20;

<div><figure><img src="/files/ZvhipPC52fhA9WMHGKDX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tFLBwIL5Hg7zbZC9B83h" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zFW5Ch4LmFYWeovUkSuy" alt=""><figcaption></figcaption></figure></div>


---

# 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://documentation.carbonregistry.com/documentation/carbonregistry.com/api/authentication.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.
