> For the complete documentation index, see [llms.txt](https://whitepaper.letmespeak.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.letmespeak.org/zh/jing-ji/qian-yi.md).

# 迁移

我们的主要任务是激励人们学习英语。随着课程的深入，用户发现学习变得越来越困难，尽管有着金钱的激励，但用户的积极性仍在下降。为了让用户能够不断学习新内容，始终获得新的挑战，我们引入了“迁移”的概念。

**“迁移”**&#x4EC5;适用于那些并非从市场上购买的角色。

如果将角色从一个帐户转移到另一个帐户，那么&#x5728;**“迁移”**&#x65F6;，角色的能量将重置14天。14天后，角色的能量将恢复到100%。

从角色被转移的那一刻起，“迁移”就会被激活。

**“迁移”仅适用于签证已激活和/或签证被冻结的角色。**

**“迁移”时，签证也会自动解冻，即是说，角色在中转期（14天）内会消耗签证。**

如果角色返回到原始帐户，则“迁移”会被取消，能量会返回到角色身上。

**记住：**&#x89D2;色仍然是帐户所有者的财产，只是暂时无法学习。

<br>


---

# 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://whitepaper.letmespeak.org/zh/jing-ji/qian-yi.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.
