> For the complete documentation index, see [llms.txt](https://docs.maplytics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplytics.com/features/plot-records-on-map/by-region.md).

# By Region

This helps the user to plot the data by the region of records, i.e., City, State, County, Country, PostalCode, PostalCode Sector, Postal Code(Outward Code), Postal Code Areas. The user can plot multiple regions under a particular region type.

* **Postal Code**: The smallest postcode category, such as a zip code.
* **Postal Code Sector**: The second ‘1’ is called “[Postcode Sector](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FPostcodes_in_the_United_Kingdom%23Overview\&data=02%7C01%7Cv-szczup%40microsoft.com%7C65818020a8fc4120be9108d618ac626f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636723526031148736\&sdata=uIf6X6f4o349Rg6LSBtVlpIXeqzCk4kDyXjSZjRzWbE%3D\&reserved=0)”. Example: CA1 1
* **Postal Code(Outward Code):** This is called Outward Code, the part of the postcode before the single space in the middle. Example: CA1
* **Postal Code Areas**: The next largest postcode category after Postcode1 that is created by aggregating Postcode1 areas.

![](/files/-MbR8XRja3Od9hojUckf)

![](/files/-MbR8dA17h2CwvMa5LQu)

{% hint style="info" %}

* ***The regions that were plotted using the option of Post code Areas before will now be plotted by using the option of Post code sector.***
* ***The regions will be plotted as per the Bing maps.***
  {% endhint %}

{% hint style="success" %}
For any queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.maplytics.com/features/plot-records-on-map/by-region.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.
