# 組織設定

{% 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)搭載検索により、チームメンバーはコンテンツについて自然言語で質問できます。また、space 内の公開コンテンツに対して 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 を設定し、選択した ID プロバイダー（IdP）経由でメンバーに GitBook へのアクセスを提供できます。 [Enterprise へのアップグレードにご関心がある場合は、](mailto:sales@gitbook.com) 営業にお問い合わせください！

</details>

<details>

<summary>連携</summary>

組織にインストールされている連携機能を確認し、 [新しい連携機能をインストール](/docs/documentation/ja-gitbook-documentation/lian-xie/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.
