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

# Установление связей

![](/files/215UuqZsb7RdscZAVdHJ)

Ваш BrightID верифицируется на основе социальных отношений, которые вы указываете в своих связях. Используйте кнопки в нижней части главного экрана, чтобы начать делать подключения. Один человек показывает QR-код для сканирования другим. Затем данные профилей будут обмениваться через защищенный канал p2p. Затем они выберут уровень связи в зависимости от того, насколько хорошо они знают друг друга. Это может быть «уже знаком», «только что познакомился» или «подозрительный».

![](/files/Mhn5hVgJloJXVsfZWb0N)

Если группа людей хочет делать подключения одновременно, тогда удобнее установить групповое соединение, при котором один человек показывает QR-код, а все остальные сканируют его, чтобы все подключались друг к другу.

![](/files/hVjWp00KW7CRGVuiP0QJ)

Чтобы сделать групповое подключение, не забудьте изменить «одноразовый» QR на «групповой код» с кнопкой вверху. Вы будете получать уведомления каждый раз, когда кто-то сканирует код. Этот код могут отсканировать до 30 человек.

![](/files/TfMvMrlYTcUXA6G4Qt5F)

QR-коды также можно передавать в виде ссылок с помощью кнопки «копировать ссылку». Каждый QR-код или ссылка действительны 15 минут.&#x20;

Самое главное при установлении соединений — это выбор правильных уровней соединения, которые более подробно описаны в следующем разделе.

{% hint style="info" %}
Есть вопросы о том, как делать подключения? Свяжитесь с нами в Discord[**`здесь`**](https://discord.gg/CC8Y3v5EP5).
{% endhint %}


---

# 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-russian/making-connections.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.
