> 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/central-issuance/implement-central-issuance.md).

# Implement Central Issuance

- [Card order](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order.md): Request physical card production and shipment using D1.
- [Select card order services](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/select-card-order-services.md): Select D1 API fields that control how a physical card is produced and shipped.
- [Magnetic stripe tracks](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/magnetic-stripe-tracks.md): Understand how D1 builds Track 1/2/3 values during physical card personalization.
- [Graphical personalization](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/graphical-personalization.md): Control what D1 prints on the physical card during personalization.
- [Chip personalization](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/chip-personalization.md): Understand how D1 produces EMV chip data during physical card personalization.
- [Card carrier personalization](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/card-carrier-personalization.md): Select and personalize the card carrier used to mail the physical card.
- [Packaging](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/packaging.md): Choose the physical packaging used for physical card shipment.
- [Shipment](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/shipment.md): Choose shipment options and bulk grouping for physical card orders.
- [SLA management](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/sla-management.md): Understand how D1 calculates production due dates for physical card orders.
- [Bulk](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order/bulk.md)
- [Card order tracking](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order-tracking.md)
- [Track production](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order-tracking/track-production.md)
- [Track shipment](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order-tracking/track-shipment.md)
- [Track orders on demand](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/card-order-tracking/track-orders-on-demand.md)
- [Pull & change](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/pull-and-change.md)
- [Tracking hub](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/tracking-hub.md)
- [Address validation](https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance/address-validation.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:

```
GET https://docs.payments.thalescloud.io/central-issuance/implement-central-issuance.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.
