> For the complete documentation index, see [llms.txt](https://wiki.healtzcraft.com/healtz-craft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.healtzcraft.com/healtz-craft/ajuda.md).

# ┎──  Ajuda

- [Como jogar no servidor](https://wiki.healtzcraft.com/healtz-craft/ajuda/como-jogar-no-servidor.md)
- [Minecraf Java (PC)](https://wiki.healtzcraft.com/healtz-craft/ajuda/como-jogar-no-servidor/minecraf-java-pc.md): Saiba como você pode acessar nosso servidor usando a versão Java Edition.
- [Minecraft Bedrock (Celular)](https://wiki.healtzcraft.com/healtz-craft/ajuda/como-jogar-no-servidor/minecraft-bedrock-celular.md): Saiba como você pode acessar nosso servidor usando a versão Bedrock Edition.
- [Qual modo escolher](https://wiki.healtzcraft.com/healtz-craft/ajuda/qual-modo-escolher.md): Nesta página você encontra o essencial para escolher o modo ideal, entender os sistemas e começar sua jornada com o pé direito.
- [Aprenda a usar o Chat de Voz](https://wiki.healtzcraft.com/healtz-craft/ajuda/aprenda-a-usar-o-chat-de-voz.md): O Simple Voice Chat é um mod que adiciona comunicação por voz no Minecraft.
- [Textura do servidor](https://wiki.healtzcraft.com/healtz-craft/ajuda/textura-do-servidor.md): Nosso servidor proporciona novas experiências através da nossa textura personalizada.
- [Problemas de conexão](https://wiki.healtzcraft.com/healtz-craft/ajuda/problemas-de-conexao.md): Alguns jogadores podem enfrentar algumas vezes problemas com a conexão em nosso servidor, então fizemos esse pequeno guia com uma possível solução.
- [Vinculação Discord](https://wiki.healtzcraft.com/healtz-craft/ajuda/vinculacao-discord.md): Vincule sua conta do discord no servidor e desbloqueie vantagens exclusivas.
- [Como personalizar nick](https://wiki.healtzcraft.com/healtz-craft/ajuda/como-personalizar-nick.md): Atualmente, a personalização do seu nickname é um benefício para todos os membros VIP.
- [Vote no servidor](https://wiki.healtzcraft.com/healtz-craft/ajuda/vote-no-servidor.md): Ao votar no nosso servidor, você contribui de forma voluntária para ajudar o servidor a alcançar o topo das pesquisas e aumentar nossa visibilidade.


---

# 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.healtzcraft.com/healtz-craft/ajuda.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.
