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

# Cómo Conectarse

![](/files/WK8uCCUKZBTGhl2Xy247)

Tu cuenta de BrightID se verifica en función de las relaciones sociales que presentas con tus conexiones. Utiliza los botones de la parte inferior de la pantalla de inicio para empezar a establecer dichas conexiones. En este paso, una persona mostrará un código QR para que la otra lo escanee. Así los datos de los perfiles se intercambiarán a través de un canal p2p completamente seguro. A continuación, seleccionarán el nivel de las conexiones en función a cuánto se conozcan. Los niveles de conexión son "ya conocido", "recién conocido" o "sospechoso".

![](/files/UUcqTixlUQDp2urJdcZk)

Si un grupo de personas quiere hacer conexiones al mismo tiempo, es más conveniente hacer una conexión de grupo en la que una persona muestra un código QR y todos los demás lo escanean, de modo que todos se conectarán entre sí.

![](/files/H3BWf1VMlxaFfjbgzCz3)

Para realizar una conexión de grupo, recuerda cambiar el código QR de "un solo uso" por un "código de grupo" con el botón de la parte superior. A continuación, recibirás una notificación cada vez que alguien escanee el código. Este código podrá ser escaneado por hasta 30 personas.

![](/files/LykQhUlpd5lkuz1UXJ74)

Los códigos QR también pueden compartirse como enlaces utilizando el botón "copiar enlace". Cada código QR o enlace es válido durante 15 minutos.&#x20;

Lo más importante a la hora de establecer conexiones es seleccionar los niveles de conexión adecuados, las cuales se detallarán en la siguiente sección.&#x20;

{% hint style="info" %}
¿Tienes alguna pregunta sobre cómo hacer conexiones? Contáctate con nosotros en nuestro Discord dando clic [<mark style="color:orange;">**aquí**</mark>](https://discord.gg/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-es/como-conectarse.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.
