> 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/verifications/making-connections/connection-process.md).

# Connection process

### Making one-to-one connection

Use the buttons on the bottom of the home screen to start making connections. One person shows a QR code for the other one to scan. The corresponding profile data will then be exchanged through a secure p2p channel. They will then select the level of connections based on how much they know each other. It might be “already known”, “just met”, or “suspicious”. "Already known" being the desirable one for the verification protocols and security mechanism in BrightID. More on [connection levels](/brightid/verifications/making-connections/connection-levels.md) in the next section.

<div align="center" data-full-width="false"><img src="/files/rXqZa9MWL57AIS7RmYCn" alt=""></div>

### Making group connections

If a close-knit group of people want to make connections at the same time, it is more convenient to make a group connection in which one person shows a QR code and everyone else scans it, so that everyone gets connected to each other.

![](/files/9Me5xUBNjQfh5rhcFBfz)

To make a group connection, remember to change the “single-use” QR to a “group code” with the button on top. You will get notified each time someone scans the code. This code can be scanned by up to 30 people.

<div align="left"><img src="/files/jDqLN2Q3wabhOA24esbe" alt="Share your QR code as a link with your friends" width="375"></div>

Connections can also be initiated as links using the “copy link” button. Each QR code or link is valid for 15 minutes.

What matters the most is selecting the right connection levels described in the next section.


---

# 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/verifications/making-connections/connection-process.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.
