# QGIS

## Requirements

* QGIS (version 2.10.1 or later)
* A GeoPackage dataset

## Instructions

These instructions were created using QGIS version 3.22. Other versions of QGIS can be used, from version 2.10.1 onwards.

{% stepper %}
{% step %}

### Open a new or existing QGIS project.

{% endstep %}

{% step %}

### Add a layer by selecting *Layer* > *Add Layer* > *Add Vector Layer* from the top ribbon of the workspace.

<figure><img src="/files/Yhh36xWLzscjyVYMgQLx" alt="Screenshot showing the QGIS Add Vector Layer menu."><figcaption><p>QGIS Add Vector Layer menu.</p></figcaption></figure>

The Data Source Manager - Vector dialog box will appear.
{% endstep %}

{% step %}

### Select the GeoPackage that will be loaded using the *three dots* button located next to the Vector Dataset(s) box.

<figure><img src="/files/9hLBDrHZNLpUW4nrBSX4" alt="Screenshot showing the Data Source Manager – Vector dialog in QGIS,"><figcaption><p>Data Source Manager – Vector dialog in QGIS.</p></figcaption></figure>

Navigate to the GeoPackage. Double-click the file or select it, then click *Add*. A separate dialog box will appear.
{% endstep %}

{% step %}

### Select the layers of the GeoPackage to be added to the map

<figure><img src="/files/h6xuJjF782aLZ69y0CsY" alt="Screenshot showing the Select Items to Add dialog in QGIS."><figcaption><p>Select Items to Add dialog in QGIS.</p></figcaption></figure>

&#x20;It is possible to add selected layers, numerous layers or all layers. Once the relevant layers have been selected, click *Add Layers*.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
The GeoPackage layers should now be viewable in the layers list on the left-hand side of the workspace.
{% endhint %}


---

# 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://docs.os.uk/osngd/getting-started/downloading-with-os-select+build/getting-started-with-geopackage/qgis.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.
