> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/russian/pre-basic/websearch/tavily.md).

# Руководство по регистрации и входу в Tavily для интернет-поиска

### 1. Официальный сайт tavily

<https://app.tavily.com/home>

{% hint style="info" %}
У некоторых доступ может быть довольно медленным; если есть прокси, можно использовать прокси.
{% endhint %}

### 2. Подробные шаги регистрации в tavily

Перейдите на указанный выше сайт, либо в cherry studio — Настройки — Поиск в сети — нажмите «Получить ключ»; вы сразу перейдёте на страницу входа/регистрации tavily.

{% hint style="warning" %}
Если вы используете сервис впервые, сначала нужно зарегистрировать аккаунт (Sign up), а затем войти (Log in). По умолчанию открывается страница входа.
{% endhint %}

1. Нажмите на регистрацию аккаунта, откроется интерфейс ниже; введите свой основной email или используйте аккаунт Google либо GitHub, затем на следующем шаге введите пароль — обычная процедура.

<figure><img src="/files/edf93966ba3b7a437531e46bf4015656c2d1d61f" alt="" width="375"><figcaption><p>Регистрация аккаунта</p></figcaption></figure>

2. 🚨🚨🚨<mark style="color:красный;">**【**</mark><mark style="color:зелёный;background-color:red;">**ключевой шаг**</mark><mark style="color:красный;">**】 После успешной регистрации будет шаг с**</mark><mark style="color:зелёный;">**динамическим кодом подтверждения**</mark><mark style="color:красный;">**: нужно отсканировать QR-код и сгенерировать одноразовый Code, чтобы продолжить использование.**</mark>

<figure><img src="/files/dde2af00471caed380ad13b9b9134a6da9f60696" alt="" width="375"><figcaption><p>Многие застревают на этом шаге, просто жесть.... не паникуйте</p></figcaption></figure>

{% hint style="danger" %}
Это очень просто: у вас есть 2 варианта.

1. Скачать приложение для подтверждения личности — от Microsoft, Authenticator 【немного хлопотно】

2. Использовать мини-приложение WeChat: Tencent Authenticator. 【просто, справится любой, рекомендую】
   {% endhint %}

3. Откройте мини-приложение WeChat и найдите: Tencent Authenticator

<figure><img src="/files/0cea715578090035545cba7366e511514f75ea86" alt="" width="317"><figcaption><p>мини-приложение WeChat — поиск — нажать открыть</p></figcaption></figure>

<figure><img src="/files/f2afaab600b70d9e9b6718cdb2b7332037ebcddc" alt="" width="314"><figcaption><p>После нажатия отсканируйте QR-код на странице tavily, которую вы открыли ранее</p></figcaption></figure>

<figure><img src="/files/59bc6ce64ef30f15eb9115ff3244d8532a0a0bb7" alt="" width="314"><figcaption><p>Вы получите последовательность цифр</p></figcaption></figure>

<figure><img src="/files/fe6b5ddbfe82f4f0cbd5f1c6d777c29f76456862" alt="" width="375"><figcaption><p>Скопируйте её на страницу tavily</p></figcaption></figure>

<figure><img src="/files/a32c3171ac6aa9f049366cd72ef1280bd057c42f" alt="" width="375"><figcaption><p>Вам предложат сохранить code в безопасном месте; лучше последовать совету, хотя он вряд ли часто понадобится</p></figcaption></figure>

### 3. 🎉 Регистрация успешна 🎉

После выполнения шагов выше вы перейдёте на следующий экран, что означает успешную регистрацию. Скопируйте key в cherry studio, и можно начинать пользоваться.

<figure><img src="/files/9d6d2ec087859d0d9ee7254c8b1d88b7ebfa7cc1" alt=""><figcaption></figcaption></figure>

***

### 💡 Получить помощь и отправить отзыв

Если вы в процессе настройки или использования столкнётесь с любыми вопросами, багами или предложениями по улучшению функций, пожалуйста, обратитесь к [Обратная связь и предложения](/docs/russian/question-contact/suggestions.md) официальным каналам, указанным там.


---

# 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://docs.cherryai.com.cn/docs/russian/pre-basic/websearch/tavily.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.
