# Getting started

The following pages provide an overview of how to get started using the OS Maps API. They cover the core elements to get started in the most common GIS software and web mapping libraries.

{% hint style="info" %}
If you are not familiar with the OS Maps API, please read the [overview documentation](/os-apis/accessing-os-apis/os-maps-api.md) before proceeding.
{% endhint %}

## What you need?

* One of the GIS software applications listed below
* OS Maps API URL and key; see [Getting started with an API project](/os-apis/core-concepts/getting-started-with-an-api-project.md) for more information

## Instructions

The following pages provide step-by-step instructions on how to access OS Maps API in various GIS applications:

* [ESRI ArcGIS Online](/os-apis/accessing-os-apis/os-maps-api/getting-started/arcgis-online.md)
* [ESRI ArcGIS Pro](/os-apis/accessing-os-apis/os-maps-api/getting-started/arcgis-pro.md)
* [ESRI ArcMap](/os-apis/accessing-os-apis/os-maps-api/getting-started/arcmap.md)
* [Cadcorp SIS](/os-apis/accessing-os-apis/os-maps-api/getting-started/cadcorp-sis.md)
* [MapInfo Pro](/os-apis/accessing-os-apis/os-maps-api/getting-started/mapinfo-pro.md)
* [QGIS](/os-apis/accessing-os-apis/os-maps-api/getting-started/qgis.md)


---

# 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/os-apis/accessing-os-apis/os-maps-api/getting-started.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.
