> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references.md).

# Runbook リファレンス

### Runbook リファレンス

このセクションには、利用可能なすべての RealmJoin Runbooks に関する詳細なドキュメントが含まれています。runbook は次から自動生成されています： [realmjoin-runbooks](https://github.com/realmjoin/realmjoin-runbooks) リポジトリで、毎日更新されています。

すべての runbook は、適用分野に基づいてさまざまなフォルダーに整理されています。

現在、以下のカテゴリが利用可能です：

* デバイス
* グループ
* 組織
* ユーザー

各カテゴリには複数の runbook が含まれており、さらに機能に基づいてサブカテゴリに分かれています。runbook は各サブカテゴリ内でアルファベット順に一覧表示されます。

### RealmJoin Runbook の概要

すべての runbook の完全な一覧 - 要約と詳細な参照ページへのリンクを含む - は、 [Runbook 概要](/ja/zi-dong-hua/runbooks/runbook-references/overview.md) ページで確認できます。

各 runbook のドキュメントには、権限、場所、注意事項、パラメーター、および一般的な追加情報に関する情報が含まれています。


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references.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.
