> 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/ja/authorization-integration.md).

# 権限連携

- [ソフトウェアベンダー連携ガイド（エンドツーエンド）](https://docs.maiagent.ai/tech/ja/authorization-integration/vendor-integration-guide.md): ソフトウェアベンダーが Web Chat を自社製品に組み込み、権限連携を完了するためのエンドツーエンドガイド：組み込み、一括補完、ログイン同期、Token の更新、ログアウト時の失効
- [連絡先（Contact）の概要と連携](https://docs.maiagent.ai/tech/ja/authorization-integration/contacts.md)
- [連絡先の ID 同期と Token の更新](https://docs.maiagent.ai/tech/ja/authorization-integration/contact-credentials-sync.md): 企業システムでのユーザー新規追加時および毎回のログイン時に、setup-contact-credentials を通じて連絡先の身元同期と Token 認証情報の更新を行います
- [ロール（Role）と連絡先（Contact）の違い](https://docs.maiagent.ai/tech/ja/authorization-integration/role-vs-contact.md): 社内メンバーはロール（Role）でプラットフォーム権限を管理し、外部ユーザーは連絡先（Contact）で ID を識別します。それぞれの定義、違い、選択方法を説明します
- [ナレッジ管理権限（Query Metadata／クエリメタデータ）の概要](https://docs.maiagent.ai/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/ja/authorization-integration/zhi-shi-guan-li-quan-xian-query-metadata-cha-xun-yuan-zi-liao-zong-lan/graphical-interface.md): 管理画面の「クエリビルダー」でチェックボックスを使用して Query Metadata を設定します。連絡先レベルと社内Q\&Aでのメッセージごとの設定に対応しています
- [構築を始める—JSON 形式を使用](https://docs.maiagent.ai/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/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.
