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

# Создание групп

Сообщества, к которым вы принадлежите, также являются частью вашей личности и могут помочь вам пройти верификацию в BrightID. Группы представляют сообщества в BrightID.

Функция группы в BrightID дает пользователям BrightID возможность быть доверенными агентами для верификации других пользователей BrightID в своем сообществе. Другими словами, они получают **«Seed» верификацию**. Однако эта возможность будет предоставлена ​​участнику группы только в том случае, если группа была утверждена в качестве исходной группы BrightID, а член группы будет называться [«Участник seed группы»](https://brightid.gitbook.io/aura/).

### **Как создать группу?**

**Шаг 1.** Откройте боковое меню на главном экране и выберите «Группы».&#x20;

**Шаг 2.** Нажмите кнопку «Создать группу».&#x20;

**Шаг 3.** Добавьте групповое фото и имя.

**Шаг 4.** Выберите членов группы из списка подключений и нажмите кнопку «Создать группу», чтобы завершить процесс.&#x20;

🎉 ваша группа добавлена ​​в график.

![How to create group](/files/Jo1XORQGr5ywvttSU4FR)

### **Как превратить вашу группу в "seed" группу?**

После создания группы вы можете подать заявку на номинацию "seed" группе, заполнив эту форму: [**Форма номинации "seed" группе BrightID**](https://docs.google.com/forms/d/e/1FAIpQLSd5ma8NIyNmOFfgYGOYXC0rQITWSQgLepe1xzIy5dDy5sNXRA/viewform).&#x20;

Команда BrightID оценит заявку и свяжется с вами для дальнейшей оценки. После того, как BrightID одобрит заявку, участник группы сможет выдавать "Meets" верификацию другим пользователям.

{% hint style="info" %}
Чтобы пройти верификацию, людям не нужно присоединяться к группе; им нужно только подключиться к члену группы.
{% endhint %}

{% hint style="success" %}
Советы. Чтобы упростить процесс подачи заявки, мы предлагаем вам связаться с нашей командой в [**Discord**](https://discord.com/invite/nTtuB2M), чтобы представить свое сообщество и следить за процессом подачи заявки.

{% 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/creating-groups.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.
