# FAQs

<details>

<summary>What type of delivery can we create with the application?</summary>

By default, they will be created as regular type, however, it can be internally configured to be flex or express.

</details>

<details>

<summary>Can I cancel the deliveries?</summary>

Deliveries can be canceled from the Shippify application at no cost, but only when they are still in the **Pending Review** or **Processing** state and when they do not yet have an assigned Shipper. After these states, you can only request cancellation by contacting a Shippify operator. Such cancellations are subject to penalties, such as partial or full payment for the delivery being canceled, depending on the situation.

</details>

<details>

<summary>Can I request a change in the settings after the installation?</summary>

Changes to the settings can be requested by raising a requirement via email to <integrations@shippify.co>. This process may take around 7 business days.

</details>


---

# 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.shippify.co/developers/en/e-commerce/mercado-livre/faqs.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.
