> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/administracion-de-dispositivos.md).

# Administración de dispositivos

Los módulos Kitchen Display System (KDS), Customer Display System (CDS) y Checkout Screen utilizan un sistema de autorización mediante dispositivos vinculados.

Antes de utilizar cualquiera de estos módulos es necesario autorizar el dispositivo donde será ejecutado, es decir, cada dispositivo debe vincularse una única vez antes de comenzar a utilizarse.

El proceso de vinculación utiliza un código PIN temporal de seis dígitos para garantizar que únicamente dispositivos autorizados puedan acceder a la información del sistema.

Los módulos Kitchen Display (KDS), Customer Display (CDS) y Checkout Screen utilizan un sistema unificado para autorizar dispositivos.

<figure><picture><source srcset="/files/LS9hV7fT9L4447nUGr4K" media="(prefers-color-scheme: dark)"><img src="/files/Nye5kJxLVvIH4KTH6Qvn" alt=""></picture><figcaption></figcaption></figure>

### Activar un módulo

### Cómo acceder

1. Ingrese al Panel.
2. Abra **Módulos**.
3. Active el módulo correspondiente.

Los módulos disponibles son:

* Kitchen Display System
* Customer Display System
* Checkout Screen

Ver video guía: <https://encompysa.sharepoint.com/:v:/g/IQDKt7nvK8aDRL0As_bGy6toAUuJqDEKgb-8ayv3pHVz_js?e=6iudOU>

### Abrir una pantalla en un dispositivo

Cada sucursal ofrece tres formas de abrir un dispositivo.

### Opción 1

Seleccionar la sucursal.

Se abrirá automáticamente una nueva pestaña.

***

### Opción 2

Escanear el código QR.

Ideal para tablets.

***

### Opción 3

Utilizar el enlace directo.

Puede copiar la URL y abrirla desde cualquier navegador.

***

### Vincular un dispositivo

<figure><picture><source srcset="/files/Mk6aBNmTyxbHIatZTnX2" media="(prefers-color-scheme: dark)"><img src="/files/ugWmZ9CqPvH8atJ8RqvP" alt=""></picture><figcaption></figcaption></figure>

```
Panel      │      ▼Activar módulo      │      ▼Abrir pantalla      │      ▼Dispositivo genera PIN      │      ▼Administrar dispositivos      │      ▼Aceptar solicitud      │      ▼Asignar nombre      │      ▼Dispositivo autorizado
```

### Paso 1

Abrir el dispositivo.

El sistema mostrará:

**Esperando aprobación**

junto con un PIN de seis dígitos.

### Paso 2

Desde el Panel ingresar a

Administrar dispositivos.

### Paso 3

Localizar el PIN correspondiente.

### Paso 4

Presionar

Aceptar.

### Paso 5

Asignar un nombre.

Ejemplos:

* Cocina Principal
* Barra
* Caja 1
* Caja 2
* Pantalla Cliente

### Paso 6

Confirmar.

El dispositivo quedará inmediatamente activo.

***

## Vinculación manual

Cuando el administrador no tenga acceso físico al dispositivo.

### Procedimiento

Ingresar:

* PIN
* Nombre del dispositivo

Presionar

**Vincular dispositivo**

***

### Administrar dispositivos

<table><thead><tr><th width="357.20001220703125">Campo</th><th>Descripción</th></tr></thead><tbody><tr><td>Nombre</td><td>Nombre asignado al dispositivo</td></tr><tr><td>PIN</td><td>Código temporal generado para autorización</td></tr><tr><td>Estado</td><td>Pendiente o Activo</td></tr><tr><td>Último acceso</td><td>Última conexión</td></tr><tr><td>Acciones</td><td>Aprobar, editar, eliminar</td></tr></tbody></table>

***

## Eliminar un dispositivo

Ubicar el dispositivo.

Presionar el icono de eliminar.

Confirmar la operación.

El dispositivo volverá automáticamente al estado

**Esperando aprobación**

y generará un nuevo PIN.

***

## Preguntas frecuentes

### El dispositivo no aparece.

Verificar:

* Que el módulo esté activado.
* Que exista conexión a Internet.
* Que el navegador haya cargado correctamente.

### El PIN no aparece.

Actualizar la página.

### El dispositivo no recibe pedidos.

Verificar:

* Que esté aprobado.
* Que pertenezca a la sucursal correcta.
* Que continúe en estado Activo.

### ¿Puedo tener varios dispositivos?

Sí.

Cada sucursal puede tener múltiples dispositivos autorizados.


---

# 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://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/administracion-de-dispositivos.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.
