> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/account-sharing.md).

# 账户共享

{% embed url="<https://www.youtube.com/watch?v=bSleMIutiDo>" %}

使用账户共享功能，轻松与其他 Incogniton 用户共享您的账户。此功能的目的是让一个账户更容易管理另一个账户的配置文件。直接登录管理配置文件更安全、更方便，无需共享密码。让我们看看它是如何工作的。

{% stepper %}
{% step %}

### 导航到账户设置

登录 Incogniton 应用并导航到 **Settings > Share account**。
{% endstep %}

{% step %}

### 邀请新账户

点击 **Invite new account**。输入接收者的电子邮件地址并选择到期日期——他们可以在此日期之前访问您的账户。然后点击 **Send invite**。

在概览中，您可以看到哪些账户是**由您共享**的，哪些账户是**与您共享**的。当您点击账户旁边的三点图标时，可以撤销访问权限或编辑到期日期。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**注意：**

* 配置文件数量不合并；每个账户保留自己的限制。
* 您只能将账户访问权限授予至少有 50 个配置文件的付费用户。
* 如果您启用了 2FA，则无法共享。
* 您不能添加自己的电子邮件。
  {% endhint %}

{% hint style="info" %}
对这个功能有任何疑问吗？请随时联系我们的[支持部门](https://incogniton.com/contact/)。
{% 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://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/account-sharing.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.
