> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration.md).

# 権限連携

- [連絡先（Contact）の紹介と連携](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration/contacts.md)
- [ロール（Role）と連絡先（Contact）の違い](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration/role-vs-contact.md)
- [ナレッジ管理権限（Query Metadata／クエリメタデータ）概要](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration/zhi-shi-guan-li-quan-xian-query-metadata-cha-xun-yuan-zi-liao-zong-lan.md): 本ページでは、Query Metadata（クエリメタデータ）を通じて AI アシスタントが参照できるデータやナレッジの範囲を制御する方法を説明します。詳細な設定方法は「構築をはじめる」のサブページをご参照ください
- [構築を始める—「クエリビルダー」を使う](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration/zhi-shi-guan-li-quan-xian-query-metadata-cha-xun-yuan-zi-liao-zong-lan/graphical-interface.md): MaiAgent はグラフィカルな方法で Query Metadata を構築する手段を提供しています
- [構築を始める—JSON 形式を使う](https://docs.maiagent.ai/tech/maiagent-tech-ja/authorization-integration/zhi-shi-guan-li-quan-xian-query-metadata-cha-xun-yuan-zi-liao-zong-lan/json-interfaces.md): より複雑なフィルタ条件を記述したい場合は、JSON 形式で各階層 (ナレッジベースや個別ファイルなど) の ID を直接指定できます


---

# 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.maiagent.ai/tech/maiagent-tech-ja/authorization-integration.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.
