# Common Notetags and Filename

- [Map Event Notetags](https://omori-modding.gitbook.io/wiki/rpgmaker/common-notetags-and-filename/map-event-notetags.md): Common Note tags in event such as offset and hitbox resizing
- [RPG Maker Sprite Sheet Formats](https://omori-modding.gitbook.io/wiki/rpgmaker/common-notetags-and-filename/rpg-maker-sprite-sheet-formats.md): Proper formatting and size for RPG Maker MV sprite sheets
- [Sprite Sheet Filenames](https://omori-modding.gitbook.io/wiki/rpgmaker/common-notetags-and-filename/rpg-maker-sprite-sheet-formats/sprite-sheet-filenames.md): About sprite sheet formatting, and the prefixes
- [Enemy Notetags](https://omori-modding.gitbook.io/wiki/rpgmaker/common-notetags-and-filename/enemy-notetags.md): Notetags for Enemies


---

# 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://omori-modding.gitbook.io/wiki/rpgmaker/common-notetags-and-filename.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.
