> 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/how-to/general/plate-pairs.md).

# Create and Modify Plate Pairs

## Creating a New Plate Pair

### Step 1 - Start Plate Pair Insertion

Begin insertion by clicking `+ Create`, right-clicking in empty space, or using the `Ctrl + Q` keyboard shortcut and selecting `Plate Pair` .

{% hint style="success" %}
Tip

You can use the keyboard shortcut `Ctrl + Q + P` to begin inserting a plate pair.
{% endhint %}

### Step 2 - Define the Plate Pair

Use the `Plate Insertion` panel to define the `Plate Type`, `Plate Dimensions`, and whether it should be `Front/Back` or `Top/Bottom`.

### Step 3 - Place the Plate Pair

Choose an insertion point for the plate pair by clicking on a member on the truss.

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

## Moving a Plate Pair

### Step 1 - Select the Plate Pair

Click on a plate pair to select it.

### Step 2 - Move the Plate Pair

Once selected, you can use the arrows that appear to incrementally nudge the plate pair or click and drag to move the pair to a new location. While clicking and dragging, [`Live Plating`](/design/getting-started/tools-and-features.md#live-plating) will activate.

<figure><img src="/files/jx01Y9CbFLOXJdPpEMzt" alt=""><figcaption><p>Live Plating</p></figcaption></figure>

### Step 3 - Rotate the Plate Pair

Similarly to moving a plate pair, you can rotate a pair by clicking the rotating arrows that appear and dragging your mouse to the desired orientation.

<figure><img src="/files/pPQgsFh6ow1FfCognE8Z" alt=""><figcaption><p>Rotating Plate Pair</p></figcaption></figure>

## Deleting a Plate Pair

### Step 1 - Select the Plate Pair

Select the plate pair by clicking on it in the scene. Alternatively, you can use the `Right Sidebar` to select a plate pair from the Collections subpanel.

### Step 2 - Delete the Plate Pair

Once selected, you can press the `Delete` key. If the `Right Sidebar` is open and you have selected a plate pair, you can click `Delete Selected Item(s)`.

## Deleting All Plate Pairs

### Step 1 - Open the Right Sidebar

If the `Right Sidebar` is not open, click the `Toggle Right Sidebar` arrow button to expand the panel.

### Step 2 - Open the Plate Pair Menu and Select Delete All Plate Pairs

Click Menu ![image](/files/rnfAz81dtvvoS7Os0xCZ) next to the `Plates` collection to access the tools within and select `Delete All Plate Pairs`.

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

## Locking and Unlocking a Plate Pair

Right-click a plate pair and select `[Lock/Unlock] Plate Pair`.

{% hint style="info" %}
Note

If you modify a plate pair, it will automatically lock that pair.
{% endhint %}

## Locking and Unlocking All Plate Pairs

### Using the Actions Toolbar

### Step 1

Click `Lock` in the `Actions Toolbar` .

### Step 2

Choose `Plate Pairs`. You may need to click multiple times until the box is fully checked or unchecked.

{% hint style="info" %}
Note

To Lock a single plate pair, right-click, and `Lock Plate Pair` . Use the same process to `Unlock Plate Pair` if the pair is already locked.
{% endhint %}

### Using the Right Sidebar

### Step 1 - Open the Right Sidebar

If the `Right Sidebar` is not open, click the `Toggle Right Sidebar` arrow button to expand the panel.

### Step 2 - Open the Plates Menu

Click Menu ![image](/files/rnfAz81dtvvoS7Os0xCZ) next to the `Plates` collection to access the tools within and select `[Lock/Unlock] All Plate Pairs`.

<figure><img src="/files/JRL9kwdvXX1aWSKXwkRX" alt=""><figcaption><p>Locking &#x26; Unlocking Plate Pairs</p></figcaption></figure>

## Toggle Shear Lines

### Step 1 - Open the Right Sidebar

If the `Right Sidebar` is not open, click the `Toggle Right Sidebar` arrow button to expand the panel.

### Step 2 - Open the Plate Pair Menu and select Toggle Shear Lines

Click Menu ![image](/files/rnfAz81dtvvoS7Os0xCZ) next to the `Plates` collection to access the tools within and select `Toggle Shear Lines`.

<figure><img src="/files/1tgEzHiAwn0lBdu6VA6K" 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/design/how-to/general/plate-pairs.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.
