# 組織設定

{% hint style="info" %}
組織内の管理者のみが組織設定にアクセスできます。
{% endhint %}

GitBook 組織の設定を表示および管理します。これには、メンバー管理、サインイン方法、マージルール、請求、およびプランが含まれます。

<figure><img src="/files/1db1a110ae5d1f43607b5617b22188d23fdf175d" alt="A GitBook screenshot showing the organization settings page"><figcaption><p>あなたの組織の設定ページです。</p></figcaption></figure>

### 組織の設定にアクセスする方法

アプリの左上隅にある組織名をクリックし、次に **設定**をクリックします。これにより、その組織の設定ページの「一般」タブに移動し、左側にさらに設定項目を含む追加のタブが表示されます。

<details>

<summary>一般</summary>

**組織プロフィール**

組織のロゴと名前を更新できます。

**GitBook AI 機能**

[GitBook の AI](/docs/documentation/ja-gitbook-documentation/creating-content/searching-your-content/gitbook-ai.md)搭載検索により、チームメンバーはコンテンツについて自然言語で質問できます。また、スペース内の公開済みコンテンツに対して GitBook AI を有効にすることもできます [カスタマイズ ](/docs/documentation/ja-gitbook-documentation/docs-site/customization.md)パネル。

**公開**

組織のライブラリ内にある各公開済み GitBook スペースには、2 つの部分からなるドメインがあります。

1. `[something].gitbook.com` （これは GitBook のサブドメインです） **または** あなた独自のカスタムサブドメイン
2. `/[spaceURL]` （これはスペース自体の設定内で設定されます）

ここでは GitBook のサブドメインと、デフォルトのコンテンツを更新できます。デフォルトのコンテンツとは、訪問者が GitBook のサブドメインに直接アクセスしたときに表示されるスペースです。

注：GitBook のサブドメインは旧機能であり、このドキュメントを読んでいる時点ではサブドメインを変更する権限がない場合があります。 [カスタムドメインの設定](/docs/documentation/ja-gitbook-documentation/docs-site/custom-domain.md) 、 [サイトセクション](/docs/documentation/ja-gitbook-documentation/docs-site/site-structure/site-sections.md) を参照して、カスタム URL を使ったドキュメントの構成について詳しく学んでください。

**アクション**

このセクションから組織を削除できます。 **注：組織を削除すると元には戻せません！** 関連するすべてのデータも削除されます。組織が所有するスペースやコレクションを保持したい場合は、最初に必ず [移動](/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/space.md#move-a-space) して別のライブラリに移してください。

</details>

<details>

<summary>メンバー</summary>

**メンバータブ**

[メンバー](/docs/documentation/ja-gitbook-documentation/collaboration/member-management.md) 必要に応じて組織に追加したり、組織から削除したりできます。また、各メンバーの [役割](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/roles.md) を更新することもできます。

**チームタブ**

[チーム](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/teams.md) は、組織内のメンバーをグループ化する方法です。これにより、特定のチームのメンバーであれば、特定のものへのアクセス権を付与できます。

</details>

<details>

<summary>SSO</summary>

**メールドメイン**

指定したドメインについては、それらのドメインのメールアドレスを持つ人は、GitBook アカウントに登録するとすぐに組織へアクセスできるようになります。これらのメンバーにデフォルトでどの [役割](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/roles.md) 権限を付与するかを決めることができます。

**SAML**

Enterprise プランの組織では、任意の SAML ソリューションを使って SSO を設定し、選択したアイデンティティプロバイダー（IdP）経由でメンバーに GitBook へのアクセスを提供できます。 [営業に問い合わせる](mailto:sales@gitbook.com) Enterprise へのアップグレードをご希望の場合は！

</details>

<details>

<summary>Integrations</summary>

組織にインストールされている統合を確認したり、 [新しい統合をインストールしたり](/docs/documentation/ja-gitbook-documentation/tong-he/install-an-integration.md) このページから行えます。

</details>

<details>

<summary>請求</summary>

このページから現在のプランを確認し、あるプランから別のプランへ切り替えることができます。ページ上部の切り替えで、年額料金（2か月分無料）と月額料金の表示を切り替えられ、その後、各プラン名の下にあるアップグレード／ダウングレードボタンを使って新しいプランを選択できます。

変更を [請求ポリシー](/docs/documentation/ja-gitbook-documentation/akaunto/plans/billing-policy.md) 請求期間の途中で行った場合の料金計算方法については、こちらをご覧ください。

「請求を管理」ボタンをクリックすると、支払いプロバイダーである Stripe に移動します。ここで支払い方法と請求情報を安全に管理できます。また、 [プランをキャンセルする](/docs/documentation/ja-gitbook-documentation/akaunto/cancelling-a-plan.md)こともできます。プランがキャンセルされていても、請求期間終了前に気が変わった場合は、プランを更新してサービスの中断なく継続できます。

</details>


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akaunto/organization-settings.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.
