# Software

- [Libraries](https://docs.acrome.net/software/libraries.md): Acrome SMD can be used with Arduino, Python and Java programming environments. Instructions on how to install and use the libraries can be found on each library page.
- [Python Library](https://docs.acrome.net/software/libraries/python-library.md)
- [Arduino Library](https://docs.acrome.net/software/libraries/arduino-library.md)
- [Java Library](https://docs.acrome.net/software/libraries/java-library.md): Documentation coming soon!
- [Matlab Library](https://docs.acrome.net/software/libraries/matlab-library.md)
- [SMD UI](https://docs.acrome.net/software/smd-ui.md): Smart User Interface of SMD
- [SMD Blockly](https://docs.acrome.net/software/smd-blockly.md)
- [Introducing Customized Blockly Blocks](https://docs.acrome.net/software/smd-blockly/introducing-customized-blockly-blocks.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://docs.acrome.net/software.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.
