> 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.md).

# ネット接続モード

{% hint style="info" %}
ネット接続モードでは、AI が回答前に最新内容を検索するため、以下のような場面に適しています：

* **時事性のある情報**：今日 / 今週 / たった今起きたニュース、価格、為替レートなど
* **リアルタイムデータ**：天気、株価、商品の在庫などの変動値
* **新興知識**：登場したばかりのツール、概念、技術
  {% endhint %}

## ネット接続の有効化方法

会話入力欄のツールバーで 🌐 をクリック **小さな地球** アイコンを押すと、現在の会話でネット接続を有効にできます。

<figure><img src="/files/dd501fe43db582b46e5efaf9e02bb1ba4d444d53" alt=""><figcaption><p>地球アイコンをクリックしてネット接続を有効化</p></figcaption></figure>

<figure><img src="/files/e9fcb2a24a2932907f9e5b20376e857cfa040f6a" alt=""><figcaption><p>有効化状態</p></figcaption></figure>

## ネット接続の2つの技術経路

Cherry Studio は**2つの方法で**ネット接続を実現し、選択したモデルに応じて自動的に判断します：

### 経路1：モデル標準のネット接続機能（推奨）

一部の大規模モデルサービス提供者は、自社モデルに**検索機能をネイティブ統合しています**。このようなモデルはモデル名の横に**小さな地球アイコン 🌐**。

が表示されます。会話のネット接続を有効にすると、AI はモデル自体の検索機能を直接呼び出し、**追加設定は一切不要です**。

<figure><img src="/files/421a8524ce0ce18d77650b06d87662271e7af788" alt=""><figcaption><p>モデル名の後ろの地球アイコン</p></figcaption></figure>

で `設定 → モデルサービス` でも見分けられます。

<figure><img src="/files/9608adba9fe0dd182d8f4e10bb211da9901b77f2" alt=""><figcaption></figcaption></figure>

**既知のネイティブネット接続対応モデル / サービス提供者**に由来する：

* Google Gemini（一部バージョン）
* OpenRouter（全モデル対応）
* Tencent Hunyuan
* Zhipu AI
* Alibaba Cloud Bailian（AIRI）（一部モデル）
* xAI Grok

{% hint style="info" %}
また、地球アイコンが表示されていなくてもネット接続できるモデルが少数あります（サービス提供者の設定によります）。例えば [Volcengine のネット接続導入](/docs/jp/pre-basic/websearch/volcengine.md) で紹介している種類のケースです。
{% endhint %}

### 経路2：外部検索サービス経由（ネット接続機能のないモデル向け）

選択したモデル自体にネット接続がない場合（多くのオープンソース / 旧来型モデルがこれに該当します）、Cherry Studio は**設定済みの外部検索サービスを呼び出し**、検索結果をコンテキストとしてモデルに渡します。

開く `設定 → ネット検索` 任意の検索サービスを追加して有効化します。Cherry Studio は標準で以下をサポートしています：

| 検索サービス                    | 種類       | 備考                                                                              |
| ------------------------- | -------- | ------------------------------------------------------------------------------- |
| **Tavily**                | クラウド     | 老舗で、無料枠も日常利用には十分 [→ 登録ガイド](/docs/jp/pre-basic/websearch/tavily.md)              |
| **Bocha（博查）**             | クラウド     | 国内からのアクセスに優しく、中国語シーンでの効果が良い                                                     |
| **Exa**                   | クラウド     | 学術 / 技術コンテンツ寄り                                                                  |
| **Exa MCP**               | クラウド     | Exa の MCP インターフェース版                                                             |
| **Zhipu（智譜）**             | クラウド     | Zhipu 自社の検索 API                                                                 |
| **Querit**                | クラウド     | 国内からのアクセスに優しい                                                                   |
| **SearXNG**               | セルフホスト   | オープンソースのメタ検索エンジンで、完全ローカル化が可能 [→ 導入ガイド](/docs/jp/pre-basic/websearch/searxng.md) |
| **Google / Bing / Baidu** | ローカルブラウザ | ブラウザの検索ページを直接開き、**内容を読み取って AI に返さず**、補助的な検索としてのみ使用します                           |

#### Tavily を初めて有効化する場合（最も一般的なゼロ設定の選択）

1. 会話欄で 🌐 をクリックした際、まだ外部検索サービスが設定されていないと、ポップアップで案内が表示されます
2. クリック **設定へ** → ネット検索設定へ進む
3. Tavily を選択して、 **秘密鍵を取得** Tavily 公式サイトの登録へ移動
4. Tavily コンソールで API Key を作成
5. Key をコピーして Cherry Studio に貼り戻す

<figure><img src="/files/3b42896ae5e6e3cf93327cb19cb4f2ed88aa78c5" alt=""><figcaption><p>ポップアップ：設定へ</p></figcaption></figure>

<figure><img src="/files/f7297c9b22e8a42afe9dd8162fa2f3366113c0e2" alt=""><figcaption><p>秘密鍵を取得をクリック</p></figcaption></figure>

<figure><img src="/files/f7297c9b22e8a42afe9dd8162fa2f3366113c0e2" alt=""><figcaption><p>秘密鍵取得へ移動</p></figcaption></figure>

<figure><img src="/files/41b79973dbb2db7bf6884d89e13708457a2de791" alt=""><figcaption><p>API Key をコピー</p></figcaption></figure>

<figure><img src="/files/65e92e1896afad0604b89a3c87cbdf351aaf6327" alt=""><figcaption><p>API Key を貼り戻す</p></figcaption></figure>

詳細な登録手順は [Tavily ネット接続ログイン登録チュートリアル](/docs/jp/pre-basic/websearch/tavily.md)。

{% hint style="warning" %}
Tavily の無料枠には月間呼び出し回数の制限があります。超過後は有料になります。長期的かつヘビーに使う場合は [SearXNG のローカル導入](/docs/jp/pre-basic/websearch/searxng.md) または Bocha など他の方法への切り替えをおすすめします。
{% endhint %}

## 検索結果ブラックリスト

検索結果に信頼できないサイトを表示させたくないですか？ 参考に [ネット検索ブラックリスト設定](/docs/jp/pre-basic/websearch/blacklist.md) でブロックできます。

## 無料のネット接続モード

お金を一切かけずに検索機能を使いたいなら、 [無料のネット接続モード](/docs/jp/pre-basic/websearch/free-search.md)。

## 仕組み

どの経路でも、会話の流れは次のとおりです：

1. あなたが「今日の上海の天気はどう？」と質問する
2. Cherry Studio がまず質問を検索サービスに送る
3. 検索サービスが関連するウェブ要約を N 件返す
4. Cherry Studio がそれらの要約をプロンプトにまとめて AI モデルに送る
5. AI がリアルタイムデータに基づいて回答する

<figure><img src="/files/bf29a5a332d3fb1a445b8533793b6fdbf16c8e02" alt=""><figcaption><p>ネット接続検索結果の例</p></figcaption></figure>

<figure><img src="/files/375415edfd51930629d46f2d73ef25869e363dab" alt=""><figcaption><p>ネット接続回答の例</p></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/websearch.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.
