# LEGO NXT Controller

- [About LEGO NXT](https://help.trikset.com/en/nxt/about.md)
- [LEGO NXT Controller Firmware](https://help.trikset.com/en/nxt/firmware.md)
- [Connecting a LEGO NXT Controller to TRIK Studio](https://help.trikset.com/en/nxt/connect-to-studio.md)
- [LEGO NXT specific blocks](https://help.trikset.com/en/nxt/blocks.md)
- [Sensory Variables for the LEGO NXT Controller](https://help.trikset.com/en/nxt/sensory-variables.md)
- [LEGO NXT C Programming](https://help.trikset.com/en/nxt/c.md)
- [Launching and uploading programs to the LEGO NXT](https://help.trikset.com/en/nxt/run-upload-programs.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://help.trikset.com/en/nxt.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.
