> 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/see-and-browse-all-your-asset-groups-the-assets-page.md).

# See and browse all your asset groups (the Asset Groups page)

The Asset Groups page lists the asset groups across all your properties (an asset group is one type of equipment at a property, such as the fire extinguishers or the sprinkler system). Each row shows the Name (the asset group type with its description), the Property it's on, the Next Due Date, the Automation Type (Custom Task, Automated Outreach, or None), the Next Automation Action, and Created At.

Use **Search asset values** in the page header to match stored values on the individual assets inside each group. Every word must match somewhere on the same asset.

Use the Filter control to narrow the list by Next Due Date, Next Automation Action (including Awaiting Service Completion), Asset Group Type, or Asset Attributes, and sort by clicking the Next Due Date, Next Automation Action, or Created At column headers (the Name, Property, and Automation Type columns aren't sortable).

Export CSV downloads the list, and clicking a row opens that asset group. You add a new asset group from a property's Asset Groups card, not from this list.

![Asset groups list](/files/0mzu5ON3hsGB5HdXlHYq)

> **Where to find it:** Asset Groups page (main navigation, Asset Groups; the route is /asset-groups)

## Related guides

* [Why can't I add more assets? (per-group limits)](/field-operations/assets/why-cant-i-add-more-asset-items-per-group-limits.md)
* [Add or bulk-add assets to an asset group](/field-operations/assets/add-or-bulk-add-assets-to-an-asset-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)
* [Manually trigger or delay an asset group's automation](/field-operations/assets/manually-trigger-or-delay-an-asset-groups-automation.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/see-and-browse-all-your-asset-groups-the-assets-page.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.
