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

# 开始

![](/files/n7RlH7MbGFqb8B79VPC2)

与其他身份验证工具不同，BrightID不要求用户提供身份证号码、出生日期或地址证明。你只需要提供一个头像和一个你选择的名字，以方便与其他人建立联系和进行其他活动。你甚至可以随时修改它们。

你的名字和头像照片只保存在你自己的设备上，不会在网上的其他地方保存。当你与你的朋友建立联系时，你可以通过P2P（点对点）传输来安全地分享它们。

![](/files/EI2eEy4RTBEcFbbexWCG)

应用主页将会显示你的名称和头像。你的BrightID验证状态显示在你的名称下方，同时可以看到你获得验证的应用程序的数量。在你没有得到任何应用程序验证的情况下，状态栏将显示 "未验证(unverified)"。当你完成验证时，你的名称旁边会出现一个小徽章。

![](/files/x5oCgqGOcNqA4vN8a9wx)

你可以随时查看你建立的连接，加入的群组和已验证的应用。建立新连接的按钮在屏幕下方。菜单及通知图标在上方。你可能会收到有关连接请求，群组邀请等通知。你可以在菜单中进行编辑简介，查看获得的成就及软件更新等操作。

点击屏幕底部的链接可以加入BrightID社区，在社区中提问并获得帮助。


---

# 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://brightid.gitbook.io/brightid-zh/kai-shi.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.
