> For the complete documentation index, see [llms.txt](https://softypaq.gitbook.io/centro-de-ayuda-softypaq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://softypaq.gitbook.io/centro-de-ayuda-softypaq/administracion/configuracion.md).

# Configuración

Personaliza la identidad visual del sistema: cómo se ve el panel administrativo (y, por extensión, la pantalla de inicio de sesión) para todos los usuarios.

### Identidad

* **Nombre de la empresa** — se muestra en el menú lateral y en la pantalla de inicio de sesión.
* **Subtítulo** — texto secundario debajo del nombre (por defecto "Sistema de gestión").
* **Logotipo de la empresa** — se sube haciendo clic en el recuadro de carga. Formatos aceptados: PNG, JPG, WebP o SVG, máximo 2 MB.
* **Favicon** — el ícono que se ve en la pestaña del navegador. Formatos: ICO, PNG, SVG o WebP, máximo 1 MB. Puede quitarse con **Quitar favicon**.

### Color de acento

Elige un color primario para botones y elementos destacados, ya sea de una paleta de colores predefinida o con un selector de color **Personalizado** (código hexadecimal). La sección incluye una **vista previa** en vivo de cómo se vería el logotipo, el nombre de la empresa y un botón con ese color.

### Guardar y restaurar

* **Guardar cambios** aplica la nueva configuración a todo el sistema; el sistema confirma con el mensaje **"Cambios guardados"**.
* **Restaurar valores por defecto** regresa el nombre, subtítulo, color y logotipo a los valores originales del sistema (color naranja `#f97316`, sin logo ni favicon, nombre "Paquetería").


---

# 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://softypaq.gitbook.io/centro-de-ayuda-softypaq/administracion/configuracion.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.
