# User Onboarding

### Sign Up For An Account

* Visit the URL provided by your Account Administrator to begin the Sign Up process for your firewall.&#x20;
* AWS Verified Access Sign Up Process: Select “Sign Up” option to create an AWS Verified Access account in order to securely access the Guilde application.

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

* Create an Email and Password and select “Sign Up”

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

* Retrieve Account Verification Code by navigating to your email provider. Look for an email from “verificationemail.com”

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

* Verify Account by copying and pasting the confirmation code into the Guilde UI. Select “Confirm Account.”&#x20;

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

* Guilde Application Sign Up Process: Select Sign Up button at the bottom of the Sign In page

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

* Enter email address and define a password. Select “Create Account.”

<figure><img src="/files/2KBNOZwPwhEpvDqA6yGP" alt=""><figcaption></figcaption></figure>

* Select “Link GitHub Account”

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

* Authorize Guilde: Select “Authorize Guilde”

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

### Initiate Your First Sprint

* In the Guilde application, navigate to the Dashboard page and select “New Sprint.”
* Name the sprint “documentation-001” and assign it the same working branch name: documentation-001. Be sure to choose a branch name that does not yet exist in the repository.
* Select the repository
* The base branch will be automatically generated
* Select the “Documentation-workflow” &#x20;
* Select Create.
* Once workflow complete, please review the generated documentation on the branch "documentation-001"

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

* After the Sprint completes, review the documentation Guilde generates.

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

* Review the code quality issues identified in the Technical Debt Analysis and consider creating Sprints to mitigate each issue.

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


---

# Agent Instructions: 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:

```
GET https://docs.guilde.ai/documentation/getting-started/quickstart-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
