> 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/pt/e-commerce/prestashop/funcionalidades.md).

# Funcionalidades

Com o nosso aplicativo, você poderá executar as principais funções que precisa no seu dia a dia para gerenciar sua logística conosco, entre elas estão:&#x20;

* Criação de entregas em nossa plataforma.

***

## Criação de entregas na nossa plataforma

As entregas serão criadas automaticamente em nosso sistema após configurar a zona onde se deseja operar com a Shippify. Apenas os pedidos dentro da zona configurada serão criados.

{% hint style="info" %}
A tarefa será criada com o ID do pedido como identificador de referência e será do tipo regular.
{% endhint %}

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

Se, por algum motivo, os pedidos não forem criados dentro do sistema, esse processo pode ser realizado manualmente a partir do plugin.

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

Nesta seção, você poderá visualizar os pedidos da zona configurada e identificar quais foram criados e quais não foram em nosso sistema. Os que não foram criados podem ser selecionados e enviados para despacho na 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/pt/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.
