# 組織情報

## 組織情報画面でできること <a href="#what-you-can-do" id="what-you-can-do"></a>

以下の確認と操作が可能です。

* 組織名の変更
* ロゴ画像の変更
* 組織の削除

{% hint style="info" %}
ロゴ画像の対応形式はPNG、JPEG、WebP、GIFで、ファイルサイズは5MBまでです。
{% endhint %}

## 組織の削除 <a href="#delete-organization" id="delete-organization"></a>

削除操作を行うと、以下のデータが全て削除されます。この操作は復元できないため操作にはご注意ください。

* 組織に紐づく全てのプロジェクトとそのデータ
* 組織に紐づくメンバー
* 組織の設定

削除実行時には、対象組織に紐づく全プロジェクトが一覧表示され、組織名の手入力による確認が求められます。

{% hint style="warning" %}
対象組織に有償プランの契約が残っている場合、その契約の請求が完了されるまで組織の削除はできません。請求が正常に完了した後に削除が可能になります。
{% endhint %}


---

# 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://docs.wicle.io/organization-project/organization-setting/organization.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.
