> 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/jp/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. アカウント登録をクリックすると、下の画面に入ります。普段使っているメールアドレスを入力するか、Google や GitHub のアカウントを使い、その後パスワードを入力します。通常の操作です。

<figure><img src="/files/e0d2fab3e38053a7eabcb10d56f9aa39a3d84587" alt="" width="375"><figcaption><p>アカウント登録</p></figcaption></figure>

2. 🚨🚨🚨<mark style="color:赤;">**【**</mark><mark style="color:緑;background-color:red;">**重要な手順**</mark><mark style="color:赤;">**】 登録成功後には、1つの**</mark><mark style="color:緑;">**動的認証コード**</mark><mark style="color:赤;">**の手順があり、QRコードをスキャンして、一度限りの Code を生成しないと使い続けられません。**</mark>

<figure><img src="/files/10b39bdd24b6d4ad6121900cedf7309aee740a6c" alt="" width="375"><figcaption><p>多くの人がこの段階で詰まります。もう本当にしんどい....慌てないで</p></figcaption></figure>

{% hint style="danger" %}
とても簡単です。この時点で方法は2つあります。

1. 身元確認用の APP を1つダウンロードします。Microsoft製の Authenticator 【やや面倒】

2. WeChatミニプログラムを使う：Tencent認証器。【簡単、手元があればできるのでおすすめ】
   {% endhint %}

3. WeChatミニプログラムを開き、検索：Tencent認証器

<figure><img src="/files/216f8175ab00b9d37ec867b9e9c7f6e0c520baa6" alt="" width="317"><figcaption><p>WeChatミニプログラム - 検索 - クリックして開く</p></figcaption></figure>

<figure><img src="/files/a9c9ed87c22436294e5e94e2534599bbd072bddb" alt="" width="314"><figcaption><p>クリック後、先ほどの tavily ページのQRコードをスキャンします</p></figcaption></figure>

<figure><img src="/files/006193cf70465f739226a2ef976baa306440c544" alt="" width="314"><figcaption><p>数字の列が表示されます</p></figcaption></figure>

<figure><img src="/files/4d4ad23922e86f724d99d4be68d1fe3278e27f46" alt="" width="375"><figcaption><p>tavily ページにコピーします</p></figcaption></figure>

<figure><img src="/files/b9a853c4e2d219002e4edf2b840e2b8543bf81f0" alt="" width="375"><figcaption><p>code を安全な場所にコピーするよう案内されます。忠告通りにしておきましょう。あまり使う機会はないですが</p></figcaption></figure>

### 三、登録成功

上記の手順が終わると、下の画面に入ります。これで登録成功です。key を cherry studio にコピーすれば、楽しく使い始められます。

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

***

### ヘルプの取得とフィードバックの送信

設定または使用の過程で疑問、Bug、または機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
