# Token

## Overview

Token authentication uses an Access Token provided by the external system to authenticate. The Aisera Platform will make an authentication request to the provided URL using the Authorization header with the `Bearer` prefix as shown below.

```http
Authorization: Bearer <token>
```

{% hint style="info" %}
If you you need to use the Raw Access token without the `Bearer` prefix, use[ Basic Authentication](/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations/basic-authentication.md).
{% endhint %}

<div align="left"><figure><img src="/files/Pt4IKz94t278yOJUnJke" alt=""><figcaption></figcaption></figure></div>

## Fields

<table><thead><tr><th width="164">Fields</th><th>Description</th></tr></thead><tbody><tr><td>Access Token </td><td>The Access Token that is provided by the external system you are integrating with.</td></tr></tbody></table>


---

# 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.aisera.com/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations/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.
