# Introducción

La API de integración de logística de Fenicio permite a las empresas logísticas conectarse de forma automatizada con las tiendas que utilizan su plataforma. Los servicios a implementar son individuales y es obligatorio implementar al menos los siguientes:&#x20;

* [Create Shipping](/developers/api-integracion-de-logistica/servicios/create-shipping.md)&#x20;
* [Notifications Webhook](/developers/api-integracion-de-logistica/servicios/notifications-webhook.md)
* [Get Time Slots](/developers/api-integracion-de-logistica/servicios/get-time-slots.md)
* [Get Delivery Time Slots](/developers/api-integracion-de-logistica/servicios/get-delivery-time-slots.md)
* [Validate Address](/developers/api-integracion-de-logistica/servicios/validate-address.md)
* [Get Shipping Location](/developers/api-integracion-de-logistica/servicios/get-shipping-location.md)
* [Get Shipping Events](/developers/api-integracion-de-logistica/servicios/get-shipping-events.md)
* [Get Shipping Cost](/developers/api-integracion-de-logistica/servicios/get-shipping-cost.md)


---

# 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://guia.fenicio.help/developers/api-integracion-de-logistica/introduccion.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.
