> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/account/interface-settings.md).

# 后台界面设置

## 简介

后台界面设置用于调整系统语言与页面显示方式。

您可以依照个人使用习惯，自行调整后台显示语言与字体大小，获得更适合的操作体验。

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

***

## 语言

用于切换 AICAN Pro 后台的显示语言。

**目前系统支持以下语言：**

繁体中文、简体中文、英语、西班牙语、葡萄牙语、法语、德语、俄语、阿拉伯语、印地语、日语、韩语、印度尼西亚语、马来语、越南语

系统目前共支持十五种语言，并会持续增加更多语言选项。

***

## 文字大小

用于调整后台页面的显示字体大小。

您可以依照个人习惯，自行选择适合的显示大小。

{% hint style="warning" %}

#### 提醒

字体大小仅会影响当前账号的后台显示效果，不会影响其他成员的设置。
{% endhint %}

***

#### 下一步

完成账号菜单相关设置后，即可开始了解 AICAN Pro 后台的各项功能。

***


---

# 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://aican.gitbook.io/aican/aican-system/account/interface-settings.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.
