# Exclusions & Inclusions

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

{% hint style="info" %}
Inclusions are more important on a scale than Exclusions. For example, if `net/minecraft` is excluded, however, `net/minecraft/utils.class` is included, every class with `net/minecraft` would be left alone except for `/net/minecraft/utils.class`
{% endhint %}

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

> **Exclusions:** These classes will be left alone with the selected transformer.
>
> **Inclusions**: These classes will be obfuscated, even if excluded.


---

# Agent Instructions: 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:

```
GET https://docs.mdma.dev/exclusions-and-inclusions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
