# Core Concepts

- [Getting started with an API project](https://docs.os.uk/os-apis/core-concepts/getting-started-with-an-api-project.md)
- [Authentication](https://docs.os.uk/os-apis/core-concepts/authentication.md)
- [Error codes](https://docs.os.uk/os-apis/core-concepts/error-codes.md)
- [Rate-limiting policy](https://docs.os.uk/os-apis/core-concepts/rate-limiting-policy.md)
- [OS API branding](https://docs.os.uk/os-apis/core-concepts/os-api-branding.md)
- [Styling OS NGD Data](https://docs.os.uk/os-apis/core-concepts/styling-os-ngd-data.md): Access resources for styling OS NGD data provided by the OS NGD APIs.
- [Creating a custom style for OS NGD API – Tiles](https://docs.os.uk/os-apis/core-concepts/styling-os-ngd-data/creating-a-custom-style-for-os-ngd-api-tiles.md)
- [FAQs](https://docs.os.uk/os-apis/core-concepts/faqs.md): Frequently asked questions on OS APIs.


---

# 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/core-concepts.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.
