> For the complete documentation index, see [llms.txt](https://query-expander.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://query-expander.gitbook.io/docs/ja/rifainnomimdo.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://query-expander.gitbook.io/docs/ja/rifainnomimdo.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.
