# 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: 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:

```
GET https://brightid.gitbook.io/brightid/verifications/making-connections/connection-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
