# Advanced Topics

- [Parameters & Configs](https://px4.gitbook.io/px4-user-guide/development/advanced/parameters_and_configurations.md)
- [Package Delivery Architecture](https://px4.gitbook.io/px4-user-guide/development/advanced/package_delivery.md)
- [Computer Vision](https://px4.gitbook.io/px4-user-guide/development/advanced/computer_vision.md)
- [Motion Capture (VICON, Optitrack, NOKOV)](https://px4.gitbook.io/px4-user-guide/development/advanced/computer_vision/motion-capture.md)
- [Installing driver for Intel RealSense R200](https://px4.gitbook.io/px4-user-guide/development/advanced/realsense_intel_driver.md)
- [Switching State Estimators](https://px4.gitbook.io/px4-user-guide/development/advanced/switching_state_estimators.md)
- [Out-of-Tree Modules](https://px4.gitbook.io/px4-user-guide/development/advanced/out_of_tree_modules.md)
- [STM32 Bootloader](https://px4.gitbook.io/px4-user-guide/development/advanced/stm32_bootloader.md)
- [System Tunes](https://px4.gitbook.io/px4-user-guide/development/advanced/system_tunes.md)
- [Advanced Linux Installation Cases](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_advanced_linux.md)
- [Windows Cygwin Toolchain Maintenance](https://px4.gitbook.io/px4-user-guide/development/advanced/windows_cygwin_toolchain_setup.md)
- [Unsupported Developer Setup](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported.md)
- [CentOS Linux](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported/dev_env_linux_centos.md)
- [Arch Linux](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported/dev_env_linux_arch.md)
- [Windows VM Toolchain](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported/dev_env_windows_vm.md)
- [Windows Cygwin Toolchain](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported/dev_env_windows_cygwin.md)
- [Qt Creator IDE](https://px4.gitbook.io/px4-user-guide/development/advanced/dev_env_unsupported/qtcreator.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://px4.gitbook.io/px4-user-guide/development/advanced.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.
