> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/panel-de-gestion/accesos-y-usuarios/acceso-al-panel-de-gestion.md).

# Acceso al panel de gestión

## Acceso al panel de gestión

### Requisito para acceder

Para ingresar al panel de gestión, primero debes estar registrado como usuario de la tienda.

Fenicio crea y asigna el primer usuario con rol **Administrador**.

A partir de ese momento, cualquier Administrador será responsable de crear a las demás personas que necesiten acceder al panel desde: **Administración** ➡ **Administradores**

Al crear cada usuario, deberá ingresar su email y asignarle los roles correspondientes según las tareas que realizará.

### ¿Cómo ingresar al panel?

Una vez que un Administrador haya creado tu acceso:

1. Ingresa a la dirección del panel de gestión de tu tienda.
2. Escribe el email con el que fuiste registrado.
3. Revisa tu casilla e ingresa el código de acceso recibido.
4. Si tienes activado el doble factor de autenticación, completa la validación adicional.

No necesitas una contraseña para ingresar.

{% hint style="info" %}
La sesión del panel de gestión permanece activa durante 12 horas. Luego deberás validar nuevamente tu acceso.
{% endhint %}

{% hint style="success" %}
La información de la contraseña sólo se visualiza en el Login en asteriscos \*\*\*\* para mayor seguridad.
{% endhint %}


---

# 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://guia.fenicio.help/panel-de-gestion/accesos-y-usuarios/acceso-al-panel-de-gestion.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.
