> For the complete documentation index, see [llms.txt](https://mwx.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mwx.twelite.info/latest_en/install_n_build.md).

# Install and Build

In order to write an application using the MWX library (called ACT in this document) and run it, you need to set up a development environment.

* [Enviromnents for TWELITE STAGE SDK](/latest_en/install_n_build/1_environment.md)
* [Installing TWELITE STAGE SDK](https://github.com/monowireless/doc_MWX_jp/blob/latest_e/install_n_build/2_install_sdk.md)
* [(Optional) Installing Visual Stdio code](/latest_en/install_n_build/install_vscode.md)
* [Building ACT](/latest_en/install_n_build/3_building-act.md)
* [Create a new project](/latest_en/install_n_build/create_new_project.md)
* [Makefile](/latest_en/install_n_build/makefile.md)
* [Use part of MWX code at another platoform(e.g. stdio environment)](/latest_en/install_n_build/nopurattofmu.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mwx.twelite.info/latest_en/install_n_build.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.
