> 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/integration-guide.md).

# Integration Guide

- [Basic processes](https://docs.shippify.co/developers/en/integration-guide/basic-processes.md): In this section, you will find the fastest way to integrate with us by navigating through various resources we provide.
- [Delivery creation](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation.md)
- [Dash](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/dash.md): This method for creating deliveries is ideal for small companies or if you are just testing our services.
- [Import](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/import.md): This method for creating deliveries is ideal for small companies or if you are just trying our services for the first time.
- [Zapier](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/zapier.md): This method of creating deliveries is ideal for medium-sized companies that need to automate the creation of their orders on our platform.
- [API](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/api.md): This method for creating deliveries is ideal for medium-sized companies that need to automate the creation of their orders on our platform.
- [SFTP](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/sftp.md): This method for creating deliveries is ideal for large companies that need to automate the creation of their orders on our platform.
- [Custom](https://docs.shippify.co/developers/en/integration-guide/basic-processes/delivery-creation/custom.md): This method for creating deliveries is ideal for large companies that need to automate the creation of their orders in our platform.
- [Status update](https://docs.shippify.co/developers/en/integration-guide/basic-processes/status-update.md)
- [Webhook subscriptions](https://docs.shippify.co/developers/en/integration-guide/basic-processes/status-update/webhook-subscriptions.md)
- [Continuous Polling](https://docs.shippify.co/developers/en/integration-guide/basic-processes/status-update/continuous-polling.md)
- [Statuses](https://docs.shippify.co/developers/en/integration-guide/basic-processes/status-update/statuses.md): In this section, we will present the delivery states in Shippify and help you link them with those of your platform.
- [Advanced process](https://docs.shippify.co/developers/en/integration-guide/advanced-process.md)
- [Interactive delivery tracking](https://docs.shippify.co/developers/en/integration-guide/advanced-process/interactive-delivery-tracking.md): Thanks to our interactive tracking, recipients and drivers can collaborate to achieve a seamless delivery right at the doorstep.
- [Security](https://docs.shippify.co/developers/en/integration-guide/advanced-process/security.md): In this section, you will find alternatives to protect your Shippify account when logging in.
- [\[2FA\] Two Factor Authentication Method](https://docs.shippify.co/developers/en/integration-guide/advanced-process/security/2fa-two-factor-authentication-method.md)
- [Activate SAML SSO for a Company](https://docs.shippify.co/developers/en/integration-guide/advanced-process/security/activate-saml-sso-for-a-company.md)


---

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