# 设置你的账户

### 下载应用程序

在 [download.anytype.io](https://download.anytype.io) 上查找适用于你的操作系统的最新版 Anytype

Anytype 被安装于：

* 在 Windows 10 或更高版本中，通常位于：\
  `C:\Users\<username>\Appdata\Local\Programs\anytype2\Anytype.exe`\
  **username** 代表你的用户名，也即工作目录。
* 对于 MacOS，通常为：` HHD > Users >`` `` `*`Username`*` `` ``> Library > Application Support > anytype `
* 对于 Linux，你可以在 `~/.config/anytype` 中找到你的工作目录
* 对于 Android，是你的默认位置，通常是：\_device/data/app\_​.\
  我们还存储了一些缓存在：*device/data/data/io.anytype.app*\
  Anytype 的目录存储在受保护的应用数据文件夹中，安卓设备的用户无法访问该文件夹。
* 对于 iOS，则是由 iOS 决定的标准安装路径。

{% hint style="info" %}
Anytype 没有浏览器版本。Anytype 是一款在桌面端或移动设备上工作的独立软件。浏览器应用程序存在许多漏洞，会损害我们对数据安全和加密的承诺。
{% endhint %}

### 创建账户

如果你还没有创建账户，只需点击 **注册（Join）** 然后按照提供的说明操作即可轻松创建账户。

#### 使用你的恢复短语登录

相反，如果你已经有一个账户，请点击 **登录（Login）** 然后输入你的恢复短语（recovery phrase）来继续。

{% hint style="danger" %}
将你的 [恢复短语（Recovery Phrase）](/anytype-docs/documentation_cn/shu-ju-an-quan/what-is-a-recovery-phrase.md) 保存在安全的地方，不要与任何人分享！
{% endhint %}

#### 使用二维码登录

除了使用恢复短语登录外，如果你的桌面端设备就在附近，还可以使用二维码更快地登录。

要使用二维码登录，只需导航到你的恢复短语。

设置 > 恢复短语。

在你的恢复短语下方，你会发现模糊的二维码，点击图像后它就会清晰地显示出来。

用移动端设备扫描此代码，应用程序就会设置完成。

### 迁移现有数据

如果你想要导入现有的数据，可以查看 [空间设置](/anytype-docs/documentation_cn/jian-jie/setting-up-your-profile/space-settings.md#import-and-export)。


---

# Agent Instructions: 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://doc.anytype.io/anytype-docs/documentation_cn/jian-jie/setting-up-your-profile.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.
