> 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/menu/app-store.md).

# 应用商店

## 简介

应用商店用于安装与管理系统扩充功能，并整合第三方服务，帮助团队提升日常工作效率。

目前系统提供「翻译工具」扩充功能，安装完成后，即可于对话过程中使用即时翻译功能。

> <mark style="color:red;">此功能仅限指定方案使用。</mark>

***

## 页面内容

应用商店目前提供以下功能：

#### 翻译工具

系统内建的翻译工具，安装完成后，新用户将获得基础翻译额度，协助成员处理不同语言的咨询内容。

启用后，成员可于「对话」页面直接使用翻译功能，提升跨语言沟通效率。

***

## 操作说明

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

#### 安装翻译工具

{% stepper %}
{% step %}
**步骤一：**&#x8FDB;入「应用商店」页面。
{% endstep %}

{% step %}
**步骤二：**&#x627E;到「翻译工具」，点击【安装】。
{% endstep %}

{% step %}
**步骤三：**&#x5B8C;成安装后，即可开始使用翻译功能。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

#### 提醒

* 若后台未显示「应用商店」，表示目前使用的方案未开放此功能。
* 如需开通相关功能，请联系[【商务人员】](https://t.me/aicanj)协助处理。
* 翻译功能的实际可用额度与支持项目，将依购买方案内容而有所不同。
  {% endhint %}

***

#### 下一步

完成应用程序（自动翻译）安装后，您可以继续查看「方案管理」，了解目前团队的方案状态与使用期限。

***


---

# 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/menu/app-store.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.
