# Getting started

New to the platform? These pages walk you through everything you need to know to ship something real.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><strong>Quickstart</strong></td><td>Go from sign-up to your first deploy in under five minutes.</td></tr><tr><td><h4><i class="fa-compass" style="color:$primary;">:compass:</i></h4></td><td><strong>Your first project</strong></td><td>A guided walkthrough that takes you from an empty workspace to a configured, deployed project.</td></tr></tbody></table>

## What you'll need

Before you start, make sure you have:

* [x] An account on the platform (free plans work fine)
* [x] A repository or local project you'd like to deploy
* [x] A few minutes of uninterrupted time

{% hint style="info" %}
If you're evaluating the platform for your team rather than yourself, jump to [Core concepts](/sattva-aaranya-docs/documentation/core-concepts/core-concepts.md) first — it'll save time when you set things up properly.
{% endhint %}


---

# 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://sattva-aaranya-2.gitbook.io/sattva-aaranya-docs/documentation/getting-started/getting-started.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.
