> 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/pre-basic/settings/websearch/tavily.md).

# Tavily 联网登录注册教程

### 一、tavily 官网

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

{% hint style="info" %}
有的同学访问可能比较慢，如果有代理，可以使用代理。
{% endhint %}

### 二、tavily 注册详细步骤

访问上述官网，或者从 cherry studio - 设置 - 网络搜索 - 点击「获取密钥」，会直接跳转到 tavily 登录注册页面。

{% hint style="warning" %}
如果是第一次使用，要先注册一个（Sign up）账号，才能登录（Log in）使用。默认跳转的是登录页面哦。
{% endhint %}

1. 点击注册账号，进入下面的界面，输入自己的常用邮箱，或者使用谷歌、github 账号，然后下一步输入密码，常规操作。

<figure><img src="/files/MrG2SiMjE0j6Fe4ICNBD" alt="" width="375"><figcaption><p>注册账号</p></figcaption></figure>

2. 🚨🚨🚨<mark style="color:red;">**【**</mark><mark style="color:green;background-color:red;">**关键步骤**</mark><mark style="color:red;">**】 注册成功后，会有一个**</mark><mark style="color:green;">**动态验证码**</mark><mark style="color:red;">**的步骤，需要扫描二维码，生成一次性 Code 才能继续使用。**</mark>

<figure><img src="/files/kARMeRU4FsuJmEQOg85Y" alt="" width="375"><figcaption><p>很多同学卡在这一步，人麻了....莫慌</p></figcaption></figure>

{% hint style="danger" %}
很简单，此时你有 2 个办法。

1. 下载一个验证身份的 APP，微软出的—— Authenticator 【略微繁琐】

2. 使用微信小程序：腾讯身份验证器 。【简单，有手就行，建议】
   {% endhint %}

3. 打开微信小程序，搜索：腾讯身份验证器

<figure><img src="/files/wZbvgXSfM56vNBvqU4pI" alt="" width="317"><figcaption><p>微信小程序-搜索-点击打开</p></figcaption></figure>

<figure><img src="/files/6gRuZq3laq38bO0awKeP" alt="" width="314"><figcaption><p>点击后，扫描刚才 tavily 页面的二维码</p></figcaption></figure>

<figure><img src="/files/yWDCqaEkLvdfBMF4dnB7" alt="" width="314"><figcaption><p>你会得到一串数字</p></figcaption></figure>

<figure><img src="/files/OYGyLaWUyVEui9boY6rX" alt="" width="375"><figcaption><p>复制到 tavily 页面</p></figcaption></figure>

<figure><img src="/files/zYwsd1lEHZcesbyLScQg" alt="" width="375"><figcaption><p>会提示你复制 code 到安全的地方，听劝照做，虽然不咋会用上</p></figcaption></figure>

### 三、注册成功

上面的步骤做完，就会进入下面的界面，说明你注册成功了，复制 key 到 cherry studio 就可以开始愉快的使用了。

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

***

### 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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/pre-basic/settings/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.
