# Run the Demo

[Install the WarpStream Agent](https://docs.warpstream.com/warpstream/getting-started/install-the-warpstream-agent) for your platform.

Run `warpstream demo` in your terminal.

This command will:

1. Automatically sign you up for a temporary account that is valid for 12 hours.
2. Run an in-memory Kafka producer that will produce small JSON documents to a stream periodically.
3. Run an in-memory Kafka consumer that consumes the JSON documents and prints them to the standard console.
4. Open up your web browser to the WarpStream console so you can explore the WarpStream U.I and feature set in more detail.


---

# 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://docs.warpstream.com/warpstream/getting-started/demo.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.
