# Getting Started

For a more detailed guide, check out our Quickstart Guide (Coming Soon) to begin your journey with Eliza.

#### Prerequisites[​](https://elizaos.github.io/eliza/docs/intro/#prerequisites) <a href="#prerequisites" id="prerequisites"></a>

* [Python 2.7+](https://www.python.org/downloads/)
* [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
* [pnpm](https://pnpm.io/installation)

> **Note for Windows Users:** [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install-manual) is required

Clone the repo and start building using SONA Framework.

```
git clone https://github.com/tars-sol/sona
cd sona
sh scripts/start.sh
```

<br>


---

# 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.tars.pro/sona-framework/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.
