# Introduce

Documentation for partners wishing to integrate with the system of Arito applications within the AritoID ecosystem

## Definition

* <mark style="color:orange;">{{host}}</mark>: The URL address of the API, and this address may vary depending on the customer entity. Partners may have different addresses. Arito will provide specific details during integration.
* <mark style="color:orange;">{{access\_token}}</mark>: The token returned by Arito after successful login, which will be consistently used to connect to other APIs.

## List API


---

# 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://arito-dev.gitbook.io/arito-api-integration-documentation/introduce.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.
