# Content

## S.A.T (Smart Auto Turrets) System Documentation

Welcome to the official documentation for the S.A.T (Smart Auto Turrets) system. This guide covers everything from setup to customization, including detailed technical behavior for developers.

<figure><img src="/files/4G4egkLetZe5WTdxVMBb" alt=""><figcaption></figcaption></figure>

### Table of Contents

1. [Setup](/pororocaworks-satdoc/initial-setup.md)
2. [Create And Modify a Turret](/pororocaworks-satdoc/create-and-or-modify-a-turret.md)
3. [AC\_AutoTurretStats](/pororocaworks-satdoc/ac_autoturretstats.md)
4. [Projectiles](/pororocaworks-satdoc/projectiles.md)
5. [Penetration System](/pororocaworks-satdoc/penetratio-system.md)
6. [Models & Materials](/pororocaworks-satdoc/models-and-materials.md)
7. [Player Controlled](/pororocaworks-satdoc/player-controlled.md)
8. [Planned Updates](/pororocaworks-satdoc/planned-updates-and-roadmap.md)
9. [Current Version & Changelog](/pororocaworks-satdoc/current-version-and-changelog.md)
10. [Contact](/pororocaworks-satdoc/contact.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://pororoca-works.gitbook.io/pororocaworks-satdoc/content.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.
