# Auto Ammo

This component should be attached to a grabbable being used in the Gun's attached `Magazine Point` Place Point. Without this component the placed object won't be considered valid ammo and the Auto Gun won't be able to access it's ammo

<div align="left"><figure><img src="https://2959669391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5zKO0EvOjzUDeT2aiFk3%2Fuploads%2FEMYPE3cNMS1KPtXkRSUw%2Fimage.png?alt=media&#x26;token=13349794-9f6e-4dad-95e0-9a1ec0be44f6" alt=""><figcaption></figcaption></figure></div>

`Current Ammo` The current amount of ammo left in this clip

`Ammo Text` Updates to show the ammo count whenever it changes


---

# 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://earnest-robot.gitbook.io/auto-hand-docs/auto-hand/extras/auto-gun/auto-ammo.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.
