> For the complete documentation index, see [llms.txt](https://docs.shippify.co/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippify.co/developers/e-commerce/prestashop/funcionalidades.md).

# Funcionalidades

Con nuestra aplicación podrás ejecutar las principales funciones que necesitas en tu día a día para llevar tu logística con nosotros, entre ellas estan:

* Creación de entregas en nuestra plataforma.

***

## Creación de entregas en nuestra plataforma

Las entregas se crearán automaticamente en nuestro sistema luego de configurar la zona donde se quiere operar con shippify. Solo los pedidos dentro de la zona configurada serán creados.

{% hint style="info" %}
La tarea se creará con el id del pedido como identificador de referencia y serán de tipo regular.
{% endhint %}

<figure><img src="/files/G3zPZrcWgUMMZ0i3tYtq" alt=""><figcaption><p>Creación automática</p></figcaption></figure>

Si por alguna razón no se crearon los pedidos dentro del sistema, se puede realizar este proceso manualmente desde el plugin.&#x20;

<figure><img src="/files/BluVrhRbnYm2HxilRkcp" alt=""><figcaption><p>Proceso manual</p></figcaption></figure>

En esta sección podrás visualizar los pedidos de la zona configurada e identificar los que se han creado y los que no en nuestro sistema. Los que no han sido creados puedes seleccionarlos y mandar a despachar a shippify.

<figure><img src="/files/1QJjr7A0p7MuCK4YpYv9" alt=""><figcaption><p>Plugin</p></figcaption></figure>


---

# 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://docs.shippify.co/developers/e-commerce/prestashop/funcionalidades.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.
