# Prophecies

## Prophecies

- [Introduction](https://icij.gitbook.io/prophecies/master.md): Prophecies is a platform to fact check data collaboratively. It is a free open-source software developed by the International Consortium of Investigative Journalists (ICIJ).
- [Ask for help](https://icij.gitbook.io/prophecies/ask-for-help.md)
- [Installation with Docker](https://icij.gitbook.io/prophecies/getting-started/installation-with-docker.md)
- [Key concepts](https://icij.gitbook.io/prophecies/getting-started/key-concepts.md)
- [Configure Prophecies](https://icij.gitbook.io/prophecies/getting-started/configure-prophecies.md)
- [Upload data as an admin](https://icij.gitbook.io/prophecies/user-guide/upload-data-as-an-admin.md)
- [Add a project](https://icij.gitbook.io/prophecies/user-guide/upload-data-as-an-admin/add-a-project.md)
- [Add users](https://icij.gitbook.io/prophecies/user-guide/upload-data-as-an-admin/add-users.md)
- [Add a task](https://icij.gitbook.io/prophecies/user-guide/upload-data-as-an-admin/add-a-task.md)
- [Manage a task](https://icij.gitbook.io/prophecies/user-guide/upload-data-as-an-admin/manage-a-task.md)
- [Check data as a checker](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker.md)
- [Sign in or log in](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/sign-in-or-log-in.md)
- [Find a task](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/find-a-task.md)
- [Read notifications](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/read-notifications.md)
- [Check records](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records.md)
- [Read tutorial](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/read-tutorial.md)
- [Enter a choice](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/enter-a-choice.md)
- [Enter a choice for multiple records](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/enter-a-choice-for-multiple-records.md)
- [Change or cancel a choice](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/change-or-cancel-a-choice.md)
- [Leave a note](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/leave-a-note.md)
- [Open record in new tab](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/open-record-in-new-tab.md)
- [Duplicate record](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/duplicate-record.md)
- [Lock record](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/lock-record.md)
- [See record's history](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/check-records/see-records-history.md)
- [Search records](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/search-records.md)
- [Filter records](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/filter-records.md)
- [Sort records](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/sort-records.md)
- [Read shortcuts](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/read-shortcuts.md)
- [Read tips](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/read-tips.md)
- [Read stats](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/read-stats.md)
- [Read history](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/read-history.md)
- [Log out](https://icij.gitbook.io/prophecies/user-guide/check-data-as-a-checker/log-out.md)
- [FAQ](https://icij.gitbook.io/prophecies/user-guide/faq.md)
- [Installation from the sources](https://icij.gitbook.io/prophecies/developers/installation-from-the-sources.md): This guide will explain how to setup Prophecies using the sources.
- [Architecture overview](https://icij.gitbook.io/prophecies/developers/architecture-overview.md)
- [Testing the backend](https://icij.gitbook.io/prophecies/developers/testing-the-backend.md)
- [Testing the frontend](https://icij.gitbook.io/prophecies/developers/testing-the-frontend.md)
- [Continuous integration](https://icij.gitbook.io/prophecies/developers/continuous-integration.md)
- [Publishing a new Docker image](https://icij.gitbook.io/prophecies/developers/publishing-a-new-docker-image.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://icij.gitbook.io/prophecies/master.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.
