# 空间设置

### 自定义空间

在这里个性化你的 [空间](/anytype-docs/documentation_cn/ji-chu/space.md)。在应用程序的左上角，可以找到你的空间名称和设置。

单击空间名称将打开你的空间设置。

这些是你空间中可以自定义的选项：

1. 自定义你的 **空间图标**
2. 添加你的 **空间名称**
3. 选择你的 **主页（Homepage）**

### 选择你的空间图标

你的空间图标会在引导过程中自动生成。如果要更改，只需点击图标，然后从 emoji 菜单中选择或上传你自己的图片。

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

### 选择你的主页（Homepage）

每次打开 Anytype 时，你都会先看到自己的主页。默认情况下，你的主页被预设为“仪表板”对象（一个 Page），能帮助你在空间内导向。

不过，你可以通过空间设置中的下拉菜单，在关联图谱（Graph）、上次打开的对象或你创建的某个对象中进行选择，从而更改你的主页。

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

### 导入 & 导出

你可以通过 Anytype > 空间设置 > 集成 > 导入到空间/导出空间，来导入或导出到你的空间。

在应用的导入方面，我们目前只提供 **Notion** 的导入，在文件格式方面，我们目前提供这些格式：

* Markdown
* HTML
* TXT
* CSV
* Any-Block
  * Protobuf
  * JSON

{% hint style="info" %}
由于 Anytype 中尚未包含 Notion 的所有功能，因此某些 Notion 数据可能无法被正常导入。
{% endhint %}

当你导入完成后，侧边栏的收藏夹小部件中会出现一个新的集锦。所有导入的对象都会出现在那里。

在导出格式方面，我们目前提供 **Markdown** 和 **Any-Block**（Protobuf 和 JSON）两种格式。

### 移动端的空间设置

点击屏幕下方导航栏最右侧的按钮。

即可打开设置和账户信息。

你可以用自己选择的 emoji 符号或上传的照片来个性化空间。

在 **空间名称** 下方更改你的空间名称。

在 **账户和数据** 下面更改账户个人资料的名称和图像。


---

# 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/space-settings.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.
