> For the complete documentation index, see [llms.txt](https://docs.mineunivers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mineunivers.com/faq/registro-y-logueo.md).

# Registro y Logueo

## ¿Cómo me registro dentro del servidor?

Es muy sencillo, si te dice que coloques **"/register (contraseña)" sigue estos pasos:**\
\
&#x20; 1\. Elige una contraseña, en esta ocasión elegiré "PapichuloOMG"  ¡No pongas PapichuloOMG como tu contraseña, es solo un ejemplo!

&#x20; 2\. Ejecuta de esta manera el comando, con la contraseña que has elegido:&#x20;

```
/register PapichuloOMG <captcha>
```

{% hint style="danger" %}
El captcha es un número aleatorio que se te mostrará en la pantalla, debes colocarlo luego de tu clave para poder registrarte correctamente. Esto seria una medida de seguridad Anti-Bots.
{% endhint %}

## ¿Cómo me logueo dentro del servidor?

Si te dice que coloques **"/login (contraseña)"** es que ya te has registrado. De todas formas sigue estos pasos.&#x20;

&#x20; 1\. Con la contraseña que pusiste, en este caso PapichuloOMG pondremos:

**¿**&#x48;as olvidado tu contraseña o han entrado con tu nick y se han registrado?&#x20;

```
/login PapichuloOMG
```

**¿**&#x48;as olvidado tu contraseña o han entrado con tu nick y se han registrado?

Puedes abrir ticket en [<mark style="color:purple;">**Discord**</mark>](https://discord.mineunivers.com/) y te ayudaremos: <https://discord.mineunivers.com/>

{% content-ref url="/pages/mQFe2kf2SlzHYYj8BDf0" %}
[¡Bienvenido a MineUnivers!](/mineunivers.md)
{% endcontent-ref %}

{% content-ref url="/pages/29T8R4EWEb86jvv4nw9N" %}
[Postulaciones](/faq/postulaciones.md)
{% endcontent-ref %}


---

# 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://docs.mineunivers.com/faq/registro-y-logueo.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.
