# Landing page

## GET /

> OS NGD API – Features landing page

```json
{"openapi":"3.0.1","info":{"title":"OS NGD API – Features","version":"v1.8.0"},"tags":[{"name":"Landing Page","description":"Ordnance Survey NGD API – Features"}],"servers":[{"url":"https://api.os.uk/features/ngd/ofa/v1"}],"paths":{"/":{"get":{"tags":["Landing Page"],"summary":"OS NGD API – Features landing page","operationId":"getLandingPageResponse","responses":{"200":{"description":"Ordnance Survey National Geographic Database API – Features landing page.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LandingPageResponse"}}}},"400":{"description":"The request was not supported."},"405":{"description":"The HTTP method requested is not supported. This endpoint only supports 'GET' requests."},"406":{"description":"A request header value was not supported."}}}}},"components":{"schemas":{"LandingPageResponse":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"links":{"type":"array","items":{"$ref":"#/components/schemas/Link"}}}},"Link":{"type":"object","properties":{"href":{"type":"string","format":"url"},"rel":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"}}}}}}
```


---

# 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-ngd-api-features/technical-specification/landing-page.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.
