# Agregar un Ícono al Servidor

El ícono del servidor es la imagen que aparecerá junto al nombre del servidor en la lista de servidores de Minecraft.

**Pasos:**

1. **Crear el Ícono**:
   * Crea o encuentra una imagen que quieras usar como ícono.
   * La imagen **debe tener el tamaño exacto de 64x64 píxeles**.
   * El formato de la imagen **debe ser PNG** (`nombre_de_archivo.png`).
2. **Renombrar la Imagen**:
   * Cambia el nombre de la imagen a `server-icon.png`. Es importante que el nombre sea exactamente así.
3. **Mover la Imagen al Directorio del Servidor**:
   * Coloca el archivo `server-icon.png` en el **directorio raíz** de tu servidor de Minecraft. Este es el mismo directorio donde se encuentra el archivo `server.properties`.
4. **Reiniciar el Servidor**:
   * Reinicia tu servidor de Minecraft para que el ícono se actualice y aparezca en la lista de servidores.


---

# Agent Instructions: 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:

```
GET https://docs.hidencloud.com/es/minecraft/agregar-un-icono-al-servidor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
