# Welcome

## Overview

While this documentation covers many parts of Monogatari's functioning, it does not cover everything you could actually do with it. Remember, your VN is a website now and that means the possibilities are endless. Everything you've seen on a website before can be done in your game.

But how to look out for help on doing this things? Well, another benefit of your game being a website is: There is lots and lots of tutorials and documentation out there!

If you google something, for example if you want something to happen when someone clicks an image, you can google it as "JavaScript click image", there's no need to look for a Monogatari-specific answer. Everything that applies to a website also applies for Monogatari, even the step-by-step tutorials on web development are useful to get you started.

Of course, you are not alone! If you have any doubt, problem or just want some help please reach out!

## Where to Ask Questions

The best place to ask questions is the [Community Forums](https://community.monogatari.io/), where there is a good community and you can receive help from people making games just like you! You can also find us on the [Discord Server](https://discord.gg/sj4uPrP), if you prefer something a little more immediate.

If you have some other doubts or prefer other type of communication, you can contact me on [Mastodon](https://mastodon.social/@HyuchiaDiego) or via email which you can find in my [website](https://hyuchia.com/).

If you want to report bugs or request new features, then please report them on the [GitHub repository](https://github.com/Monogatari/Monogatari).

You can also check the FAQ to see if any of your questions have been answered there.

{% content-ref url="f.a.q." %}
[f.a.q.](https://developers.monogatari.io/documentation/f.a.q.)
{% endcontent-ref %}

## Sponsor the Project

If you like Monogatari and would like to support it, becoming an sponsor is the best way to do it. There are a lot of [ways of donating or sponsoring the project](https://monogatari.io/#sponsor). You'll find them out in the [website](https://monogatari.io/#sponsor). Sponsors can also get benefits depending on their tier like hosting for their games.


---

# 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/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.
