# Advance Tutorial

Welcome to the chapter of the advanced tutorial.

If you care about performance(don't we all?), want to know whether WAMR stands out among other wasm runtimes with respect to your demands, or wish to fine-tune your wasm application's memory footprint. You could refer to [this section](/document/wamr-in-practice/advance-tutorial/performance-benchmark.md)

In later sections, you can find the tutorial on how to use [application framework](https://github.com/TianlongLiang/wasm-micro-runtime/blob/main/doc/wamr_api.md) and [dynamic management](https://github.com/TianlongLiang/wasm-micro-runtime/blob/main/gitbook/advance-tutorial/remote-applicatoin-management/README.md). Also, there is a tutorial on [how to port WAMR to the platform](/document/wamr-in-practice/advance-tutorial/port_wamr.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/advance-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.
