> 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/cherry-studio/preview/app.md).

# ミニプログラム

小プログラムのページは、各社のAIベンダーのWeb版（ChatGPT、Claude、文心一言、Kimi など）をクライアントのネイティブウィンドウとして開き、Cherry Studio を離れずにさまざまなモデルのWeb体験を切り替えられます。

### ミニプログラムを開く

{% stepper %}
{% step %}

### ランチャーを開く

上部のタブバーをクリック `+`、または直接【ランチャー】を開きます。
{% endstep %}

{% step %}

### ミニプログラムを開く

【ミニプログラム】アプリアイコンをクリックします。
{% endstep %}

{% step %}

### サービスを選択

ミニプログラムのグリッドで開きたいサービスを選択します。
{% endstep %}
{% endstepper %}

<figure><img src="/files/7af22dd31d867bc031507c5e4f65730ecd74084a" alt=""><figcaption><p>ミニプログラムのグリッドには数十のサービスが内蔵されています。右上の <code>+</code> 任意のWebページを追加できます</p></figcaption></figure>

ページ中央に **検索ボックス**；右上には `+` カスタムWebページを追加するための`☰` 【ミニプログラム表示設定】を開きます。

### 設定

【設定】→【ミニプログラム】で、ミニプログラムを次のように調整できます：

* **ミニプログラムを表示 / 非表示**：ミニプログラムを左右にドラッグして2つの領域へ移動し、表示 / 非表示を制御できます
* **ミニプログラムの並び替え**：上下にドラッグしてミニプログラムを並び替えできます
* **ミニプログラム領域のフィルタ**：選択に応じて、アクセスできないミニプログラムを自動的に非表示にします
* **ミニプログラムのキャッシュ数**：同時に開いているミニプログラム数がこの数を超えると、一部のミニプログラムは非アクティブ状態になります

### カスタマイズと管理

Cherry Studio のミニプログラムは以下の操作に対応しています：

* **ランチャーに追加**：よく使うミニプログラムをランチャーに追加して、 `+` 入口からすばやく開けるようにします。【設定】→【ミニプログラム】で管理するか、ミニプログラムアイコンを右クリックして **ランチャーに追加**
* **サイドバーに追加**：よく使うミニプログラムを左サイドバーに固定し、ワンクリックでアクセスできます。ミニプログラムアイコンを右クリックすると選択できます **サイドバーに追加** または **サイドバーから削除**
* **常駐（Keep Alive）**：ミニプログラムウィンドウを切り替えてもすぐには破棄せず、再度入るときに再ログインや再読み込みが不要になります
* **カスタムWebページを追加**：ページ右上の `+`をクリックし、名前・URL・アイコンを入力するとグリッドに追加できます
* **削除 / 編集**：各ミニプログラムアイコンを右クリックするだけです

いずれかのミニプログラムを開くと、そのウィンドウにはツールバーが付属します：**戻る**、**進む**、**更新**、**ブラウザで開く**。ページ内リンクを既定のウィンドウで開くか、システムのブラウザで開くかも切り替えられます。

<figure><img src="/files/4e0bae26520d4e9b4d934097565a567589380a84" alt=""><figcaption><p>ミニプログラムウィンドウのツールバー：左側に戻る / 進む / 更新、右側にブラウザで開く、ランチャーに追加、ページ内リンクの開き方</p></figcaption></figure>

### ヒントとコツ

* ミニプログラムは各サービスの **Web版を使用します**、ログイン状態、Cookie、設定はいずれもローカルに保存され、システムのブラウザとは分離されています
* あるミニプログラムの読み込みに失敗した場合は、右クリック → 更新するか、プロキシ設定を確認してください（参考 [一般設定](/docs/jp/pre-basic/settings/general.md)）

{% hint style="info" %}
現在、ミニプログラムとチャットパネルはまだ連携していません。AIにミニプログラム内の内容を読み取らせるには、手動でコピーするかスクリーンショットを撮る必要があります。
{% endhint %}

問題が発生した場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) でフィードバックを送信してください。

***

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

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