# Tutorial

In this chapter, we want to walk you through the basic development knowledge and skills of WARM you may need so that you are ready to write your wasm application with WARM.

For starters, you could learn how to compile different running mode of WAMR and their usage in [this section](/document/wamr-in-practice/tutorial/build-tutorial.md).

Then, as we said before, WAMR is not limited to being a command line application that runs wasm code. You could also [embed WAMR](/document/wamr-in-practice/tutorial/language-embedding.md) into your application.

And don't forget the one important stage of developing, namely debugging. We cover it in [this section](/document/wamr-in-practice/tutorial/debugging-and-ide-support.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://wamr.gitbook.io/document/wamr-in-practice/tutorial.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.
