# Introduction

This course is designed to introduce some of the basic principles of **data literacy** for **journalists**, **civil society** and **government** workers. It deals with the fundamentals of how to read and interpret data published in reports and news stories, and how the presentation of data can aid the audience in understanding. Finally, it looks at some of the consequences of misunderstanding data.

It is recommended that you read through and understand this course before looking at **The Data Pipeline**.

Data literacy is important because data is everywhere in the modern world. From government reports and budgets, to the step counter in a smartwatch, data is constantly being gathered at the **grand** and **personal scales** to communicate **information about how we live**.

While the data-storytelling pipeline deals with techniques for gathering, cleaning and analysing data in spreadsheets, we have to start with the basic data literacy. What does it mean when we talk about **percentage change** or **percentage point change**, for example, or why is it important to compare statistics using **relative** rather than **absolute** numbers.

Being able to correctly interpret data in a press release, news story or academic or government report is vital to our ability to communicate it on to others.

{% content-ref url="../module-1-why-is-data-literacy-important" %}
[module-1-why-is-data-literacy-important](https://openup.gitbook.io/training-content/module-1-why-is-data-literacy-important)
{% endcontent-ref %}

{% content-ref url="../module-2-how-to-compare-data" %}
[module-2-how-to-compare-data](https://openup.gitbook.io/training-content/module-2-how-to-compare-data)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://openup.gitbook.io/training-content/about-this-course/introduction.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.
