> 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/en/e-commerce/prestashop/functionalities.md).

# Functionalities

With our application, you can perform the main functions you need in your day-to-day logistics with us, including:

* Creating deliveries on our platform.

***

## Creating a delivery in Shippify

The deliveries will be created automatically in our system after configuring the area where you want to operate with Shippify. Only orders within the configured zone will be created.

{% hint style="info" %}
The task will be created with the order ID as the reference identifier, and they will be of regular type.
{% endhint %}

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

If for some reason the orders were not created within the system, this process can be done manually from the plugin.

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

In this section, you can view orders for the configured zone and identify those that have been created and those that have not been created in our system. You can select those that have not been created and send them to Shippify for dispatch.

<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:

```
GET https://docs.shippify.co/developers/en/e-commerce/prestashop/functionalities.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.
