# Basic processes

If you are here, it's because you have a platform where you manage orders placed physically or virtually in your commerce, and you need to synchronize it with Shippify to handle the logistics part on our platform.

{% hint style="info" %}
To continue, you need to have an account created in Shippify. If you don't have one, you can create it by following [these steps](/developers/en/processes/create-a-shippify-account.md).
{% endhint %}

To achieve this goal, it is necessary to implement the basic processes within our platform, which are::

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/mYtdZmvMSQQeLELLUXUv">Creating a delivery in Shippify</a></td><td></td><td></td></tr><tr><td><a href="/pages/JfEZieErHbFmjCP0UiAV">Status updates</a></td><td></td><td></td></tr></tbody></table>

{% hint style="success" %}
If you already have these processes implemented and want to know what else you can automate in your operation, you can visit our section on [Advanced Processes.](/developers/en/integration-guide/advanced-process.md)
{% endhint %}


---

# 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/integration-guide/basic-processes.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.
