> 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/c1-intro-to-paragon/1.0-account-setup-and-log-in/1.1-sign-up-and-log-in.md).

# 1.1 Sign Up & Log In

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

## Description

This module provides instruction on how to create your Paragon account and log in.

## Objectives

* Understand how to create an account.
* Successfully log in to Paragon.
* Know where to find documentation and video resources.

## Learning Activity

Watch the video and follow along to create an account and get started.

{% embed url="<https://youtu.be/z1Z9vQRoAqw>" %}

<details>

<summary>Video Transcript:</summary>

Welcome to Paragon. In this quick tutorial, we'll show you how to sign up and create your Paragon account so you can start designing trusses. Let's begin first to open your browser and go to ParagonTruss.com. Click sign up.

Here. You'll fill out the registration form with your email. Your first name, your last name. Please read through the terms of service, and check the box, then click on sign up.

Now head to your inbox and look for our verification email. If you don't see it, check your spam folder.   It'll look something like this. Click the verify email to activate your account. Once verified, go back to ParagonTruss.com, then Click log in. Enter your email and your password, that you, created, earlier for your credentials, and that's it.

You're all set up. Thanks for watching and welcome to Paragon !

</details>


---

# 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/c1-intro-to-paragon/1.0-account-setup-and-log-in/1.1-sign-up-and-log-in.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.
