> For the complete documentation index, see [llms.txt](https://docs.interval-soft.com/interval/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interval-soft.com/interval/documentation/workflow/investigation/landmarks.md).

# Landmarks

On the Landmarks task page under the investigation category, you can manually select or add landmarks surrounding the target property.

<figure><img src="/files/L1dC43RkAZs97hEbAlF2" alt=""><figcaption><p>Investigation - Adding Landmarks to Reports</p></figcaption></figure>

1. **Save and Exit**: Click this button to save your changes and exit the page.
2. **Close without Saving**: Click this button to exit the page without saving any changes.
3. **Select Landmark**: Click a landmark on the map to display a modal with more information.
4. **Add Landmark**: After selecting a landmark, click to add it to your list of landmarks.
5. **Filter Landmarks**: Select the type of landmarks you want to be displayed on the map by checking the relevant boxes.
6. **Add New Landmark**: If a landmark is not yet available in the system, you can add it manually.
7. **List of Selected Landmarks**: This table lists all the landmarks you have already selected.
8. **Delete Landmark**: Click the action button to delete a landmark from your list.


---

# 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.interval-soft.com/interval/documentation/workflow/investigation/landmarks.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.
