# Edit Sidebars

The layout of the Sidebar for any given Entity is based on the order and configuration of its Properties. You can modify the order using the Entity Type Editor, and you can change each Property by using [Data Tables](/editing-data/data-tables.md) and pressing **RightClick** on a column heading.

## Standard Entity Properties

Some Properties come standard with every Entity. These have fixed positions on the Sidebar and can not be moved. These are:

* Name (text) - Always in the heading.
* Thumbnail (attachment) - Always in the heading.
* Icon (attachment) - Not visible in sidebar. Only used in tags and map markers.

## Rename Properties

You can rename a Property's name to be more human friendly. Unlike IDs, Property names do not have to be unique.

## Hide Properties

You can hide Properties from the Sidebar by marking them as Hidden. This is useful for Properties that are used for aiding editors such as data-mined identifiers.

## List Relationship Properties

By default, Relationship Properties will be shown as:

* A single row if there is only one relationship.
* Multiple Entity Rows if there is more than one relationship.
* Hidden if there are no relationships.

To ensure the Sidebar always renders Entity Rows for a Property, even if there is only one, mark it as a List.

## Order Relationships

By default, Relationships in a List are ordered by the target Entity's **name** Property. You can change this to any other Property, in either ascending or descending order.

## Relationship Rates

For relationships with rates, such as item drop rates or enemy spawn rates, if you provide those rates as follows, they will be displayed differently to regular relationships.

* Add a relationship property called "Rates" with an "Object" type.
* For values, set them as `[{"rate": 25 }]` where "25" is the rate in percentage (i.e. 25%).

<figure><img src="/files/fEMjclusPjm1V23UvyYX" alt=""><figcaption><p>An example of Relationship Rates, showing collectible drop rates of a collection point in Xenoblade Chronicles 2.</p></figcaption></figure>


---

# 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.frontiernav.net/editing-data/editing-sidebars.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.
