> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/jp/startguide/setup/step2.md).

# STEP2：動画をアップロード

60秒以内の動画なら画質・縦横比・サイズの制限なし！\
お手持ちの動画をアップロードして操作性をお試しください。

{% stepper %}
{% step %}

### アップロード画面を開く

ライブラリ画面の画面右上にあ&#x308B;**「動画アップロード」**&#x30DC;タンをクリックします。

<figure><img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FAqyJMVDZ1m1tVOcNXRCp%2F%E5%8B%95%E7%94%BB%E3%82%A2%E3%83%83%E3%83%97%E3%83%AD%E3%83%BC%E3%83%891.png?alt=media&amp;token=078638cd-bdfa-4c4b-86f1-fe4473e0f5f9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 動画ファイルを選択する

表示されたポップアップの枠内に動画ファイルを ドラッグ＆ドロップ するか、\[ファイルを選択]ボタンをクリックしてファイルを選択してください。

<figure><img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FiDHK67BSqD34CJAFrQI0%2F%E5%8B%95%E7%94%BB%E3%82%A2%E3%83%83%E3%83%97%E3%83%AD%E3%83%BC%E3%83%892.png?alt=media&amp;token=a1a8d6d0-6016-4a30-a9cc-009cfffdc5a7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 完了

動画のアップロードが完了すると、管理画面右上部のアラートにお知らせ通知が表示されます。

<figure><img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FALo5bxaKB4Svidvlstou%2F%E5%8B%95%E7%94%BB%E3%82%A2%E3%83%83%E3%83%97%E3%83%AD%E3%83%BC%E3%83%893.png?alt=media&amp;token=ddd12a0f-23ce-4bf2-975b-b81c6c171598" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
アップロード中の動画は、ライブラリのサムネイルにローディングバーが表示されます。\
アップロード中でも、プレイヤーの設定変更が可能です。
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://support.charlla.io/jp/startguide/setup/step2.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.
