# Crear entrega

Desde la API podemos crear entregas dentro de Persat, las que quedarán luego en estado PENDING

Podemos separar la creación en dos grupos

* Entregas Simples
* Entregas en Clientes

Las Entregas en Clientes, simplemente tienen asociado un cliente que ya esta cargado en Persat, con lo cual, muchos de los datos, como la ubicación en el mapa lo podemos obtener desde el Cliente.

Las Entregas Simples, no estan asociadas a ningun cliente.

> [Crear entrega simple](/modulos/gestion-de-entregas/crear-entrega/crear-entrega-simple.md)
>
> [Crear entrega en cliente](/modulos/gestion-de-entregas/crear-entrega/crear-entrega-en-cliente.md)


---

# Agent Instructions: 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:

```
GET https://docs.api.persat.com.ar/modulos/gestion-de-entregas/crear-entrega.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
