> 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/zhong-wen-fan-ti/pre-basic/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/8fce618a3c71ade1f9d2ece7ffb1b0e4752c185f" 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/aaa32652ded45518d426ec78a2fc0dabe54b3c0c" alt="" width="375"><figcaption><p>好多同學卡喺呢一步，人都麻咗....唔使驚</p></figcaption></figure>

{% hint style="danger" %}
好簡單，呢個時候你有2個方法。

1. 下載一個驗證身份嘅APP，微軟出嘅—— Authenticator 【略為繁複】

2. 使用微信小程序：騰訊身份驗證器 。【簡單，有手就得，建議】
   {% endhint %}

3. 打開微信小程序，搜尋：騰訊身份驗證器

<figure><img src="/files/03fae57c3db7f6c644fde662e31b8492f8970028" alt="" width="317"><figcaption><p>微信小程序-搜尋-撳開</p></figcaption></figure>

<figure><img src="/files/13f8aba83986643ac35e943d2d2cae53aa06d922" alt="" width="314"><figcaption><p>撳完之後，掃描頭先tavily頁面嘅二維碼</p></figcaption></figure>

<figure><img src="/files/267d6880547c2ea410e7e6def6d1e5956d916c0c" alt="" width="314"><figcaption><p>你會得到一串數字</p></figcaption></figure>

<figure><img src="/files/4f8c7fdb48bc81d4d786fb82369d31093cc1c04e" alt="" width="375"><figcaption><p>複製到tavily頁面</p></figcaption></figure>

<figure><img src="/files/d2420421de6273cae8cf482e4eadb19797a2b963" alt="" width="375"><figcaption><p>會提示你將code複製去安全嘅地方，聽勸照做，雖然唔係好會用到</p></figcaption></figure>

### 三、🎉註冊成功🎉

上面嘅步驟做完，就會入到下面嘅界面，代表你註冊成功咗，複製key到cherry studio就可以開始愉快咁使用喇。

<figure><img src="/files/529f124a8eb78f7e8aac6b4ddb909db4cae39690" alt=""><figcaption></figcaption></figure>

***

### 💡 取得幫助同提交反饋

如果你喺配置或者使用過程中遇到任何疑問、Bug 或者有功能改善建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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/zhong-wen-fan-ti/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.
