> 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/data.md).

# Data Organization & Analysis

| Name          | Description                                                                                                                                                                                         | Cost                                                         | Tool Review and Guide                                                                                                                                        |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 4CAT          | 4CAT is a tool designed for the easy collection and analysis of online datasets. It allows researchers to uncover patterns and trends in data from social media and other digital platforms.        | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/4cat](/toolkit/more/all-tools/4cat.md)                                                                 |
| Atlos         | ATLOS is a platform for collaborative and large-scale open source investigations.                                                                                                                   | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/atlos](/toolkit/more/all-tools/atlos.md)                                                               |
| Blender       | Blender is an open-source 3D creation suite supporting the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, and motion tracking, even video editing.                   | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/blender](/toolkit/more/all-tools/blender.md)                                                           |
| Datasette     | Open-source “WordPress-for-data” that turns any SQLite database into an interactive website and JSON API in seconds; ideal for publishing, exploring and collaborating on datasets.                 | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/datasette](/toolkit/more/all-tools/datasette.md)                                                       |
| Datawrapper   | A tool for creating interactive charts, maps, and tables from your data, offering a user-friendly interface for visualizing information.                                                            | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/datawrapper](/toolkit/more/all-tools/datawrapper.md)                                                   |
| Gephi         | Open-source network analysis and visualization software                                                                                                                                             | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/gephi](/toolkit/more/all-tools/gephi.md)                                                               |
| Logseq        | Logseq is an open-source knowledge management tool that enables users to organize their notes, tasks, and projects.                                                                                 | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/logseq](/toolkit/more/all-tools/logseq.md)                                                             |
| Maltego Graph | Maltego Graph is an investigation platform that combines two things at once: (1) It acts as a search tool, and (2) It creates a graph establishing links between data you uncover from your search. | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/maltego](/toolkit/more/all-tools/maltego.md)                                                           |
| Obsidian      | A knowledge management and note-taking app with extensive customization options.                                                                                                                    | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/obsidian](/toolkit/more/all-tools/obsidian.md)                                                         |
| Pinpoint      | A tool by Google to catalogue uploaded documents and files, providing automated text recogntion, indexing, audiotranscriptions and other (AI-powered) services.                                     | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/pinpoint](/toolkit/more/all-tools/pinpoint.md)                                                         |
| QGIS          | QGIS is a free Open Source Geographic Information System (GIS).                                                                                                                                     | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/qgis](/toolkit/more/all-tools/qgis.md)                                                                 |
| RAWGraphs     | RAWGraphs is an open-source data visualization tool designed for non-technical users, enabling the creation of customizable, editable charts without coding skills.                                 | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/rawgraphs](/toolkit/more/all-tools/rawgraphs.md)                                                       |
| Time.Graphics | A tool for creating, visualizing, and managing timelines online.                                                                                                                                    | <mark style="background-color:orange;">Partially Free</mark> | <p><sub><em>Guide not available</em></sub></p><p><a href="https://time.graphics"><mark style="background-color:blue;"><https://time.graphics></mark></a></p> |


---

# 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/data.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.
