> For the complete documentation index, see [llms.txt](https://training.paragontruss.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://training.paragontruss.com/c3-intermediate-layout-and-design/2.0-bearings/2.1-importing-dxf-work-lines.md).

# 2.1 Importing DXF Work Lines

## Description

This module demonstrates how to import Work Lines from a DXF file.

## Objectives

* Demonstrate how to import Work Lines from a DXF file.

## Additional Resources

* Training Plan 3 accessible from Choose/Create Project > OPEN SAMPLE
* Training Plan 3 (Download) Layout.dxf accessible from link below

{% file src="/files/q6WtzHjp4vB09Dwl507v" %}

## Learning Activity

Download the .dxf file, watch video and follow along within the Paragon Design App.

{% embed url="<https://youtu.be/4Nv6uD65PwE>" %}

<details>

<summary>Video Transcript:</summary>

In this lesson, you’ll learn how to import work lines into your project. These lines will serve as a reference that you can trace over while creating your walls.

After you have started a new project, the first task in creating the 3D layout is adding your walls.

To make the wall input process more efficient, click the menu icon next to Work Lines.  Then we'll use the Import Lines from DXF feature. This allows you to import a DXF file containing the layout lines you’ll use as a reference.

Navigate to the sample dxf file you downloaded from the Training site. Select the “Training Plan 3, (Download) Layout.dxf file.

Click open.  Once the file is imported, the full layout will appear in the scene. If you are not seeing the full layout, you can click the reset view. Or simply zoom in or out and pan to center and fit the layout in your workspace.

Let's review the imported structure. This layout includes elements like a front porch, rear porch, interior non-structural walls, and areas with varying wall heights.

Importing work lines can significantly streamline the process of placing your walls. By using this method, you’ll save time working in your layout. See you in the next one.

</details>


---

# 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://training.paragontruss.com/c3-intermediate-layout-and-design/2.0-bearings/2.1-importing-dxf-work-lines.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.
