# Ren'py

If you already have a Ren'py game and would like to export it to Monogatari, you can do it very easily. As you may have seen the syntax is pretty much the same so you'll only need to change some letters, add some commas and you'll be ready to go!

You can take a look to the script of The Question in [Ren'py](http://www.renpy.org/doc/html/thequestion.html) and [Monogatari](http://monogatari.hyuchia.com/TheQuestion/js/script.js) Scripts so you can compare and learn more!


---

# 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/1.3.0/port/renpy.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.
