# 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)&#x20;
* [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.&#x20;

   <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.&#x20;

   <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.&#x20;

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


---

# 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://docs.sonoransoftware.com/store/general/gun-placement.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.
