> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akaunto/organization-settings.md).

# 組織設定

{% hint style="info" %}
組織の設定にアクセスできるのは、その組織の管理者のみです。
{% endhint %}

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

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

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

1. サイドバー上部で、組織メニューを開きます。
2. クリック **設定**.

設定は専用画面で開きます。あなたの個人 **アカウント** 設定には以下が含まれます **全般**, **通知**, **組織**、および **開発者ツール**。あなたの **組織** の設定はサイドバーに表示されます。クリック **アプリに戻る** すると作業に戻れます。

その **組織** グループには次のページが含まれます：

<details>

<summary>全般</summary>

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

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

**GitBook AI 機能**

[GitBook AI](/docs/documentation/ja-gitbook-documentation/creating-content/searching-your-content/gitbook-ai.md)搭載の検索により、メンバーはコンテンツについて自然言語で質問できます。また、サイトの [カスタマイズ設定](/docs/documentation/ja-gitbook-documentation/docs-site/customization.md).

**操作**

このセクションから組織を削除します。

{% hint style="danger" %}
**組織の削除は永続的です。** GitBook は関連データをすべて削除します。組織所有のコンテンツを保持するには、 [別の組織に移動してください](/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/space.md#move-a-space) まず。
{% endhint %}

</details>

<details>

<summary>メンバー</summary>

追加および削除 [メンバー](/docs/documentation/ja-gitbook-documentation/collaboration/member-management.md)。各メンバーの [役割](/docs/documentation/ja-gitbook-documentation/collaboration/member-management/roles.md).

</details>

<details>

<summary>マージルール</summary>

組織全体で変更リクエストがどのようにレビューされ、マージされるかを制御します。組織のルールは既定で各セクションに適用されます。各セクションはそれらのルールを継承、置換、または無効化できます。詳細はこちら： [マージルール](/docs/documentation/ja-gitbook-documentation/collaboration/merge-rules.md).

</details>

<details>

<summary>GitBook Agent</summary>

の組織レベル設定を管理します [GitBook Agent](/docs/documentation/ja-gitbook-documentation/gitbook-agent/what-is-gitbook-agent.md).

</details>

<details>

<summary>連携機能</summary>

組織にインストールされている連携を確認できます。また、 [新しい連携をインストールできます](/docs/documentation/ja-gitbook-documentation/lian-xie/install-an-integration.md).

</details>

<details>

<summary>OpenAPI</summary>

組織のサイトが API 参照に使用する OpenAPI 仕様を管理します。

</details>

<details>

<summary>翻訳</summary>

自動翻訳の組織全体設定を管理します。

</details>

<details>

<summary>招待リンク</summary>

人々があなたの組織に参加できるリンクを作成・管理します。

</details>

<details>

<summary>チーム</summary>

[チーム](/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 プランをご利用の場合は、希望する ID プロバイダーで SAML シングルサインオンを設定できます。 [営業に問い合わせる](mailto:sales@gitbook.com) して Enterprise にアップグレードします。

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