> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jtl-software.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Service Status

> Check the operational status of the JTL services that Cloud Apps depend on.

The JTL Platform runs on a shared infrastructure that also serves JTL-Hosting and JTL-Shipping. When that infrastructure is disrupted, APIs, the Hub, and the services your integration depends on may be affected. The pages below are the right places to check when something is not behaving as expected.

## Status Pages

JTL operates three public status pages. Each one covers a different layer of the platform.

<CardGroup cols={2}>
  <Card title="JTL-Hosting Status" icon="server" href="https://www.jtl-software.de/jtl-hosting-status-stoerungen">
    Current and historical disruptions to JTL-Hosting. This is the right starting point if APIs are timing out or platform services are unreachable from your integration.
  </Card>

  <Card title="JTL-Shipping Status" icon="truck" href="https://status.jtl-shipping.de/">
    Live status of JTL-Shipping integrations with carriers such as DHL, DPD, and Deutsche Post. Useful when shipment label creation or carrier sync is failing in integrations that touch shipping.
  </Card>

  <Card title="JTL System Check" icon="circle-check" href="https://check.jtl-software.de/">
    A connectivity check that verifies whether JTL systems are reachable from your network. Useful for ruling out a local network or firewall issue before opening a support ticket.
  </Card>
</CardGroup>

Bookmark these pages so you can reach them quickly when troubleshooting an integration issue. If none of the status pages report an incident but your integration is still failing, the next step is to gather your request details and reach out through [Support](/help/support).

## What's Next?

<CardGroup cols={2}>
  <Card title="Error Handling" icon="triangle-alert" href="/guides/essentials/common-patterns/error-handling">
    Troubleshoot API errors, validation failures, and retry behaviour.
  </Card>

  <Card title="Support" icon="headset" href="/help/support">
    Reach the JTL team when a status page does not explain what you are seeing.
  </Card>

  <Card title="Changelog" icon="history" href="/help/changelog">
    See what has changed across recent platform releases.
  </Card>
</CardGroup>
