> ## 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.

# What's Next?

> Explore deeper topics and advanced guides after completing the quick start

Now that you've built and submitted a Cloud App, here are the areas worth exploring next.

## Go Deeper with Cloud Apps

<CardGroup cols={2}>
  <Card title="App Shell & UI Integration" icon="app-window" href="/guides/cloud-apps/app-shell-ui-integration">
    Add pane views, tabs, and context-aware UI inside the ERP.
  </Card>

  <Card title="Authentication & Login" icon="lock" href="/guides/cloud-apps/authentication-login">
    Implement OAuth 2.0, token handling, scopes, and permissions.
  </Card>

  <Card title="Using Platform APIs" icon="database" href="/guides/cloud-apps/using-platform-apis">
    Read and write products, orders, customers, and inventory.
  </Card>

  <Card title="Handling Webhooks" icon="bell" href="/guides/cloud-apps/handling-webhooks">
    Handle events like order creation, product updates, and app lifecycle
    changes.
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="GraphQL Playground" icon="share-2" href="/api-reference/graphql-playground">
    Explore queries and mutations interactively with autocomplete and schema docs.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/overview">
    Full API coverage for Cloud ERP, SCX, and app registration.
  </Card>

  <Card title="SDKs & Libraries" icon="wrench" href="/guides/cloud-apps/app-shell-ui-integration#appbridge-communication">
    Official client libraries (JavaScript/TypeScript).
  </Card>
</CardGroup>

## Community

* **[Forum](https://forum.jtl-software.de/)**: Ask questions and browse discussions
* **[GitHub](https://github.com/jtl-software)**: SDKs, examples, and open-source projects
* **[JTL-Connect](https://www.jtl-connect.de/)**: Annual conference and workshops

<Note>
  Have a question or need clarification? Contact the partner team at
  [partner@jtl-software.com](mailto:partner@jtl-software.com).
</Note>
