> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/can-kao/personalization.md).

# 个性化

Minara 的个性化系统会根据你的交易习惯、投资组合背景和你声明的偏好，调整分析和回复。Minara 不会向每个用户返回相同的通用输出，而是利用你提供的信息以及它随时间观察到的模式，让回复与你实际的工作方式更加相关。

所有个性化模块默认启用。你可以随时禁用其中任何一个。

## 在哪里找到个性化设置

点击应用左上角的头像，并在个人资料菜单中选择 **个性化** 。下面的各个部分（交易摘要、自定义提示、标签和记忆）会在该页面上分别显示为独立面板。

***

## 交易摘要

### Minara 钱包上下文

<figure><img src="/files/e6c9912bf08bb6fa8515ae1677d0aabb6a67014f" alt=""><figcaption></figcaption></figure>

Minara 会将你的 Minara 现货钱包持仓纳入分析。当你询问市场问题时，Minara 可以考虑：

* 你当前持有的资产
* 你的敞口集中度
* 投资组合中的风险分布
* 未实现头寸

这意味着分析是相对于你当前的情况进行的，而不是孤立地回答。

Minara 永续钱包的上下文尚未集成。

### 外部投资组合

<figure><img src="/files/a5accf654640a355fa44aed71900f6c98470f4f3" alt=""><figcaption></figcaption></figure>

你可以导入 Minara 之外的钱包地址。Minara 会汇总这些钱包中的交易活动，包括：

* 典型持仓时长
* 偏好的交易对
* 观察到的策略模式
* 历史表现趋势

这让 Minara 能够更全面地了解你的交易方式，而不仅仅是平台内发生的情况。

***

## 自定义提示

<figure><img src="/files/02dc6b4e592bb87074c24ba5635c1c8a918c46fc" alt=""><figcaption></figcaption></figure>

自定义提示允许你编写适用于所有 Minara 交互的系统级指令。可用于指定：

* 偏好的分析深度或风格
* 希望 Minara 优先考虑的指标或框架
* 回复格式（简洁摘要 vs. 详细拆解）
* 要关注的资产或市场
* 语气，以及你希望 Minara 如何称呼你

这些指令会在各次会话之间保留，并优先于默认行为。

***

## 标签

<figure><img src="/files/e7e6554ee607504d275ab7aef8a139d1032203c9" alt=""><figcaption></figcaption></figure>

标签代表你交易画像中的结构化维度。每个维度都有一组可选标签。示例：

* **风险偏好：** 激进 / 均衡 / 保守
* **决策风格：** 数据驱动 / 故事驱动 / 社区驱动 / 技术驱动
* **交易频率：** 被动持有者 / 市场观察者

Minara 可能会根据你随时间的对话自动推断并更新标签。你也可以手动设置任何标签。一旦标签被手动设置，Minara 将不会自动覆盖它。如果某个标签不适用于你，请将其设为 N/A。

标签有助于 Minara 调整其分析、建议和解释的呈现方式。

***

## 记忆

{% columns %}
{% column %}

<figure><img src="/files/7b198527915bb8ffb39b52fb2e061b7e74164f17" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/01348c71f947d3d02dfc13be57e5cbf3207daefb" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

记忆是 Minara 存储的关于你的偏好、策略和过往交互的具体事实。示例：

* 偏好的交易时间框架
* 偏好的分析方法
* 典型风险承受能力

记忆让 Minara 能够在不同对话之间保持连贯性——你无需每次都重新解释你的背景。你可以删除任何你不希望 Minara 保留的记忆。


---

# 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://minara.ai/docs/minara-handbook/zh/can-kao/personalization.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.
