> 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/tabla-de-contenidos/acceso-y-navegacion-general.md).

# Acceso y navegación general

### Iniciar sesión en el panel administrativo

1. Abre la URL del sistema en tu navegador. Si no hay una sesión activa, se muestra la pantalla **Iniciar sesión**.
2. Captura tu **correo electrónico** y **contraseña**.
3. Presiona **Entrar** (o la tecla Enter).
4. Si las credenciales son incorrectas, el sistema muestra el mensaje de error debajo del logo, sin recargar la página.

Al iniciar sesión correctamente entras a la pantalla de **Asentamientos y CPs**, que es la página de inicio del panel.

### Estructura del menú lateral

El menú lateral se puede colapsar/expandir con el botón de flecha en la parte superior, y agrupa las secciones en cuatro bloques:

| Grupo              | Secciones                                                                                         |
| ------------------ | ------------------------------------------------------------------------------------------------- |
| **Geografía**      | Asentamientos y CPs                                                                               |
| **Distribución**   | Rutas, Coberturas, App Operador (abre en pestaña nueva)                                           |
| **Operación**      | Guías de Envío, Recolecciones                                                                     |
| **Administración** | Plantillas de Guías, Lotes de Guías, Consignatarios, Clientes, Vehículos, Usuarios, Configuración |

El botón **Cerrar sesión** está al final del menú, en todo momento visible.

### Convenciones usadas en este manual

* Los nombres de botones y campos se citan tal como aparecen en la interfaz, en **negritas**.
* Cuando una acción requiere confirmación (por ejemplo, cancelar o eliminar un registro), el sistema muestra un modal de confirmación antes de ejecutarla; esto se indica explícitamente en cada sección.
* Varias pantallas permiten **carga masiva por CSV** (importar) y **exportar CSV** de los registros filtrados; el formato exacto de columnas esperado por cada importador no se documenta aquí porque no era determinable de forma confiable a partir de la interfaz — se recomienda usar primero **exportar** para obtener una plantilla válida antes de intentar una importación.


---

# 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/tabla-de-contenidos/acceso-y-navegacion-general.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.
