> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/i/faqs.md).

# よくある質問

<details>

<summary>アップロードに対応している動画ファイル形式は何ですか？</summary>

現在、アップロードにはWebMとMP4の動画ファイル形式に対応しています。

</details>

<details>

<summary>ユーザーを変更する（つまり、削除して新しいユーザーを追加する）と料金はかかりますか？</summary>

いいえ、ユーザーを変更しても料金は発生しません。必ず先に古いユーザーを削除してから、新しいユーザーを追加してください。

</details>

<details>

<summary>キャラクターモデルを作成できないのはなぜですか？ 何がこの問題の原因で、どうすれば解決できますか？</summary>

無料プランでは、Morphicでトレーニングできるキャラクターモデルは1つだけです。複数のキャラクターモデルをトレーニングするには、 [ニーズに合ったプランへのアップグレードをご検討ください](https://www.morphic.com/pricing/).

まだキャラクターモデルを1つもトレーニングしていないのに「Upgrade to add more models」というメッセージが表示される場合は、 [サポートにお問い合わせください](mailto:support@morphic.com)。喜んでお手伝いします。

</details>

<details>

<summary>支払いまたはカード情報の更新が拒否されたのはなぜですか？</summary>

失敗の理由はダッシュボードと [請求と利用状況](https://studio.morphic.com/settings/billing) ページの設定で確認できます。また、理由を記載したメールも届きます。

</details>

<details>

<summary>Morphic のサブスクリプションと支払いの請求書はどのようにダウンロードできますか？</summary>

「Stripeで管理」をクリックすると、すべての請求書を表示およびダウンロードできます。 [請求と利用状況](https://studio.morphic.com/settings/billing) 設定ページから。これにより Stripe の顧客ポータルが開き、すべての請求書を確認できます。

</details>

***


---

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

```
GET https://morphic.com/docs/jp/i/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
