> 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/projects/getting-started/interface-overview.md).

# Interface Overview

<figure><img src="/files/x5RZiG8G2EHokNduSlV0" alt=""><figcaption><p>User Interface Overview</p></figcaption></figure>

## [Project Tools](/projects/getting-started/project-tools.md)

Project Tools allow you to quickly access commonly used features within Paragon Projects.&#x20;

Project Tools include:&#x20;

* Create Project
* Copy Project
* Delete Project
* Collapse All
* Project Files&#x20;

## Project List

The Project List displays all projects accessible from within your Paragon organization. A `>` expander to the left of the project indicates that there are components within the project.

The Project List Includes:

* Created Date (filterable)
* Project Name
* Actions
* Filter by Date
* Filter by Keyword

## Component List

The Component List displays all components within the specific Paragon project. To access the Component List, click the `>` next to a project which expands the view and displays all components within the project.

The Component List Includes:

* Quantity: Displays the number of each component in the project&#x20;
* Sealed: Indicates whether or not the component has been sealed

## [Component Tools](https://app.gitbook.com/o/8hsXAGhux1078Q0kONjG/s/CZjb5jsrQlL1BPF82bCn/getting-started/component-tools)

Component Tools provide a robust set of features applicable to components within a project.&#x20;

Component Tools Include:&#x20;

* Copy Components
* Move Components
* Download
* Request Seals
* Request Repair
* Production Tools

## Project Counter & Page Navigation

Located at the bottom of the Projects List is the Project Counter which displays the number of projects within your organization. Each Project List page displays 100 projects at a time, and the Page Navigator allows you to navigate forward and backward between pages.&#x20;

## Properties

Within Paragon Projects, Properties are broken out between `Project Properties` and `Selected Item Properties`. &#x20;

Project Properties can be edited anytime and must be saved by clicking `Save Now`. Notable Project Properties include `Design Code` and `Region`.

Selected Item Properties displays the quantity of any selected components.

## Design Project

Clicking `Design Project` will open the selected project in the Paragon Design app.

<div align="left"><figure><img src="/files/9KCS6F8ZZEaJP2qg3LBM" alt=""><figcaption></figcaption></figure></div>


---

# 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/projects/getting-started/interface-overview.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.
