> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/store/general/gun-placement.md).

# Gun Placement System Guide

**Traffic Camera is used as an example in this guide**

1. You can find the command to use the system for your script in the commands section of that script's documentation.

<details>

<summary>Links to Commands</summary>

* [Shot Spotter](/store/shot-spotter.md#commands)
* [Traffic Cameras](/store/speed-camera.md#commands)

</details>

2. You will need the relevant placement permissions in the server you are trying to place it in. You can refer to the documentation of your script to determine what that needed permission is.
3. You can now load into the server and run the command which you located earlier. You should be met with a message similar to the following.

   <figure><img src="/files/d6b2P64dzVNs3jYEM91R" alt=""><figcaption><p>Sonoran Gun Placement - In Game Prompt</p></figcaption></figure>
4. Now pull out your gun and aim, you will notice a red line protruding from your gun. The end of that line is where the model will spawn.

   <figure><img src="/files/wyZZQ7lA6tGLUGcfIL4t" alt=""><figcaption><p>Sonoran Gun Placement - Usage</p></figcaption></figure>
5. When you left click to fire the model will appear at the end of the red line. The direction it's facing may vary from model to model depending on what was deemed to be easiest to use by the developer. You may have to experiment to get everything to your liking.

   <figure><img src="/files/X5d3axw6Ahzv6LR5XNIe" alt=""><figcaption><p>Sonoran Gun Placement - Spawning Model</p></figcaption></figure>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/store/general/gun-placement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
