> For the complete documentation index, see [llms.txt](https://docs.feelix.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feelix.xyz/uploading-files.md).

# Connecting with Feelix

- [Setting up STM32](https://docs.feelix.xyz/uploading-files/setting-up-stm32.md): Follow the steps bellow to setup programming STM32 microcontrollers with the Arduino IDE (Option 1, top) or Visual Studio and Platform IO (Option 2, bottom).
- [Setting up ESP32](https://docs.feelix.xyz/uploading-files/setting-up-esp32.md): Follow the steps below if you want to use an ESP32 as Master device.
- [Dependencies](https://docs.feelix.xyz/uploading-files/simplefoc.md): The following dependencies have to be installed to run the Arduino Library: SimpleFOC, and SimpleFOCDrivers.
- [Connect and Upload](https://docs.feelix.xyz/uploading-files/connect.md): Instructions for connecting your motor with the Feelix Haptic Design Tool.
- [Troubleshooting](https://docs.feelix.xyz/uploading-files/troubleshoot.md): Solutions to common issues with Feelix.


---

# 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://docs.feelix.xyz/uploading-files.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.
