> ## Documentation Index
> Fetch the complete documentation index at: https://docs.karzoun.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# GraphQL Playground

> Open the interactive Karzoun GraphQL Playground to explore the public API.

Use the hosted Playground to run queries and mutations against your workspace with an app token.

<Card title="Open Playground" icon="terminal" href="https://karzoun.chat/developer/playground">
  Interactive GraphQL editor in the Karzoun developer dashboard.
</Card>

## Before you start

1. Create an [app token](/developers/getting-started/authentication)
2. Know your endpoint: `https://YOUR_SUBDOMAIN.api.karzoun.chat/graphql`
3. Prefer the schema reference in this tab for field and type docs

<Tip>
  Never paste production tokens into shared screens or recordings.
</Tip>


## Related topics

- [API reference](/miniapps/reference/api-reference.md)
- [Conversations run. Automation works. Sales grow.](/index.md)
- [Overview](/developers/index.md)
- [Webhooks](/developers/guides/webhooks.md)
- [Errors](/developers/guides/errors.md)
