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

Ниже — простая инструкция, как настроить и начать пользоваться Deepseek в качестве AI-движка.

***

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

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

1. Зарегистрируйтесь или войдите в свой аккаунт на сайте Deepseek.
2. Сгенерируйте API-ключ в личном кабинете Deepseek.

***

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

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

***

#### Шаг 3. Назначьте Deepseek движком по умолчанию (опционно)

1. Перейдите в *Настройки → AI-инструменты*.
2. В выпадающем списке *AI-движок по умолчанию* выберите *Deepseek*.

***

### Готово!


---

# 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-deepseek.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.
