> For the complete documentation index, see [llms.txt](https://docs.frontiernav.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontiernav.net/editing-data/edit-overviews.md).

# Edit Overviews

An overview is the textual content shown on an Entity's overview page. Being plain text, they provide a more traditional wiki experience.

<figure><img src="/files/tDthtNWNSkwxlc9zSNjw" alt=""><figcaption><p>Editing an overview.</p></figcaption></figure>

## Overview editor

To edit an overview, click the "Edit" link next to the overview's heading. Here you can edit and preview the text. Once you apply the change, it will be added to your [Changes](/editing-data/making-changes.md). To publish your changes, you can create [Change Requests](/editing-data/change-requests.md).

## Overview storage

Overviews are stored as Text Attachments. If an Entity Type does not already contain an Overview property, one is create automatically when an overview is edited.

## Default overview

When an Entity doesn't have an overview value, a generic sentence is shown instead.


---

# 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:

```
GET https://docs.frontiernav.net/editing-data/edit-overviews.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.
