> 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.md).

# Manage Project and Component Settings

## Modify Project Properties

### Step 1 - Right-click on the `Project Name` in the `Header` to open the Project Properties Subpanel and choose `Edit Properties`

### Step 2 - Use the `Project Properties` panel in the `Right Sidebar` to modify the desired properties

{% hint style="info" %}
Note

Options for editing the default project, "My Project", are limited.
{% endhint %}

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

## Modify Component Properties

### Step 1 - Select a component in the `Left Sidebar` and open the `Right Sidebar` or right-click the component and click `Edit Properties` to open the Component Properties Subpanel

### Step 2 - Use the `Component Properties` panel in the `Right Sidebar` to modify the desired properties

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

***

Control the parameters used when components are created, analyzed, or have their materials upgraded from the Settings menus. Each setting can be modified for a single truss or for the whole project.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Load Settings</td><td><a href="/pages/R37lvytxHAMnq7xNTswN">/pages/R37lvytxHAMnq7xNTswN</a></td><td><a href="/files/EFDTovJwXdbEKtj7xIM3">/files/EFDTovJwXdbEKtj7xIM3</a></td></tr><tr><td>Analysis Settings</td><td><a href="/pages/eYqwI4QDjSJvFSUJWYqB">/pages/eYqwI4QDjSJvFSUJWYqB</a></td><td><a href="/files/9v4YipG8MzbH0unHaaoT">/files/9v4YipG8MzbH0unHaaoT</a></td></tr><tr><td>Material Settings</td><td><a href="/pages/s8dWVHebnsZ6dpBhX4Qs">/pages/s8dWVHebnsZ6dpBhX4Qs</a></td><td><a href="/files/zcwRtCW3VpWKrjpLx4mJ">/files/zcwRtCW3VpWKrjpLx4mJ</a></td></tr><tr><td>Feature Pattern Settings</td><td><a href="/pages/oEujoToyNLRGgbD7D9hz">/pages/oEujoToyNLRGgbD7D9hz</a></td><td><a href="/files/GiiSQaSBfLztXE75HqWN">/files/GiiSQaSBfLztXE75HqWN</a></td></tr></tbody></table>


---

# 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.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.
