# 開発者リファレンス

- [RealmJoin API](https://docs.realmjoin.com/ja/dev-reference/realmjoin-api.md): RealmJoin をアプリケーションとワークフローに統合します
- [認証](https://docs.realmjoin.com/ja/dev-reference/realmjoin-api/authentication.md)
- [Runbookの操作](https://docs.realmjoin.com/ja/dev-reference/interacting-with-runbooks.md): RealmJoinのAPIを使用してRunbookを実行し、その状態を照会する
- [Runbook環境のシミュレーション](https://docs.realmjoin.com/ja/dev-reference/simulating-a-runbook-environment.md): 新しいRunbookを開発するには、Runbook内で実行しているかのように認証するためにRealmJoin.RunbookHelperを有効にする必要がある場合があります。
- [ローカル管理者パスワード管理](https://docs.realmjoin.com/ja/dev-reference/local-admin-password-management.md)
- [カスタムプロトコル](https://docs.realmjoin.com/ja/dev-reference/custom-protocol.md)


---

# Agent Instructions: 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:

```
GET https://docs.realmjoin.com/ja/dev-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
