> For the complete documentation index, see [llms.txt](https://brightid.gitbook.io/brightid/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/frequently-asked-questions.md).

# FAQ

### How do I unlink an app from my BrightID?

To protect against sybil attacks, apps don't allow you to unlink an account you made with them. Most apps will allow you to link more than one account to the same BrightID, so the answer is usually to link again with a new account. Talk to support for the app.

### **Where is** BrightID useful?

BrightID can be used for:

* Universal Basic Income
* Voting / Polling
* E-commerce

However, new use cases are being discovered by the community every day.

### **How is BrightID different from other identity solutions?**

BrightID is a solution for knowing whether someone exists in a system only once. It is specifically designed to work well in a digital environment.

BrightID can solve a problem that is difficult for other identity solutions: the problem of unique identity. It does so in a way that doesn’t require personal data to be collected or attested by others.

### **Why doesn’t BrightID use biometrics?**

Biometrics (fingerprints, retina scans) are useful for determining whether someone belongs to a set of known people. They aren’t useful for stopping an attacker from creating duplicate identities–unless the test is administered by a trusted third party. BrightID uses relationships between close friends and relatives to verify unique personhood.

A third party may choose to use biometrics in conjunction with BrightID.

### **Does BrightID use facial recognition?**

In order to stop an attacker from making duplicate identities, an AI would have to be able to recognize all attempts to alter or disguise one’s face. This is beyond the capability of an artificial intelligence for the foreseeable future.

BrightID uses trusted relationships between people to verify its users. This includes people’s ability to recognize someone in person using all available information, including recognizing their face. A real person’s ability to recognize another person far surpasses that of an AI.

Your name and photo exist to allow your connections to identify you and are not stored or used by BrightID outside of your and their devices.\ <br>


---

# 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/frequently-asked-questions.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.
