# Getting starter

API Integration: Getting Started

This guide provides an introduction to our API integration.

Begin by obtaining your API Token from the [API Page](https://admin.gpt4business.ai/en/user/api/token/) .

<img src="https://admin.gpt4business.ai/static/api_docs/img/api-token.7c79bf5ef23c.png" alt="" width="50%">

After copying the API token, include it in the header of each request as follows:

```
Authorization: Token YOUR_API_TOKEN
```


---

# 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.gpt4business.ai/getting-started/apis/getting-starter.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.
