# Introduction

The Advanced Guided Missiles pack allows you to easily add homing projectiles of any kind into your game project.

These homing projectiles use Proportional Navigation, a guidance law used in real-world interception missiles, to reliably hit any moving or even evading target.

At the heart of this pack is the AC\_ProNav actor component which handles the math and is capable of steering its owner onto a collision course. This component comes with many options to customize the flight path and behavior of the projectile.

The pack also includes a missile, rocket launcher, and target (each with their own blueprint, mesh, VFX, and SFX) that can be used to quickly get started and demonstrate how the AC\_ProNav component is intended to be used.


---

# 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://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.
