# 💻 開發者指南Developer Guides

- [編譯與燒錄](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/compile-flash.md)
- [Betaflight](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/compile-flash/betaflight.md): 編譯與燒錄Betaflight的基本教學
- [Ardupilot](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/compile-flash/ardupilot.md): 編譯與燒錄Ardupilot的基本教學
- [PX4](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/compile-flash/px4.md): 編譯與燒錄PX4的基本教學
- [目標鎖定系統開發(Raspberry Pi 5)](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/mu-biao-suo-ding-xi-tong-kai-fa-raspberry-pi-5.md): 建構基於樹梅派的目標鎖定系統，基於Raspberry pi OS
- [範例程式碼](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/mu-biao-suo-ding-xi-tong-kai-fa-raspberry-pi-5/fan-li-cheng-shi-ma.md)
- [運行目標鎖定程式](https://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides/mu-biao-suo-ding-xi-tong-kai-fa-raspberry-pi-5/yun-xing-mu-biao-suo-ding-cheng-shi.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://taiphoon-com.gitbook.io/taiphoon.com-docs/developer-guides.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.
