> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-apis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-apis/accessing-os-apis/os-vector-tile-api/getting-started.md).

# Getting started

This guide explains how to integrate with the OS Vector Tile API in various open GIS (Geospatial Information System) software applications.

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

## What you need?

* One of the GIS software applications listed below
* OS Vector Tile 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

You can use any of the applications listed below to integrate with the OS Vector Tile API.

These pages should be used in conjunction with the [Technical specification](/os-apis/accessing-os-apis/os-vector-tile-api/technical-specification.md).

The following sub-sections provide step-by-step instructions on how to access the OS Vector Tile API:

* [ESRI ArcGIS Pro](/os-apis/accessing-os-apis/os-vector-tile-api/getting-started/esri-arcgis-pro.md)
* [Cadcorp SIS](/os-apis/accessing-os-apis/os-vector-tile-api/getting-started/cadcorp-sis.md)
* [QGIS](/os-apis/accessing-os-apis/os-vector-tile-api/getting-started/qgis.md)
* [Create a web application using the OS Vector Tile API](/os-apis/accessing-os-apis/os-vector-tile-api/getting-started/create-a-web-application-using-the-os-vector-tile-api.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 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, and the optional `goal` query parameter:

```
GET https://docs.os.uk/os-apis/accessing-os-apis/os-vector-tile-api/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
