# Advanced Guided Missiles

## Advanced Guided Missiles

- [Introduction](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/introduction.md): A summary everything included in the pack.
- [Quick-Start Guide](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/quick-start-guide.md): Learn how to quickly add homing projectiles into your game project.
- [ProNav Component Settings](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/pronav-component-settings.md): Get familiar with all settings on the AC\_ProNav component.
- [Wind Component Setup](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/wind-component-setup.md): Get familiar with all settings of the AC\_ProNavWind component.
- [Code Structure Explained](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/code-structure-explained.md): Understand the logic behind the AC\_ProNav component, allowing you to modify the code.
- [Alternative Versions](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/alternative-versions.md): This page explains the alternative ProNav versions provided in the pack.
- [Changelist](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/changelist.md): An overview of all updates.
- [FAQ](https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tobias-w.gitbook.io/advanced-guided-missiles/advanced-guided-missiles/introduction.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.
