> 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/zh/getting-started/faqs.md).

# 常见问题

快速了解关于使用 Morphic 的常见问题，从功能和工作流到账户和平台基础知识。

<details>

<summary>支持上传哪些视频文件格式？</summary>

我们目前支持上传 WebM 和 MP4 视频文件格式。

</details>

<details>

<summary>更改用户（即删除并添加新用户）会产生费用吗？</summary>

不会，更改用户不会产生任何费用。请务必先删除旧用户，再添加新用户。

</details>

<details>

<summary>为什么我无法创建角色参考？这可能是什么原因导致的，我该如何解决？</summary>

如果你使用的是免费计划，你在 Morphic 中只能创建一个角色参考。若要创建多个角色参考，请考虑 [升级到适合你需求的计划](https://morphic.com/pricing).

如果你还没有创建任何角色参考，但却看到“升级以添加更多参考”的消息，请 [联系客服支持](mailto:support@morphic.com)。我们的团队很乐意提供帮助。

</details>

<details>

<summary>为什么我的付款或卡片更新被拒绝了？</summary>

你可以在仪表板以及 [计划详情](https://studio.morphic.com/settings/billing/plans) 设置中的页面上查看失败原因。你还会收到一封说明原因的电子邮件。

</details>

<details>

<summary>我如何下载我的 Morphic 订阅和付款发票？</summary>

你可以通过点击“通过 Stripe 管理”来查看和下载所有发票，位于 [计划详情](https://studio.morphic.com/settings/billing/plans) 设置中的页面。这样会打开 Stripe 客户门户，你可以在那里查看所有发票。

</details>

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/getting-started/faqs.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.
