> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/zoom-customer-experience/admin-experience/data-storage.md).

# データストレージ

Zoom コンタクトセンターのデータ保存は、Zoom コンタクトセンターの録画、ボイスメール、およびアセットライブラリでホストされるアセットに適用されます。アカウント管理者は、次の項目から現在の Zoom コンタクトセンターのストレージ消費量を確認できます。 [ストレージ報告](/technical-library/ja/bijinesusbisu/zoom-contact-center/zoom-customer-experience/analytics-and-reporting/account-level-reports.md#storage-report).

各 Zoom コンタクトセンターライセンスには基本ストレージ容量が含まれており、これはライセンスタイプ（名前付きまたは同時接続）と階層（Essentials、Premium、または Elite）によって異なります。次の表は、購入したライセンス数に応じて拡張される、各ライセンスタイプと階層のストレージ容量を示しています。

|               | Essentials | Premium | Elite |
| ------------- | ---------- | ------- | ----- |
| **名前付きライセンス** | 10GB       | 20GB    | 30GB  |
| **同時接続ライセンス** | 15GB       | 30GB    | 45GB  |

必要に応じて、Zoom コンタクトセンターのお客様はアドオンとして追加ストレージを購入することもできます。アカウントのストレージ割り当てを超過した場合、超過料金が発生することがあります。これがあなたのビジネスに該当する場合は、追加ストレージの購入について詳しくは Zoom アカウントチームにご相談ください。

{% hint style="danger" %}
**警告**\
超過料金に加えて、アカウントに割り当てられたストレージ容量を超過すると、 **録画** が先入れ先出し方式で削除される場合があります。これはボイスメールやその他の録音済みアセットには適用されません。
{% endhint %}

詳細については、Zoom のヘルプセンターを参照してください。 [Zoom コンタクトセンターのストレージ管理](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0057885)には、メディアの種類ごとに1分または1時間あたりのストレージ消費量を見積もるためのマトリクスも含まれます。


---

# 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://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/zoom-customer-experience/admin-experience/data-storage.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.
