# Quickstart

{% hint style="success" %} <sub>You can teach a mate the whole workspace in one sitting if you walk the pages in the order below.</sub>
{% endhint %}

<h2 align="center"><sub>This page means</sub></h2>

| This section is                                                 | This section is not                                                                                        |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| <sub>A map of the left rail and what each screen owes you</sub> | <sub>A replacement for in-app tooltips on every field</sub>                                                |
| <sub>Written for operators and founders</sub>                   | <sub>A guarantee about third-party uptime (Notion, Stripe, and the rest have their own status pages)</sub> |

<h3 align="center"><sub>The tour (read in this order on day one)</sub></h3>

<table><thead><tr><th width="79.90911865234375" align="center">Step</th><th width="146.72723388671875">Screen</th><th>One line job</th></tr></thead><tbody><tr><td align="center"><sub>1</sub></td><td><sub>Overview</sub></td><td><sub>Command center: counts, momentum, recent motion</sub></td></tr><tr><td align="center"><sub>2</sub></td><td><sub>Leaderboard</sub></td><td><sub>Compare operators on ships and validations</sub></td></tr><tr><td align="center"><sub>3</sub></td><td><sub>Discover</sub></td><td><sub>Turn research into structured ideas on a board</sub></td></tr><tr><td align="center"><sub>4</sub></td><td><sub>Validate</sub></td><td><sub>Run one idea through a serious checklist, write to Notion</sub></td></tr><tr><td align="center"><sub>5</sub></td><td><sub>Strategy</sub></td><td><sub>Turn validation into a distribution plan</sub></td></tr><tr><td align="center"><sub>6</sub></td><td><sub>Build</sub></td><td><sub>Ship landing surfaces with repo plus deploy</sub></td></tr><tr><td align="center"><sub>7</sub></td><td><sub>MVP</sub></td><td><sub>Configure and ship a hosted MVP tied to a spec</sub></td></tr><tr><td align="center"><sub>8</sub></td><td><sub>Social Media</sub></td><td><sub>Plan content from validated signals (preview surface)</sub></td></tr></tbody></table>

<h3 align="center"><sub>Verbal punctuation</sub></h3>

{% stepper %}
{% step %} <sub>**First**</sub>

<sub>Read the title and the single description line at the top of every screen before you touch a filter or a primary button. Quiet first, loud second.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>When a pipeline modal opens, read the step names like a checklist. Treat the small notice at the bottom as part of the contract, not fine print.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>If two screens disagree, trust the on-screen error first, then your filing cabinet in Notion second.</sub>
{% endstep %}
{% endstepper %}

***

<h3 align="center"><sub>Ask yourself</sub> </h3>

<p align="center"><sub><strong>Which single screen will you open tomorrow to prove the workspace is “healthy,” not just “busy”?</strong></sub> <br><sub>If you cannot name it, start on Overview.</sub></p>


---

# 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.ariaagi.com/workspace/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.
