> For the complete documentation index, see [llms.txt](https://ryukiedev.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ryukiedev.gitbook.io/wiki/myapps/umemi.md).

# 「梦见」账本

![Umemi](/files/-MJVsAvnSwjFqsp1-4qX)

记账三年，用过各种记账产品 遇到过让我眼前一亮的产品 但遗憾的是没有遇到一款真正“懂我”的产品 所以「梦见」账本诞生了

[![AppStore](/files/-MOWXwNy-srgfkOIt9Qx)](https://apps.apple.com/cn/app/id1498426607)

## “智能” “快捷” “纯粹” “安全”

### `智能：`

独创「梦见」智能模式，该功能默认开启。 开启后学习您记账行为的多维度数据，再次进行类似记账行为的时候会自动补全剩余维度数据。

### `快捷：`

支出、收入、转账，一键进入相关功能，在「梦见」智能模式帮助下快速完成记账， 使用越久，「梦见」就会更懂您，更快捷。

### `纯粹：`

独立开发，无理财，无社交，无需额外登录账号。 保证纯粹的记账体验。

### `安全：`

数据（包括「梦见」智能模式数据）可以通过iCloud进行备份，保存在您私有的iCloud空间内。 无惧数据丢失。

> 为确保备份功能正常运行，请开启iCloud及 iCloud云盘功能。

## 有趣的内涵还不足以吸引您吗？

「梦见」有充分的外观主题供您选择。 为了使iOS13推出的暗黑模式更加有趣， 「梦见」还支持单独为暗黑模式设置皮肤！ 外观随心搭配，满足您的想象！

> 「梦见」很开心遇见您，期待为您提供超乎想象的记账体验。


---

# 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://ryukiedev.gitbook.io/wiki/myapps/umemi.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.
