> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/home/card-creation-and-management/implement-card-creation-and-management/manage-card/physical-card-and-personalization/create-and-order.md).

# Create and Order

D1 create and produces a physical card by running a set of issuance and personalization steps on a single API request of the issuer.

Each step uses your D1 API request , the consumer information register to D1 as well as configuration defined during D1 onboarding of the Card Product.

## **Flow**

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

### steps

Use these pages in the order below. You can skip steps that are not enabled for your card product.

1. [<mark style="color:$danger;">Magnetic stripe tracks</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/magnetic-stripe-tracks)
2. [<mark style="color:$danger;">Chip personalization</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/chip-personalization)
3. [<mark style="color:$danger;">Graphical personalization</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/graphical-personalization)
4. [<mark style="color:$danger;">Card carrier personalization</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/card-carrier-personalization)
5. [<mark style="color:$danger;">Packaging</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/packaging)
6. [<mark style="color:$danger;">Shipment</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/shipment)
7. [<mark style="color:$danger;">SLA management</mark>](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ol7FqojHqm5it3effNc4/physical-issuance/card-order/sla-management)


---

# 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.payments.thalescloud.io/home/card-creation-and-management/implement-card-creation-and-management/manage-card/physical-card-and-personalization/create-and-order.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.
