# Welcome to the Pixel Plaza Docs!

## Intro

Hello! And welcome to the docs for Pixel Plaza! Pixel Plaza is a system on Pixel Chat that allows developers to leverage the Pixel Chat system to create fully custom overlays, as well as share and even sell them!

On top of that, it allows just about anyone to create and publish scenes! Scenes in Pixel Chat are a collection of components, such as overlays, images, external URL's etc. And are designed as a single browser source that can be added into your streaming software.

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="guides/creating-your-first-overlay" %}
[creating-your-first-overlay](https://docs.pixel.chat/guides/creating-your-first-overlay)
{% endcontent-ref %}

{% content-ref url="guides/creating-your-first-scene" %}
[creating-your-first-scene](https://docs.pixel.chat/guides/creating-your-first-scene)
{% endcontent-ref %}

{% content-ref url="guides/getting-set-up-to-receive-payments" %}
[getting-set-up-to-receive-payments](https://docs.pixel.chat/guides/getting-set-up-to-receive-payments)
{% endcontent-ref %}


---

# 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.pixel.chat/welcome-to-the-pixel-plaza-docs.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.
