> For the complete documentation index, see [llms.txt](https://docs.os.uk/osngd/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/osngd/using-os-ngd-data/os-ngd-transport/pavements.md).

# Pavements

## Introduction

**Pavement Link Feature Type definition**: A subsection of the Road Link geometry that indicates where there is pavement on either side of the road.

A pavement is defined as a raised, paved or man-made surface for pedestrian use at the side of a road. Understanding the location of pavements can help provide insight into the accessibility of an area for pedestrians, as well as giving useful information for maintaining and monitoring these features as assets.

Within the OS NGD, there are several feature types which will allow you to view and analyse pavement data, each with their own designs and intended use cases. These pavement representations are all found within the OS NGD Transport Theme and are listed below:

* [A polygon representation](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-polygons.md) in the Road Track Or Path Feature Type.
* [Specific pavement attribution](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-attribution.md) provided on the Road Link Feature Type describing the presence and dimensions of pavements associated with the specific Road Link.
* [A dedicated Pavement Link Feature Type](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-link-feature-type.md) to help you understand where individual pavements start and end, and the pavement widths for each side of the road.

The following sub-sections give more detailed information about the above three representations and how they can be used, to allow you to decide which of them is best suited for your use case:

* [Pavement polygons](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-polygons.md)
* [Pavement attribution](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-attribution.md)
* [Pavement Link Feature Type](/osngd/using-os-ngd-data/os-ngd-transport/pavements/pavement-link-feature-type.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/osngd/using-os-ngd-data/os-ngd-transport/pavements.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.
