# Подключение Anthropic

### Как подключить Anthropic

#### Шаг 1. Получите API-ключ Anthropic

1. Перейдите в консоль Anthropic.
2. Сгенерируйте API-ключ для подключения.

***

#### Шаг 2. Добавьте API-ключ в скрипт CMS Ai

1. В админ-панели скрипта CMS Ai откройте раздел *Интеграции API → Anthropic*.
2. Вставьте полученный API-ключ в соответствующее поле.
3. Сохраните изменения.

***

#### Шаг 3. Используйте модели Claude в скрипте CMS Ai

После подключения вы сможете применять модели Claude в различных инструментах AI:

* **AI Chat**
* **AI Writer**
* Другие AI-функции

***

### Важный момент

> Для работы моделей Claude от Anthropic на вашем аккаунте должно быть достаточно токенов (баланса). Проверяйте перед запуском генерации.


---

# 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.it-marketplace.ru/ai-premium/integraciya-ii-provaiderov/podklyuchenie-anthropic.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.
