> 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/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. 「アカウント登録」をクリックすると下の画面に入るので、普段使っているメールアドレスを入力するか、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:赤;">**】 登録が成功すると、ひとつ**</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. 身元確認用のアプリをダウンロードします。Microsoft製の—— Authenticator 【やや面倒】

2. WeChatミニプログラム：腾讯身份验证器 を使います。【簡単、誰でもできる、おすすめ】
   {% endhint %}

3. WeChatミニプログラムを開き、検索：腾讯身份验证器

<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>

### 3. 🎉登録成功🎉

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

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

***

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

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