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

# Tavily Online Search Login and Registration Tutorial

### 1. Tavily official website

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

{% hint style="info" %}
For some students, access may be slow. If you have a proxy, you can use it.
{% endhint %}

### 2. Detailed Tavily registration steps

Visit the official website above, or in Cherry Studio go to Settings - Web Search - click "Get API key", and you will be taken directly to Tavily's login and registration page.

{% hint style="warning" %}
If you're using it for the first time, you need to sign up for an account first before you can log in and use it. By default, it opens the login page.
{% endhint %}

1. Click Register account to enter the interface below, enter your usual email, or use a Google or GitHub account, then in the next step enter a password—standard procedure.

<figure><img src="/files/b813142d8c2c7a7e69957fa0dc96989d2bf87a91" alt="" width="375"><figcaption><p>Register account</p></figcaption></figure>

2. 🚨🚨🚨<mark style="color:red;">**\[**</mark><mark style="color:green;background-color:red;">**Key step**</mark><mark style="color:red;">**] After successful registration, there will be a**</mark><mark style="color:green;">**dynamic verification code**</mark><mark style="color:red;">**step, where you need to scan a QR code to generate a one-time code before you can continue using it.**</mark>

<figure><img src="/files/c5c1a95b7117c95e03c6a37dd2fcfdef538cc692" alt="" width="375"><figcaption><p>Many people get stuck at this step and feel totally defeated.... Don't panic.</p></figcaption></figure>

{% hint style="danger" %}
It's simple; at this point you have two options.

1. Download an identity verification app — Microsoft's Authenticator. \[slightly cumbersome]

2. Use the WeChat mini program: Tencent Identity Verifier. \[Simple, anyone can do it, recommended]
   {% endhint %}

3. Open the WeChat mini program and search for: Tencent Identity Verifier

<figure><img src="/files/c8c5d9680acb819528f7bf7863334f08e4ba3540" alt="" width="317"><figcaption><p>WeChat mini program - search - click to open</p></figcaption></figure>

<figure><img src="/files/71b78f136f0cf8e13ec513f14011544acca24af3" alt="" width="314"><figcaption><p>After clicking, scan the QR code on the Tavily page just now</p></figcaption></figure>

<figure><img src="/files/1d9ba0e721dd9a92de079bb675ba5dd0edd12011" alt="" width="314"><figcaption><p>You will get a string of numbers</p></figcaption></figure>

<figure><img src="/files/b3d63019d9e13f1f1fad1d14568dd2058c78ad38" alt="" width="375"><figcaption><p>Copy it to the Tavily page</p></figcaption></figure>

<figure><img src="/files/21c2b6e03df125af805c90ce9c0f7bef959126c4" alt="" width="375"><figcaption><p>It will prompt you to copy the code to a safe place; take the advice and do it, even though you probably won't need it much</p></figcaption></figure>

### 3. Registration successful

After completing the steps above, you will enter the interface below, which means you have registered successfully. Copy the key into Cherry Studio and you can start using it happily.

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

***

### Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during configuration or use, please refer to [Feedback and suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided there.


---

# 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/en-us/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.
