# Playground — test replies safely

The **Playground** (avatar menu → Playground) lets you ask the twin "how would you reply to this?" without anything going to Slack.

It uses your real Persona, Knowledge, and Memory — so the answer is what the twin *would* say if this message landed for real. It also uses the configured opencode tools (web search, knowledge search, etc.).

## How to use it

1. Type a message into the input box as if someone sent it to you.
2. Press **Send** or **Cmd/Ctrl+Enter**.
3. The twin's reply appears in the chat pane, with a note explaining the reasoning if useful.

## Reset

The small ↻ icon at the top-right of the page clears the conversation. Useful between different test scenarios; the twin maintains short-term context across messages in the same playground session.

## Watch the trace

While a playground reply is being computed, open **Live trace** (avatar menu) in another tab to see every tool call the agent makes in real time. This is the cleanest way to understand *why* the twin replied the way it did.


---

# Agent Instructions: 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://litao.gitbook.io/twico/teaching-it-about-you/playground.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.
