> 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/users-guide/mobile.md).

# スマホでの操作

Charllaは、PCだけでなく、スマートフォンからもご利用いただけます。

現在、スマートフォン版では、動画のアップロード、削除、プレイヤーリンクの共有といった基本的機能のみ提供しています。

操作方法につきましては、下記をご参照ください。

***

### **動画のアップロード**

1. \[アップロード]ボタンを選択してください。
2. 動画のアップロード画面が表示されます。\
   \[ファイルを選択]から、動画ファイルが保存されているファイルを選択してください。
3. アップロードしたい動画を選択し、\[追加]または\[開く]、\[ビデオを使用]を選択してください。

   <figure><img src="/files/xQA2dAJb05VJM3qKpymO" alt="" width="563"><figcaption></figcaption></figure>
4. アップロード状況は、動画アップロード画面の\[アップロード結果]に表示されます。 \
   アップロード履歴の右側にある矢印\[∨]をクリックすると、詳細情報を確認できます。
5. 動画のアップロード画面を\[✕]ボタンで閉じると、ライブラリに戻ります。\
   アップロード進行中の動画またはアップロードが完了した動画がライブラリへ表示されます。

   <figure><img src="/files/RandnsteV4GMoYeaRTuZ" alt="" width="563"><figcaption></figcaption></figure>

### **動画の削除**

1. ライブラリ画面から削除したい動画を見つけます。
2. 動画の右端にある「縦三点メニュー」をタップします。
3. 表示されたメニューから、\[動画を削除]を選択します。

<figure><img src="/files/FfFlE8ViNm3NO5iYHdfo" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### **プレイヤーリンクの共有**

1. ライブラリ画面から共有したい動画を見つけます。
2. 動画の右端にある「縦三点メニュー」をタップします。
3. 表示されたメニューから、「ディスプレイヤーリンクを共有」または「ショッププレイヤーリンクを共有」を選択します。

<figure><img src="/files/1riCgENE0g61yNw9hUA4" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>


---

# 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/users-guide/mobile.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.
