> 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/modify-project-and-component-settings/creating-additional-loads.md).

# Creating Additional Loads

## Create a manual load

### Step 1 - Open the Manual Load Insertion menu

With a component design selected, click the ellipsis next to `Additional Loads`and choose `Create Manual Load`

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

### Step 2 - Choose Load Insertion Method

Click the `Load Insertion Method` dropdown and select the desired insertion method. For this example, we will use`Select Member`. Next, click on the `Member` Dropdown and choose a member for this load.

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

### Step 3 - Adjust load settings and insert

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

Specify the desired `Load Distribution` , `Load Type`, and `Direction`. Enter a name to identify this load and click `Add Load` and then `Insert`

If you have the `Show Manual Loads When No Other Loads Visible` option on, you will see the load being applied to your component.

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

### Edit a Manual Load

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

Click to expand `Additional Loads` and `Manual Loads`. Select your Manual Load. Use the `Manual Load Properties` panel to edit the desired properties.

### Delete a Manual Load

Select the Manual Load you wish to delete and click the Trash Can button to delete it.

<figure><img src="/files/Doz13elCkLSy3AI9Idqw" 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/modify-project-and-component-settings/creating-additional-loads.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.
