> For the complete documentation index, see [llms.txt](https://bellingcat.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellingcat.gitbook.io/toolkit/categories/conflict.md).

# Conflict

| Name                          | Description                                                                                                                                                        | Cost                                                         | Tool Review and Guide                                                                                                                          |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| ACLED                         | ACLED provides data and analysis on political violence and protest around the world, facilitating research, policy making, and journalistic reporting.             | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/acled](/toolkit/more/all-tools/acled.md)                                                 |
| Bulletpicker.com              | Bulletpicker.com is a collection of ammunition guidebooks and manuals from several different armed forces.                                                         | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/bulletpicker.com](/toolkit/more/all-tools/bulletpicker.com.md)                           |
| CAT UXO                       | A repository for professionals working in the explosive ordnance disposal (EOD) space.                                                                             | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/cat-uxo](/toolkit/more/all-tools/cat-uxo.md)                                             |
| LiveUAMap                     | LiveUAMap is a mapping tool that provides up-to-date information on global geopolitical events, conflicts, and crises.                                             | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/liveuamap](/toolkit/more/all-tools/liveuamap.md)                                         |
| Open Source Munitions Portal  | A searchable library of verified images for researchers, journalists, and practitioners trying to learn more about munitions and their use and impact in conflict. | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/open-source-munitions-portal](/toolkit/more/all-tools/open-source-munitions-portal.md)   |
| Police Records Access Project | A database providing searchable access to California law enforcement records including police use-of-force incidents, shootings, and misconduct cases.             | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/police-records-access-project](/toolkit/more/all-tools/police-records-access-project.md) |


---

# 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://bellingcat.gitbook.io/toolkit/categories/conflict.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.
