> For the complete documentation index, see [llms.txt](https://handbook.teddwa.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.teddwa.xyz/gunshot-wounds.md).

# Gunshot wounds

Assess gunshot wounds, control immediate threats, and select injury-specific care.

### Assess the wound

1. Complete the primary assessment before treating the wound.
2. Expose the injured area and identify the wound location.
3. Check for entry and exit wounds.

Determine whether the bullet may remain inside the body.

### Select body-area care

Use the guide for the affected body area:

* [Chest](/gunshot-wounds/gsw-on-the-chest.md)
* [Arms](/gunshot-wounds/gsw-on-the-arms.md)
* [Legs](/gunshot-wounds/gsw-on-the-legs.md)
* [Abdomen](/gunshot-wounds/gsw-on-the-stomach.md)
* [Head](/gunshot-wounds/gsw-on-the-head.md)
* [Neck](/gunshot-wounds/gsw-on-the-neck.md)

### Consider ALS treatment

ALS-certified personnel may administer 750 mL of whole blood or saline by IV or IO.

{% hint style="warning" %}
Control life threatening bleeding and arrange urgent transport without delay.
{% endhint %}


---

# 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://handbook.teddwa.xyz/gunshot-wounds.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.
