> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/ru-combine-software/razdel-setting/dobavlenie-klyucha-chatgpt.md).

# Добавление ключа ChatGPT

Чтобы у вас была возможность взаимодействия с ChatGPT, например, для генерации контента в модуле Farcaster, необходимо добавить ключ от вашего аккаунта ChatGPT.

Это платная функция ChatGPT, поэтому необходимо [пополнить баланс аккаунта](https://platform.openai.com/settings/organization/billing/overview). Для этого нажимаем **Add payment details** и привязываем карту. С российской карты оплата не пройдет, поэтому используйте зарубежные карты. Либо вы можете купить уже проплаченный ключ на сторонних площадках.

<figure><img src="/files/VTufYd6ykE5Ij87vdWj8" alt=""><figcaption></figcaption></figure>

После пополнения баланса переходим на [эту страницу](https://platform.openai.com/api-keys) и создаем ключ.

* Нажимаем **Create new secret key**;
* Вводим имя ключа
* Копируем ключ и переходим в Combine;
* Заходим в Setting -> ChatGPT, вставляем ключ в поле Chat GPT Api Key и нажимаем **Submit.**

<figure><img src="/files/1K1VRhU5quG8khBWk7Tz" alt=""><figcaption></figcaption></figure>

В поле **Chat GPT Proxy** вы можете выбрать прокси, через которую будет осуществляться запрос к ChatGPT. Это нужно для тех геолокаций, из которых ограничен доступ к ChatGPT. С помощью прокси вы можете изменить свое местоположение и получить доступ к ChatGPT.

Если при импортировании ключа вы столкнулись с ошибками - используйте VPN. Если один VPN не помог - ищите тот, с которым добавление будет работать. Проблема строго локальная и решается она локально с помощью VPN.

* Выбираем нужное прокси из списка и нажимаем **Submit.**

<figure><img src="/files/xgU0jcpofhYaY3nNpX8T" alt=""><figcaption><p>Использовании прокси в Chat GPT.</p></figcaption></figure>

Вы можете использовать ChatGPT опционально. В модуле Farcaster есть возможность создания контента вручную. Чтобы включать или отключать функции взаимодействия с ChatGPT переключаем свитчер **Use ChatGPT**.

<figure><img src="/files/V66xUT6VLwTt85lw7Upu" alt=""><figcaption><p>Включение и выключения функции ChatGPT.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nfd-gg.gitbook.io/main/ru-combine-software/razdel-setting/dobavlenie-klyucha-chatgpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
