# Beginners

- [Video Tutorials](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/video-tutorials.md)
- [Files editor](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/files-editor.md): VisualStudio Code extension
- [Contents Folder](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/configs-and-resourcepack.md): What is the contents folder and how it's structured
- [Good Resourcepack Tips](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/fast-resourcepack-tips.md)
- [My First Sword](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/sword.md)
- [My First Block](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/my-first-block.md): Creating your first custom block
- [My First Bow](https://itemsadder.devs.beer/japanese/plugin-usage/beginners/my-first-bow.md)


---

# 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://itemsadder.devs.beer/japanese/plugin-usage/beginners.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.
