> 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/app-del-operador/recolecciones-asignadas.md).

# Recolecciones asignadas

Esta pantalla tiene dos pestañas: **Asignadas** (las recolecciones ya asignadas a tu vehículo) y **Capturar** (para tomar una recolección nueva).

### Pestaña "Asignadas"

Muestra cada recolección (manifiesto) asignada a tu vehículo como una tarjeta con:

* **Folio** del manifiesto y su **estado** (por ejemplo, Activo).
* **Cliente** remitente.
* Número de **guías** que contiene y **peso** total.
* Fecha de **creación**.
* **Instrucciones**, si la oficina capturó alguna nota especial para esta recolección.

Por cada recolección tienes tres botones de acción:

| Botón         | Qué hace                                                                                                                            |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| **Ubicación** | Abre en Google Maps la dirección del cliente remitente (solo aparece si esa dirección tiene coordenadas registradas)                |
| **Escanear**  | Abre el escáner de paquetes para esa recolección, y de paso envía tu ubicación GPS actual al sistema (si el dispositivo lo permite) |
| **Cerrar**    | Pide confirmación y cierra la recolección una vez que ya procesaste todos sus paquetes                                              |

Usa el botón **Actualizar**, al final de la lista, para refrescar manualmente la lista de recolecciones.

Si aún no tienes ninguna recolección asignada, la pantalla muestra el mensaje **"No tienes recolecciones asignadas"**.

### Pestaña "Capturar" — asignarte una recolección nueva

Permite tomar para ti (y tu vehículo) una recolección que la oficina ya creó pero que todavía no tiene operador asignado, de dos formas:

1. **Escanear código**: abre la cámara y lee el código de barras/QR impreso en el manifiesto.
2. **Ingreso manual**: escribe el **folio de recolección** (por ejemplo, `MR-2026-000006`) y presiona **Asignarme**.

Al asignarte una recolección correctamente, el sistema muestra el aviso de éxito con el folio, y regresa automáticamente a la pestaña **Asignadas**.

> Esta función requiere conexión a internet: si el dispositivo está sin conexión, el botón de escanear/asignar se deshabilita.


---

# 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/app-del-operador/recolecciones-asignadas.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.
