> For the complete documentation index, see [llms.txt](https://docs.buildingtransparency.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildingtransparency.org/ec3/main-features/find-and-compare-materials/using-specification-filters.md).

# Using Specification Filters

## Math operators

You can adjust the math operators inside the fields to modify the search algorithm to include results with exact, approximate, below, and above the specified value.

<figure><img src="/files/60XcEqp3dqHTQRv6NZgD" alt=""><figcaption><p>Click the math operator inside the field.</p></figcaption></figure>

<figure><img src="/files/WEht8Zs4E7Oohu9cSHEU" alt=""><figcaption><p>Select which operator you want to use.</p></figcaption></figure>

<figure><img src="/files/RQCiswzAelaQdbsp3vyX" alt=""><figcaption><p>Approximate operator search for values within 10% of the entered value.</p></figcaption></figure>

## Options lists

You can search for products that have a specific characteristic by including or excluding products with that characteristic from the search.

* Include products with a specific property by clicking the property 1x (see <mark style="color:green;">Property -</mark> <mark style="color:green;"></mark><mark style="color:green;">**Yes**</mark>)
* Exclude products with a specific property by clicking the property 2x (see <mark style="color:green;">Property -</mark> <mark style="color:red;">**No**</mark>)

<figure><img src="/files/9EaTG10S5ukNjldEQ7L5" alt=""><figcaption><p>Number of clicks toggles a multi-select options on or off.</p></figcaption></figure>

{% hint style="warning" %}
Individual EPDs must have the properties that are relevant to them filled out on their EPD pages. If an EPD is missing a property that it should have, it won't show up in user searches that make that property part of the search. Because EC3 sometimes lists properties that are useful or critical for comparisons, but not all EPDs report those properties, you may not get the results you wanted or anticipated.&#x20;

We encourage manufacturers with EPDs in EC3 to add these properties, and all users to submit <mark style="background-color:purple;">**Report Bugs & Feedback**</mark> about missing properties so that the Building Transparency team can add those properties and make the search more useful.
{% endhint %}

## Removing filters

You can remove filters, even the default filters, by clicking the red <mark style="color:red;">X</mark> button inside the search chip.

<figure><img src="/files/r65fVwwm5SRnF0BUnK8w" alt=""><figcaption><p>Click X to remove a filter.</p></figcaption></figure>


---

# 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.buildingtransparency.org/ec3/main-features/find-and-compare-materials/using-specification-filters.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.
