> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/contents/new.md).

# ファイル新規作成

新しいファイルをアップロード、またはURLを登録する画面です。

「ファイル管理」画面右上の「アップロード」ボタンから、新しいコンテンツを作成する画面です。ボタンのメニューで作成方法を選びます。

| 作成方法        | 内容                                            |
| ----------- | --------------------------------------------- |
| ファイルのアップロード | PDF・動画・ドキュメント（Officeファイル）・画像をアップロードしてコンテンツにする |
| URLから指定     | 外部のWebページ（HTMLページ）のURLを登録してコンテンツにする           |

どちらの方法でも、作成時に[コンテンツテンプレート](/immedio-box/tenant-management/content-templates.md)を選んで設定（オーナー・閲覧制限・ワークフローなど）をまとめて適用できます。

## アップロードできるファイルの種類

以下のファイルをアップロードできます。これらに加えて、WebサイトのURLも登録できます（後述）。

| ファイルの種類        | 拡張子                                | 最大ファイルサイズ |
| -------------- | ---------------------------------- | --------- |
| PDF            | .pdf                               | 50MB      |
| 動画             | .mp4                               | 4GB       |
| Wordファイル       | .docx                              | 50MB      |
| Excelファイル      | .xlsx                              | 50MB      |
| PowerPointファイル | .pptx                              | 50MB      |
| 画像ファイル         | .jpg / .jpeg / .png / .gif / .webp | 50MB      |

## ファイルのアップロード

「ファイルのアップロード」を選ぶと、アップロード用のダイアログが開きます。ファイルをドラッグ＆ドロップするか、クリックで選択してアップロードします。

* **PDFのみ複数ファイルをまとめてアップロードできます。** 動画・ドキュメント（Officeファイル）・画像は1ファイルずつのアップロードになります。
* フォルダを開いた状態でアップロードすると、そのフォルダにファイルが作成されます。
* ファイルを選択すると「コンテンツテンプレート」の選択欄が表示されます。デフォルトに指定したテンプレートが初期選択され、「未選択」を選べばテンプレートを適用せずに作成できます。

## URLから指定

「URLから指定」を選ぶと、URLの入力欄が表示されます。ファイルのアップロードとは別の入力箇所です。外部のWebページのURLを登録すると、そのページを immedio Box のコンテンツとして扱い、新たな公開URLを発行できます（HTMLページのみ対応）。

主な活用例は次のとおりです。

* 顧客にWebページのURLを送る際に、開封状況を検知できるようにする
* 後からURLの転送先を変更できるようにする（チラシにQRコードを印刷する場合など）
* ルーム内のコンテンツとしてWebサイトを登録する

URLを登録すると、ページタイトル・OGP画像・OGP説明文が自動で取得されます。ファイルのアップロード時と同様に「コンテンツテンプレート」も選択できます。取得した内容は後からファイル編集画面で編集できます。

## 注意事項

* アップロードしたコンテンツには、選択したコンテンツテンプレートの内容（オーナー・閲覧制限・ワークフロー設定など）が作成時に適用されます。後から個別に編集することもできます。
* セキュリティ設定（パスワード保護や暗号化）が含まれたPDFはアップロードできません。設定を解除してから再度お試しください。
* PDFの複数アップロードがうまくいかない場合は、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://docs.immedio.io/immedio-box/contents/new.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.
