# Quickstart

This guide walks you through the essential steps to build your first application, from account creation to generating your system architecture.

#### **1. Account Setup & Login**

* **Sign Up:** Go to the sign-up page ([link](https://app.trillo.ai/auth/register)) and enter your User ID, email, name, and desired workspace name.
* **Verify:** Check your inbox for a verification email to finalize your account creation .
* **Log In:** Use your credentials to access your default workspace dashboard .

#### **2. Initialize Your Application**

* **Create New:** From the dashboard, click the **+ Create New Application** button .
* **Configure:** Enter a name for your application (e.g., hospital\_management) and select your target deployment cloud (Google Cloud, AWS, or Azure) .

![](/files/3d62a608db64808ed0c8f9b9793aab88961031e1)

![](/files/df1945ad17f71cae4e07932180996d6707f9f8af)

#### **3. Process Requirements**

* **Upload/Input:** Select your newly created app. You can either upload a PDF requirement document (up to 10MB) or enter requirements manually .
* **Start Processing:** Click **Process Document Now** to let the AI analyze your inputs .
* **Generate Artifacts:** For the fastest results, click **Generate all artifacts**. This runs Specification, Design, and Code Generation sequentially .
  * *Note:* You may be asked to confirm configuration settings like Release Type or Database choice. You can often let AI select the optimal value .

![](/files/ca05414a89047f23081b846e57c69a28aa7d5df5)

![](/files/f05c142f4db48ee5709d3b0cb73110f47d533fdc)

#### **4. Review & Refine Specifications**

* **Review:** Navigate to **Software Specification** to see the AI-generated breakdown (Personas, Functional Requirements, etc.) .
* **Edit:** Use the controls on any requirement card to **Edit**, **Add**, or **Delete** items as needed .
* **Merge:** If you make any changes, you must click **Merge All Changes** at the top of the screen to apply them .

#### **5. Generate & Adjust Architecture**

* **Visualize:** Go to the **Architecture** tab and click **Generate AI Architecture**.
* **Context:** (Optional) Add specific instructions in the text box before confirming (e.g., "Add a specific compliance layer") .
* **Refine:** Once the diagram is generated, use the **Conversation** (chat bubble) icon to ask the AI to make specific adjustments, such as removing or adding services .

![](/files/ed45e99607a245cddccd3040b690533ec5ff0c4b)

#### **6. Analysis & Monitoring**

* **Audit:** Click the green **Analysis** button in the top bar to check for gaps or inconsistencies in your design .
* **Monitor:** View the progress of background tasks in the **Tasks History** menu .


---

# 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://trillo.gitbook.io/trillo-ai/getting-started/quickstart.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.
