> 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/shopify/functionalities.md).

# Functionalities

In our embedded application, you'll find the main functions you need in your day-to-day logistics with us, including:

* Delivery creation on our platform&#x20;
* Real-time status updates&#x20;
* Label printing
* Delivery cancellation&#x20;
* Shipping quotes

***

## Delivery creation on our platform

You'll be able to select the orders you want within your Shopify dashboard and send them to Shippify through our Orkestra OS app, so that our drivers can make deliveries to your customers.

<figure><img src="/files/ynHEg7KCYcqSa8c0lTUr" alt=""><figcaption><p>Proceso de creación de entregas</p></figcaption></figure>

After the order is created in Shippify, the status of the order changes to 'Prepared' within the Shopify system.

## Real-time status updates

When orders are on their way, delivered, or canceled, the changes will be visible in your Shopify dashboard.

<figure><img src="/files/wb2rGz11GE4YdCk8UfgH" alt=""><figcaption><p>Actualización de estados</p></figcaption></figure>

## Label printing

From the application, you can select the orders you wish to download the PDF with the shipping labels to proceed with affixing them to the packages.

<figure><img src="/files/C9DwKSrWmZXhWRyn13qg" alt=""><figcaption><p>Impresión de etiquetas de envíos</p></figcaption></figure>

## Delivery cancellation&#x20;

From the application, you can cancel orders that, for any reason, you no longer want to be shipped with us.

<figure><img src="/files/qoc2XAH9ACi2qVS9ANLc" alt="" width="375"><figcaption><p>Cancelación de pedidos</p></figcaption></figure>

## Shipping quotes

You can decide whether your customers will see Shippify as an option when selecting a carrier at checkout (Available for Plus accounts or those created before 2022).

<figure><img src="/files/fspKIgdugpb7hFPPjiwQ" alt=""><figcaption></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/en/e-commerce/shopify/functionalities.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.
