> For the complete documentation index, see [llms.txt](https://training.paragontruss.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://training.paragontruss.com/welcome-to-the-paragon-training-academy.md).

# Welcome to the Paragon Training Academy

The Paragon Training Academy aims to provide a "guided" training experience. Our Core Curriculum courses cover introductory and intermediate skills that can be applied by all users; however, some features included in the courses may only be available for certain plans. [Check your account type](https://services.paragontruss.com/account) if you're not sure which Paragon plan you currently have.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpGfM5RvazSdnXVojfoP2%2Fuploads%2FjWGuRVTZdCfFMqfNN9B1%2FDivider.png?alt=media&#x26;token=8dd5a410-5fa4-485b-952b-3888c8cce98b" alt="" height="12" width="1920"><figcaption></figcaption></figure>

Our team is hard at work organizing content into course formats. You can see currently available and planned courses below.

## Core Curriculum

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><p>Course 1:</p><p>Intro to Paragon</p></td><td><a href="/files/xaTGJX1FZ9rcAI8r4bIi">/files/xaTGJX1FZ9rcAI8r4bIi</a></td><td><a href="/spaces/pGfM5RvazSdnXVojfoP2">/spaces/pGfM5RvazSdnXVojfoP2</a></td></tr><tr><td align="center"><p>Course 2:</p><p>Truss Design Training</p></td><td><a href="/files/4uxlA4oxxj5uAS7DB08i">/files/4uxlA4oxxj5uAS7DB08i</a></td><td><a href="/spaces/ALXYW6a4nNfRvSnUI1MI">/spaces/ALXYW6a4nNfRvSnUI1MI</a></td></tr><tr><td align="center"><p>Course 3:</p><p>Intermediate Layout &#x26; Design</p></td><td><a href="/files/2fM2Rm4sjYqjXjeXhXPy">/files/2fM2Rm4sjYqjXjeXhXPy</a></td><td><a href="/spaces/q4UOsRx0CB7Sqz7PCeXT">/spaces/q4UOsRx0CB7Sqz7PCeXT</a></td></tr></tbody></table>

{% hint style="warning" %}
The documentation and training modules provided by Paragon are for educational and informational purposes only, are general in nature, and are not intended to conform to all TPI and TPIC standards. In the event that any documentation or training modules do not conform with the TPI or TPIC standard, the standard takes precedence and supersedes any documentation or training modules published to docs.paragontruss.com or training.paragontruss.com.
{% endhint %}


---

# 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://training.paragontruss.com/welcome-to-the-paragon-training-academy.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.
