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

# Archiving

| Name                               | Description                                                                                                                           | Cost                                                         | Tool Review and Guide                                                                                                                                                                                                        |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Archive.today                      | Archive any webpage, including Facebook and search for archived pages.                                                                | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/archive.today](/toolkit/more/all-tools/archive.today.md)                                                                                                               |
| Auto Archiver                      | Bellingcat's tool to automatically archive social media posts, videos, and images. Free and Open-Source.                              | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/auto-archiver](/toolkit/more/all-tools/auto-archiver.md)                                                                                                               |
| Bellingcat TikTok Hashtag Analysis | Archive content and metadata from TikTok posts that contain one or more specified hashtags                                            | <mark style="background-color:green;">Free</mark>            | <p><sub><em>Guide not available</em></sub></p><p><a href="https://github.com/bellingcat/tiktok-hashtag-analysis"><mark style="background-color:blue;"><https://github.com/bellingcat/tiktok-hashtag-analysis></mark></a></p> |
| Distill.io                         | Distill.io is a website change monitoring tool that allows users to track changes on web pages.                                       | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/distill](/toolkit/more/all-tools/distill.md)                                                                                                                           |
| Hunchly                            | An archiving tool that tracks online activities and preserves essential information about the web pages researchers visit.            | <mark style="background-color:red;">Paid</mark>              | [https://bellingcat.gitbook.io/toolkit/more/all-tools/hunchly](/toolkit/more/all-tools/hunchly.md)                                                                                                                           |
| Lumen                              | A research project collecting and publishing legal takedown notices for online content transparency                                   | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/lumen](/toolkit/more/all-tools/lumen.md)                                                                                                                               |
| Wayback Machine                    | The Internet Archive's Wayback Machine lets users view and archive web pages, aiding in historical research and digital preservation. | <mark style="background-color:green;">Free</mark>            | [https://bellingcat.gitbook.io/toolkit/more/all-tools/internet-archive](/toolkit/more/all-tools/internet-archive.md)                                                                                                         |
| Web Archives                       | A browser extension to view archived and cached versions of a website on multiple archiving sites.                                    | <mark style="background-color:orange;">Partially Free</mark> | [https://bellingcat.gitbook.io/toolkit/more/all-tools/web-archives](/toolkit/more/all-tools/web-archives.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/archiving.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.
