> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/field-operations/assets/editing-reordering-and-deleting-asset-items.md).

# Editing, reordering, and deleting assets

There are two ways to edit an asset. For a quick change, hover over its row in the table, open the row menu, and choose **Edit**; the cells turn into inputs you save or cancel right there in the row. For a fuller edit, open the asset to get the **Edit Asset** form.

The fields you see depend on the asset's type, since each type defines its own attributes: text attributes show a text box, choices a dropdown, typeahead attributes let you pick an existing value or type a new one, dates a date picker, yes/no a toggle, and numbers a number field.

An asset's type can't be changed once it exists. If the group has recurring services that apply to the asset, the form also asks for a Last Date for each one, required before you can save.

To reorder assets within a type, open the menu by that type's heading, choose **Reorder**, drag rows into the order you want, and select **Save**. Reorder is available only when a type has more than one asset, and it's turned off while a column sort or a search is active, since those change which rows are shown.

To delete a single asset, use **Delete** in its row menu and confirm; deletion can't be undone. Some assets have no Delete option: if a type has a minimum number of assets per group and you're already at that minimum, those assets are protected so the group is never left short.

> **Where to find it:** On an asset group page, the **Assets** section. Hover a table row for the edit menu, or open an asset to use the full **Edit Asset** form. The **Reorder** option lives in the menu next to each asset type heading.

## Related guides

* [Searching and sorting assets within a group](/field-operations/assets/searching-and-sorting-asset-items-within-a-group.md)
* [Asset groups and assets: terminology and screen labels](/field-operations/assets/assets-vs-asset-groups-vs-asset-items-the-terminology.md)
* [Deleting an asset group (and what it removes)](/field-operations/assets/deleting-an-asset-group-and-what-it-removes.md)


---

# 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://learn.withessential.com/field-operations/assets/editing-reordering-and-deleting-asset-items.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.
