> For the complete documentation index, see [llms.txt](https://passwordless.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://passwordless.ppgg.in/admin-console/admins.md).

# 管理员

{% hint style="success" %}
对应的[官方页面地址](https://docs.passwordless.dev/guide/admin-console/admins.html)
{% endhint %}

**管理员**页面允许您邀请其他管理员加入您的 Passwordless.dev 组织，管理应用程序、计费等。所有管理员，包括曾创建过 Passwordless.dev 账户和任何应用程序的人，**拥有组织内相同的权限**。

{% embed url="<https://docs.passwordless.dev/assets/img/admin-page.43025c60.png>" %}

要邀请管理员：

* 在**受邀者**文本输入框中输入电子邮件地址，然后选择**发送邀请**。
* 您的未来的管理员将收到一封邀请电子邮件。指导他们使用此邀请完成 Passwordless.dev 注册，然后遵循电子邮件中的验证步骤。

可以从同一页面删除管理员。

{% hint style="warning" %}
由于组织内的所有管理员都具有相同的权限，因此新邀请的管理员当前可以从组织中删除之前配置的管理员。
{% 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://passwordless.ppgg.in/admin-console/admins.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.
