# postcodetypevalue

This code list is used in association with the Postcode Type attribute and describes the postcode as a small or large user as defined by Royal Mail.

{% hint style="info" %}
For more information about the postcode type, please consult chapter one 'Structure of a PAF address' of the [Royal Mail Programmer's Guide](https://www.poweredbypaf.com/resources/).
{% endhint %}

| Label      | Definition                                                                                                                                                                                                                             |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Large User | These are assigned to one single address either due to the large volume of mail received at that address, or because a PO Box or Selectapost service has been set up. Large Users receive a minimum of over 1 000 items of mail a day. |
| Small User | These identify a group of delivery points. On average there are 15 delivery points per postcode. However, this can vary between 1 and, in some cases, 100. There will never be more than 100 delivery points on a postcode.            |


---

# 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/osngd/code-lists/code-lists-overview/postcodetypevalue.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.
