> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/fulfillment/fullfilment-flow/overview.md).

# Overview

#### Fulfillment Flow Overview

<figure><img src="/files/e99tgqOVoSZvTy0Ydids" alt=""><figcaption></figcaption></figure>

The fulfillment flow describes how an order item moves through Equipme from the moment it is placed until the service becomes active. It focuses on the logical sequence of steps that are required to successfully complete an order, without exposing internal logistics or technical execution details.

After an order is placed and confirmed, it enters the fulfillment phase. During this phase, the necessary provisioning and delivery steps are handled. These steps cover all fulfillment variants and represent the operational work required to prepare the service.

Once fulfillment is completed, the order is processed and the service is activated. From that point onward, the order leaves the fulfillment context and becomes part of the asset lifecycle.

Orders can be cancelled before fulfillment is completed. In that case, the process ends early and the order does not move through provisioning or delivery.

Actions such as returns or unsubscribing happen after a service is already active. They are therefore treated as lifecycle events and are intentionally separated from the fulfillment flow.

This overview is meant to provide orientation and context. More detailed order and delivery states are handled within the fulfillment logic and are documented separately.


---

# 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://hub.equipme.io/documentation/fulfillment/fullfilment-flow/overview.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.
