# Agent Platform

AgentPlatform — это комплексная платформа AI-инфраструктуры для России, предоставляющая доступ к LLM API (GPT-5, Claude, Gemini и др.). И в этой статье рассмотрим, как подключить интеграцию в Smartbot и как ей пользоваться.

1. В личном кабинете Agent Platform зайдите в "Доступ к моделям".
2. Если у вас нет ключа, то необходимо его создать:<br>

<figure><img src="/files/4y4BiBpvFsxNDa8KQiIr" alt="" width="533"><figcaption></figcaption></figure>

<figure><img src="/files/kfUkgwsA7zvRx28RvI4i" alt="" width="563"><figcaption></figcaption></figure>

3. Скопируйте уже имеющийся или только что созданный API ключ
4. В Smartbot в разделе "Интеграции" найдите Agent Platform и нажмите "Добавить токен". В появившемся окне введите название ключа и скопированный ранее API ключ<br>

<figure><img src="/files/aGs7n32QEjr7EUNkaFew" alt="" width="554"><figcaption></figcaption></figure>

Поздравляем! Вы подключили интеграцию с Agent Platform!<br>

<figure><img src="/files/1PWiCIdRfbtH0P3ZP6sa" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.smartbotpro.ru/scenarii/integracii/agent-platform.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.
