# Projectile Factory Documentation

Documentation will provide an overview of each part of **Projectile Factory**, a breakdown of the Inspector options, and details focused on the scripts. The [**Quick Start Guide**](/magic-pig-games/projectile-factory/overview-and-quickstart/quick-start-guide.md) may be a good place to start if you've not yet learned about the Projectile Factory.

{% content-ref url="/pages/QjrszjgnayCZgLCafWvs" %}
[Projectile Spawner](/magic-pig-games/projectile-factory/projectile-factory-documentation/projectile-spawner.md)
{% endcontent-ref %}

{% content-ref url="/pages/oqGe6Rn5s7t0OHmm1f7q" %}
[Projectile](/magic-pig-games/projectile-factory/projectile-factory-documentation/projectile.md)
{% endcontent-ref %}

{% content-ref url="/pages/ocEGiLwxW64pwN2u4WNN" %}
[Spawn Behavior](/magic-pig-games/projectile-factory/projectile-factory-documentation/spawn-behavior.md)
{% endcontent-ref %}

{% content-ref url="/pages/hkd03zUfDZIszcRt5eYe" %}
[Behaviors](/magic-pig-games/projectile-factory/projectile-factory-documentation/behaviors.md)
{% endcontent-ref %}

{% content-ref url="/pages/miI5OWWu5UD64F6PHITm" %}
[Events](/magic-pig-games/projectile-factory/projectile-factory-documentation/events.md)
{% endcontent-ref %}

{% content-ref url="/pages/W2Nfh9Vw6Y5AmjTICsMH" %}
[Observers, Global Observers, and Observer Objects](/magic-pig-games/projectile-factory/projectile-factory-documentation/observers-global-observers-and-observer-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/ar7rZXh6X7cHLK8a8tiG" %}
[Factory Manager](/magic-pig-games/projectile-factory/projectile-factory-documentation/factory-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/MerCLAh4dIiuxzzFxiJx" %}
[Trajectory](/magic-pig-games/projectile-factory/projectile-factory-documentation/trajectory.md)
{% endcontent-ref %}

{% content-ref url="/pages/2ytJmc8sy1PbcSTy8hj4" %}
[Object Pooling](/magic-pig-games/projectile-factory/projectile-factory-documentation/object-pooling.md)
{% endcontent-ref %}

{% content-ref url="/pages/cOvcpSLFrO7o9Ft0Kzdl" %}
[Create Custom Behaviors](/magic-pig-games/projectile-factory/projectile-factory-documentation/create-custom-behaviors.md)
{% endcontent-ref %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/projectile-factory/projectile-factory-documentation.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.
