> For the complete documentation index, see [llms.txt](https://docs.jmapcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/configuring-project-data/defining-project-extents.md).

# Defining Project Extents

You can define two extents for the project:

* **Initial extent**: the geographic area displayed by default when the project is opened in a JMap NG application or in Studio. This is useful for centering the map on an area of interest.
* **Maximum extent**: the geographic area used to restrict user navigation on the map. Users cannot navigate outside this extent. This is useful for preventing users from leaving the data's area of interest.

Project extents are defined in the **Project** panel in Studio.

**To define the initial extent:**

1. Activate the tool by clicking <img src="/files/jLMaHgNSy03If4T4wyiy" alt="" data-size="line"> in the **Initial Extent** row.
2. Click once to begin drawing the rectangle.
3. Draw the desired area, then click a second time to finish. The initial extent is shown with a black dashed line.

**To define the maximum extent:**

1. Activate the tool by clicking <img src="/files/jLMaHgNSy03If4T4wyiy" alt="" data-size="line"> in the **Maximum Extent** row.
2. Click once to begin drawing the rectangle.
3. Draw the desired area, then click a second time to finish. The maximum extent is shown with a solid red line.

You can validate both extents by opening the project in JMap NG. You can also delete an extent by clicking <img src="/files/N1L1QuhU3oxvONfYINn1" alt="" data-size="line">.


---

# 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.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/configuring-project-data/defining-project-extents.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.
