> For the complete documentation index, see [llms.txt](https://docs.totalmateria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.totalmateria.com/total-materia-integrator/total-viewer/material-pages/group-and-filter-data.md).

# Group and Filter Data

Material Pages allow you to easily locate specific data by filtering and grouping results based on properties, references, temperature ranges, or any other pre-defined parameter (e.g., form, heat treatment, dimension, etc.).

**Filtering Data**

You can filter data using several selectors and dropdowns available on the Material Page:

* **Reference selector:** Enables selection of desired reference(s).
* **Temperature selector:** Enables selection of various temperature ranges (e.g. 0 - 30°C, 30 - 100°C, 100 - 300°C, etc.).
* **Parameter drop down lists:** Enables selection by available condition parameters, like heat treatment, form, property or any other predefined parameter.
* **Condition selector:** Enables selection of desired data by desired condition.

<figure><img src="/files/5R5XgB4952RY1c11sB0K" alt=""><figcaption><p><strong>Figure 1:</strong> Screenshot of filtering options for material <em>304 1/8 Hard</em> and its mechanical properties (1 - Temperature selector, 2 - Reference selector, 3 - Parameters drop down lists, 4 - Condition selector)</p></figcaption></figure>

**Grouping Data**

Data grouping helps users organize information according to specific conditions or properties, based on their preferences and needs.

* **Group by Condition:** Organizes the property data by the condition parameters under which the data was tested.
* **Group by Property:** Organizes the property data by the name of the property itself.

<figure><img src="/files/zhoGgFR7L978LuvTRX69" alt=""><figcaption><p><strong>Figure 2:</strong> Screenshot showing property data grouped by Condition for material <em>304 1/8 Hard</em></p></figcaption></figure>

<figure><img src="/files/TuGPIrp0Mc7grxEaKUBz" alt=""><figcaption><p><strong>Figure 3:</strong> Screenshot showing property data grouped by Property for material <em>304 1/8 Hard</em></p></figcaption></figure>

For detailed documentation on how to group and filter data within Total Materia Horizon, click[ here.](/material-pages/look-deeper-filter-the-data.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://docs.totalmateria.com/total-materia-integrator/total-viewer/material-pages/group-and-filter-data.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.
