> For the complete documentation index, see [llms.txt](https://autodesk.ifc-manual.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autodesk.ifc-manual.com/revit/ifc-export-category-mapping/excluding-specific-elements.md).

# Excluding specific elements

In certain situations, it might be necessary to exclude certain elements from the IFC Export. This can be achieved in two ways:&#x20;

1. &#x20;Hiding specific elements in the Revit view and exporting visible elements only:

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

2. Excluding elements from export using specific parameters:&#x20;

Revit 2023 and newer:&#x20;

<figure><img src="/files/9Al1TyTFMMgrXtj1mqxQ" alt=""><figcaption><p>Notice that the same parameters exist both at instance and type level to cover multiple use cases. <br>If both values are set, <strong>the instance value will override the type value</strong></p></figcaption></figure>

In Revit 2022 or older, setting the value for *IfcExportAs* to *Not Exported* will lead to the same result.&#x20;


---

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

```
GET https://autodesk.ifc-manual.com/revit/ifc-export-category-mapping/excluding-specific-elements.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.
