> For the complete documentation index, see [llms.txt](https://guides.mapaction.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mapaction.org/gis-and-information-managment/layers-of-data.md).

# Layers of data

A map is made up of different layers data, each showing new information that gives additional context to the layer above. In a humanitarian context these layers can be grouped into three data categories.

<figure><img src="/files/cfkNS5G1p74jRW3ikXLf" alt=""><figcaption><p>Layers of data</p></figcaption></figure>

### Basemap

This is geographic data that is used as background mapping. Some form of basemap data is needed for every map. Examples of basemap data include:

* administrative boundaries
* settlements
* transport
* physical
* elevation

### Baseline

This is typically demographic data about the country or area of interest (AOI) before an emergency. This data allows you to compare situational data against ‘normal’ conditions. Examples of baseline data include:

* number of schools
* health facilities
* election results
* population

### Situational

This is data for the country or area of interest (AOI) produced after the emergency. It is the most important data that you are trying to show on the map. Situational data has some currency to it and some of it may become baseline data over time. Examples of situational data include:

* number of internally displaced people (IDPs)
* infrastructure damage
* earthquake epicentre
* flood extents
* road status


---

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

```
GET https://guides.mapaction.org/gis-and-information-managment/layers-of-data.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.
