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

# Playground

> Try Synap live in your browser: spin up a working memory agent with no install and no API key. The fastest way to see ingestion and retrieval in action before you write any code.

The [**Synap Playground**](https://synap.maximem.ai/playground) is a hosted sandbox for trying Synap without setting anything up. Open it in your browser, talk to a memory-enabled agent, and watch what it ingests and retrieves in real time.

<Card title="Open the Playground" icon="play" href="https://synap.maximem.ai/playground" horizontal>
  No install, no API key: start a working memory agent in the browser.
</Card>

## What you can do

* **Chat with a memory-enabled agent** and see it remember facts, preferences, and past turns across the conversation.
* **Watch ingestion and retrieval happen**: the Playground surfaces what Synap extracts from each turn and what it pulls back as context.
* **Explore preconfigured agents** with different [memory architectures](/concepts/memory-architecture), so you can see how the use-case shapes what gets remembered.

## What it's for (and what it isn't)

The Playground is a **demonstration environment**, not a place to build your app:

* It runs against shared, preconfigured instances; you don't manage scopes, keys, or configuration there.
* Conversations are for exploration; don't treat the Playground as durable storage for anything you care about.
* It's the wrong place to test multi-tenant scoping, production limits, or your own [use-case file](/concepts/memory-architecture#the-use-case-file).

When you're ready to build for real, move to the SDK:

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Install the SDK, create your own instance, and run the three-call loop in \~10 minutes.
  </Card>

  <Card title="Choose your stack" icon="plug" href="/integrations/overview">
    Using a framework? Jump straight to your integration.
  </Card>
</CardGroup>
