# How to use TWELITE SDK

- [Install TWELITE SDK (MWSDK)](https://sdk.twelite.info/en/twelite-sdk-howto/install-twelite-sdk-mwsdk.md)
- [Use with VSCode](https://sdk.twelite.info/en/twelite-sdk-howto/vscode-deno.md)
- [folder structure](https://sdk.twelite.info/en/twelite-sdk-howto/derekutori.md)
- [How to build from the command line](https://sdk.twelite.info/en/twelite-sdk-howto/komandoraindenobirudo.md)
- [About build definitions](https://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite.md)
- [About Makefile](https://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite/makefile-nitsuite.md)
- [about Version.mk](https://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite/versionmk-nitsuite.md)
- [bin file naming conventions](https://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite/binfuiru.md)
- [program firmware](https://sdk.twelite.info/en/twelite-sdk-howto/fumuua.md)
- [Wiring for firmware programming](https://sdk.twelite.info/en/twelite-sdk-howto/fumuua/fumuua.md)
- [tweterm.py](https://sdk.twelite.info/en/twelite-sdk-howto/fumuua/tweterm.py.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://sdk.twelite.info/en/twelite-sdk-howto.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.
