# Using IFC Files in Revit

IFC files can be linked as a reference (recommended) or opened in Revit.&#x20;

### General Settings

The following settings are located in Revit under File > Open > IFC Options:&#x20;

**Default Template for IFC Import (and Link):** If no specific template is set, Revit will use the first project template defined in the general Revit options. Selecting a minimal template for IFC Import / Link is recommended to avoid blowing up your file with unnecessary information like views or families. \
For additional information, please check the section [Link IFC](https://autodesk.ifc-manual.com/revit/using-ifc-files-in-revit/link-ifc).&#x20;

**Import IFC Class Mapping (Import only!):** determines which IFC classes will be assigned to specific Revit categories when an IFC file is opened. By default, these settings should work for most cases, but they can be customized as required. The mapping can be edited directly in the dialog box or by opening and modifying the reference text file.

Specific Classes can be excluded when opening an IFC file by entering *DontImport* instead of the Revit Category. For best performance, it is recommended to exclude classes that are not needed in Revit.

{% hint style="info" %}
Elements will not be excluded or overridden when Linking IFC files based on these settings.&#x20;
{% endhint %}

<figure><img src="https://2715261634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FprbMwk21uTZaZrhwExiJ%2Fuploads%2FOsJc8i05Rp32v9yo16kN%2Fimage.png?alt=media&#x26;token=f03aa7be-0995-4e5b-9959-992b500ce807" alt=""><figcaption><p>Import IFC Options</p></figcaption></figure>


---

# 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://autodesk.ifc-manual.com/revit/using-ifc-files-in-revit.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.
