> 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/green-line/compliance-assessor/exemptions.md).

# Exemptions

**ELVs** and **RoHS** regulations include specific exemptions for cases where alternatives are not yet technically feasible. These exemptions help balance environmental goals with the practical considerations of technological limitations, safety requirements, and economic impacts.

In the **Compliance Assessor**, exemptions can be applied to materials that are otherwise non-compliant with ELVs or RoHS regulations, particularly when they serve a special use. Users can access a list of general and specific exemptions by selecting the **"exemption"** button next to a material's non-compliant or unassessed status.

<figure><img src="/files/0dePRdwIQMYWNu8IeqrH" alt=""><figcaption></figcaption></figure>

Exemption window shows the substance that might be exempted and gives the option to specify the exemption whether the material is for general or specific use.

<figure><img src="/files/UPvSJfEs66mMdu6szpU4" alt=""><figcaption></figcaption></figure>

**General exemptions** apply broadly across various products with specific functions (e.g. military equipment); and **specific exemptions** target specific components or applications with their expiration dates (e.g. lead in glass -> 5(a) - Lead in glass of cathode ray tubes).&#x20;

<figure><img src="/files/77TSNIKKGBXJdGUUOogU" alt=""><figcaption></figcaption></figure>

Once a suitable exemption is chosen, click the right arrow to review it.

<figure><img src="/files/acELpQxpb6M9qzvb913D" alt=""><figcaption></figcaption></figure>

After verifying, click the **"apply"** to add the exemption, along with its corresponding icon, to the material's compliance status in the **Compliance Assessor** list. This process ensures that materials with special uses can be accounted for under the appropriate regulatory framework.

<figure><img src="/files/tak5ccp2btX3iDa3Otkz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2ADUKv6bgfbYDVAvgWhY" alt=""><figcaption></figcaption></figure>

Note that unknown chemical identities within a material’s composition prevent the selection of specific exemptions for the relevant substances. By enabling the ‘Exclude undefined chemical criteria’ option, the assessment can proceed without these unspecified components, allowing appropriate exemptions to be applied in accordance with the identified elements.

<figure><img src="/files/eKhfWEd81c13pAiUC0YC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Teoh7fvldUFop0mXLjBr" alt=""><figcaption></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.totalmateria.com/green-line/compliance-assessor/exemptions.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.
