> 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/master.md).

# BrightID概述

BrightID帮助众多应用程序确保其用户账户的唯一性，以便每个人都能获得公平的份额和更好的体验。

每个人都可以在BrightID上申请一个账户，并用于与他们认识的人建立联系。所有帐户及其之间的连接会形成一个图表，通过分析得到的图表可以检测虚假的帐户。

BrightID是为世界上所有公民创造一个公平的数字世界的基石。

{% embed url="<https://youtu.be/KUe8tRX7xFc>" %}


---

# 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/master.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.
