> For the complete documentation index, see [llms.txt](https://discordayuda.gitbook.io/discord-ayuda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd.md).

# Empezando un servidor

- [Creando una estructura.](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/creando-una-estructura..md): Aquí encontrarás una guía de cómo empezar a crear la estructura básica para tu servidor.
- [Configuración interna.](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/configuracion-interna..md): Te enseñaremos un poco de la configuración interna de tu servidor, puedes customizar detalles y más cosas del servidor.
- [Roles.](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/roles..md): Esta vez crearemos nuestros primeros roles y explicaremos un poco cómo van, esto estará ligado a los permisos.
- [Permisos de canales.](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/roles./permisos-de-canales..md): Los permisos en los canales es una de las cosas más fundamentales para que tu servidor tenga orden.
- [Ingresando bots.](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots..md): Te enseñaremos a cómo meter bots para tú servidor para potenciarlo y hacerlo más seguro y mejor.
- [Mee6 - Bot](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots./mee6-bot.md): Mee6 es un bot multifuncional que no vendría mal tenerlo en tú servidor.
- [Rythm - Música](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots./rythm-musica.md): Rythm es uno de los bots más conocidos en Discord por sus comandos de música.
- [Dyno - Moderación](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots./dyno-moderacion.md): Dyno es un bot con múltiples funciones pero se destaca más por su moderación.
- [UnbelievaBoat - Economía](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots./unbelievaboat-economia.md): Este bot es conocido por su increíble sistema de economía que te permite crear tiendas y demás.
- [Koya - Bot](https://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd/ingresando-bots./koya-bot.md): Koya también es un bot que tiene muchas funciones tanto de entretenimiento como de moderación pero les recomiendo este bot para sus bienvenidas y despedidas, por eso es muy conocido.


---

# 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://discordayuda.gitbook.io/discord-ayuda/iniciando-en-disocrd.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.
