> For the complete documentation index, see [llms.txt](https://docs.paragontruss.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragontruss.com/layout/reference/download-options.md).

# Download Options

## Layout DXF

The Layout DXF download option generates a .zip file saved to your Downloads. The .zip file contains two .dxf files:

* {Project Name} Layout.dxf
* {Project Name} Schedule.dxf

DXF downloads can be imported into other design applications (i.e. AutoCad, etc.) to create and finalize truss placement diagrams.

### Layout.dxf

The Layout.dxf download includes the following:

* Bearing Envelopes
* Truss Envelopes
* Planes
* Ceiling Trays
* Work Lines
* Dimensions
  * System-generated
  * User-created
* Truss Names (Labels)
* Truss-to-Truss Hanger (Connector) Callouts

Note: .dxf downloads do not currently include Chases.

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

### Schedule.dxf

The Schedule.dxf download includes the following:

* Truss List Schedule
* Hanger List
* Notes

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

## Layout IFC

The Layout IFC download option generates a .ifc file saved to your Downloads and includes 3D trusses with representing the geometry, members, and plates for Component Designs.

The IFC download can be imported into other design applications (AutoCad, Revit, etc.) to create a more comprehensive 3D building model.

Note: .ifc downloads do not currently include Hangers (Connectors).

<figure><img src="/files/8e7BXKTGhJPJljjBcmJh" 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.paragontruss.com/layout/reference/download-options.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.
