# Export for Layer-based Software

Some software products may require a layer structure to be added to the IFC classification. Revit automatically assigns the layer value according to the default CAD (.dwg/.dgn) mapping file. The default configuration file is: C:\ProgramData\Autodesk\ RVT 20xx\exportlayers-dwg-AIA.txt

The configuration found in this file can be adapted from the Revit UI when selecting Export > Options > Export settings DWG/DXF or manually using the syntax:

\<Revit Category Name>\<tab>\<tab>\<Layer Name>

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

The reference to a custom layer reference file needs to be added to the Revit.ini file which can be found in the following location: C:\Users\\\<USER>\AppData\Roaming\ Autodesk\Revit\Autodesk Revit 20xx

The full path to the layer reference file is added in the line starting with ExportLayersNameDGN=

For Example: ExportLayersNameDGN=C:\Users\\\<USER>\Documents\RevitLayers.txt Just like with the class mapping, sometimes it is needed to assign the layer value on the element level. For this, you can use the shared parameter *IfcPresentationLayer,* which is of course included in the official shared parameter files.


---

# 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/ifc-export-category-mapping/export-for-layer-based-software.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.
