> 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.md).

# ご利用開始までの流れ

Charllaでの動画配信は、以下の3ステップで完了します。\
アカウント発行後は、**1ヶ月の無料トライアルをプレゼント！**\
&#x20;期間中はすべての機能を制限なしでお試しいただけます。

#### 👤 STEP 1：アカウント作成

まずはCharllaのアカウントを作成しましょう。メールアドレスが1つあれば、数クリックで簡単に無料登録が完了します。

* 必要なもの：メールアドレスorGoogleアカウント
* [\[👉 アカウント作成の手順を詳しく見る\]](#step-1akaunto)

#### 📁 STEP 2：動画アップロード

アカウントができたら、配信したい動画ファイルをCharllaにアップロードします。ドラッグ＆ドロップするだけの簡単操作です。

* 対応フォーマット：主要な動画形式（mp4, movなど）に対応
* 動画時間：60秒以内の動画に対応
* [\[👉 動画アップロードの手順を詳しく見る\]](#step-2appurdo)

#### 🛠️ STEP 3：動画設定 ＆ サイト貼り付け

アップロードした動画のプレイヤーデザインや、先ほど決めた「上限超過時の設定」などを行います。設定が終わったら、発行された埋め込みコードをあなたのWebサイトの管理画面に貼り付けるだけで完了です！

* 流れ：動画のカスタマイズ ➔ 埋め込みコードのコピー ➔ 自身のサイトへペースト
* [`[👉 動画設定と貼り付け方法を詳しく見る]`](#step-3-saitorike)

> 💡 お困りの際は…
>
> 設定の途中で分からないことがあれば、いつでも管理画面内のヘルプチャット、または[\[よくある質問（FAQ）\]](/jp/support/faq.md)をご覧ください。

アカウント発行後は1ヶ月の無料トライアルをプレゼント。\
トライアル期間はすべての機能をお試しいただけます。

さっそくアカウントを発行してCharllaをお試しください！

{% embed url="<https://support.charlla.io/jp/~/revisions/gfrIRL4phBoiGDBEnZUd/startguide/setup/step1akaunto>" %}


---

# 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.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.
