# Getting Started

## System Requirements

1. A computer running Windows 7 and above (other platforms will be supported in the future)
2. [.NET Framework Runtime version 4.7.2 or higher](https://dotnet.microsoft.com/download/dotnet-framework/net48), included in Windows 10
3. 3 button computer mouse (or a middle click supporting touchpad setup)

## Installation

1. [Download Schéma](https://domj.itch.io/schema)
2. Unpack and run the executable
3. If issues arise, please let me know in the [chat](https://discord.gg/25Vq2Y)!

## Usage

If you're new to Schéma, now might be the right time to check out the [Controls](/guide/controls.md) and then the rest of this Guide.

I've also included a few examples which you can explore.

{% embed url="<https://youtu.be/YSm8iA8DoIc>" %}


---

# 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.scenic.tools/guide/getting-started.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.
