> 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/guia-de-integracion/procesos-basicos.md).

# Procesos Básicos

Si estas aqui es por que cuentas con una plataforma donde administras los pedidos que realizan de manera física o virtual en tu comercio y necesitas sincronizarla con Shippify para poder manejar la parte logística en nuestra plataforma.&#x20;

{% hint style="info" %}
Para poder continuar necesitas tener una cuenta creada en Shippify, si no la tienes puedes crearla siguiendo [estos pasos](/developers/procesos/crear-una-cuenta-en-shippify.md).
{% endhint %}

Para conseguir este objetivo es necesario implementar los procesos básicos dentro de nuestra plataforma que son:

<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">Creación de entregas en shippify</a></td><td></td><td></td></tr><tr><td><a href="/pages/JfEZieErHbFmjCP0UiAV">Actualización de estados</a></td><td></td><td></td></tr></tbody></table>

{% hint style="success" %}
Si ya tienes estos procesos implementados y quieres conocer que más puedes automatizar en tu operación puedes visitar nuesta sección de [Procesos Avanzados](/developers/guia-de-integracion/procesos-avanzados.md).
{% endhint %}


---

# 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/guia-de-integracion/procesos-basicos.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.
