# Getting Started

Welcome to Monogatari! Follow these 4 simple steps to get started creating your visual novel.

## Quick Start Guide

1. [**Setup Your Environment**](/documentation/getting-started/step-1-setup-your-environment.md) - Install the tools you'll need
2. [**Download Monogatari**](/documentation/getting-started/getting-monogatari.md) - Get the latest release
3. [**Get Familiarized**](/documentation/getting-started/step-3-get-familiarized.md) - Learn the project structure
4. [**Make Your First Visual Novel**](/documentation/getting-started/step-4-make-your-first-visual-novel.md) - Start creating!

## What You'll Need

* A modern web browser (Chrome or Firefox recommended)
* A code editor (VS Code, Atom, or similar)
* Basic knowledge of HTML, CSS, and JavaScript (helpful but not required)

## Time to Complete

Most users can complete the setup and create their first game scene in **under 30 minutes**.

## Need Help?

* Check the [FAQ](/documentation/f.a.q..md) for common questions
* Visit the [Monogatari Community Forums](https://community.monogatari.io/)
* Browse the rest of this documentation for detailed guides


---

# 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://developers.monogatari.io/documentation/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.
