> For the complete documentation index, see [llms.txt](https://wiki.pixelmonbrasiloficial.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pixelmonbrasiloficial.com.br/como-baixar/publish-your-docs/como-se-registrar.md).

# 🔐 Como se registrar

### Só faz 1x: registrar. Depois é só jogar!

#### **✅ 1) Registrar (só na primeira vez)**

No chat, digite **exatamente assim** (a senha vai duas vezes):

```bash
/register SUA_SENHA SUA_SENHA
```

**Por que duas vezes?** Pra evitar erro de digitação e você não “se trancar” fora da conta.

Dicas rápidas de senha (pra não sofrer depois):

* Use algo que você lembre, mas **não óbvio** (evite `123456`, `senha`, seu nick).
* Se der erro, tente outra (às vezes alguma letra/caractere pode não ser aceito).

***

#### &#x20;⚡ 2) Login (toda vez que entrar)

```bash
/login SUA_SENHA
```

Se você já registrou antes e tentar `/register`, vai dar erro. É normal. Só faz login.

***

#### 🛡️ Segurança (importante de verdade)

* Sua senha fica ligada ao seu **nickname**.
* **Nunca** compartilhe sua senha (nem com “amigo”, nem com “staff”).
* A staff **não precisa** da sua senha pra te ajudar.

***

#### 🧩 Problemas comuns (resolvem 90% dos tickets)

**“Senha incorreta”**

* Verifique **Caps Lock** (maiúsculas/minúsculas).
* Confere se você digitou igual ao registro.

**“Já estou registrado”**

* Use `/login` em vez de `/register`.

**“Esqueci minha senha”**

* Abra um ticket/suporte e informe: **seu nick + o que aconteceu**. (Não mande senha antiga, se você não tem certeza.)


---

# 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://wiki.pixelmonbrasiloficial.com.br/como-baixar/publish-your-docs/como-se-registrar.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.
