> 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/design/tutorials/converting-plates-for-uploaded-designs.md).

# Converting Plates for Uploaded Designs

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

{% hint style="info" %}
Note

The video demonstrates uploading TRE files. Additional file types are available for upload which may help expedite translating existing designs into Paragon trusses.\
\
In this example, Paragon's [AnyPlate](/design/explanation/anyplate.md) is used for the plate conversion. [AnyPlate](/design/explanation/anyplate.md) is not a physical plate product, but rather represents an amalgamation of supported connector plate values used to maximize flexibility in design and fabrication.
{% endhint %}

<details>

<summary>Video Transcript:</summary>

This video demonstrates how to upload existing roof and floor truss TRE files and convert them to Paragon trusses using the connector plate of your choice.

ROOF IMPORT

From within a Paragon Design project, we’ll upload a set of roof truss designs by clicking Upload from the upper right. Select the TRE files, and then click Open. The upload process reads all the key design data from the file, including lumber, plates, carried components, and any additional information used to generate the design. If there were any issues during the upload process, they would be indicated in the More Details section. The upload was successful without any errors or warnings.

Let’s explore one of the girder trusses to see what type of information came through. We can see the upload resulted in the proper truss geometry, lumber and plate and even the carried components. Load cases and all truss-to-truss loading will be applied upon analysis.

FLOOR IMPORT

Next, we’ll upload some floor truss designs so we can convert all plates in a single shot. We’ll navigate to and select our floor truss files. Clicking Open will begin the upload process. The 5 designs imported successfully with no errors or warnings.

VERIFY SETTINGS

Prior to converting the designs to the connector plate of your choice, we’ll want to verify all project settings, including: Roof and Floor loads, Wind and Snow loads, and any other analysis criteria specific for the given project. In this example, we’ll adjust our Creep Factor to 2.0 to comply with TPI 2014.

MATERIAL SETTINGS

Additionally, we’ll want to define which Plate Material List to use. A quick review of the list shows some of the options available, including [ComboPlate](/design/explanation/comboplate.md) and [AnyPlate](/design/explanation/anyplate.md). We’ll select [AnyPlate](/design/explanation/anyplate.md) for this example. Designs sealed with [AnyPlate](/design/explanation/anyplate.md) enable component manufacturers to use any of the supported plate suppliers’ connector plates at the time of fabrication.

ANALYZE

Once we’re satisfied with our design settings, we’ll analyze all components and see that all components passed checks with no warnings. Hover over, and select any of the plates to see that all plates have been converted from the original specification to Paragon’s AnyPlate.

DOWNLOADS

Now that we’ve converted the plates from the uploaded TRE files and analyzed our components using AnyPlate, we are able to perform a few additional actions. Easily generate Truss Design Drawings for component review, Create Shop Drawings, Select from a variety of Automated machinery files, and even download Paragon-generated TRE files, helping you integrate with your existing workflows and systems.

We hope this video showcased the power of the Paragon conversion process, enabling you to fully leverage the flexibility of using AnyPlate on any design.

</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://docs.paragontruss.com/design/tutorials/converting-plates-for-uploaded-designs.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.
