# Home

Stadium 8 is a template for building frontend applications with AI assistance. You describe what you want to build, drop your materials into a folder, and type `/start`. Claude plans the application, builds it feature by feature, runs automated quality checks, and hands you a working app — with your sign-off at every step.


---

# 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.stadium.software/8/readme.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.
