> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/zhang-hu-xiang-qing.md).

# 账户详情

在 我的账户（My Accounts）页面，您可以创建新的主账户和投资账户，并查看现有账户的详细信息。

查看账户详情的步骤如下：

{% stepper %}
{% step %}
在主菜单中展开相应的服务项目，例如 **LTI Copy Trading**、**MAM** 或 **PAMM**。如果该服务支持多个交易平台，请在所需平台下点击**我的账户（My Accounts）**。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-986f4e72363f202b0f1f1f671fcb078e1696f384%2Ffront-my-accounts.png?alt=media" alt="My accounts"><figcaption><p>My accounts</p></figcaption></figure>
{% endstep %}

{% step %}
在账户列表中点击相应的主账户或投资账户，即可打开账户详情。

在账户详情中，您可以访问以下页面：

* 跟单订阅
* 交易报告
* 统计数据
* 设置
* 请求（仅适用于 PAMM 账户）
* 费用支付
  {% endstep %}
  {% endstepper %}


---

# 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://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/zhang-hu-xiang-qing.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.
