# Quick start

### Use Rapid CLI

Install [Rapid CLI](/rapid/resources/cli.md) first:

{% tabs %}
{% tab title="Bash" %}

```bash
$ npm i @rapid-lang/cli -g
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
You need Node 12 or later installed to use Rapid CLI. Go to [download section](https://nodejs.org/en/download/) to get the package.
{% endhint %}

Then create an example Rapid project using handy CLI prompts:

{% tabs %}
{% tab title="Bash" %}

```bash
$ rapid init
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
The`rapid init` command will create example project structure. Go to [Project Structure](/rapid/resources/project-structure.md) page to see in depth article what is created and what files are used for what purposes.
{% endhint %}

Finally run the development server and start coding !

{% tabs %}
{% tab title="Bash" %}

```bash
$ rapid run
```

{% endtab %}
{% endtabs %}

Start editing `main.rapid` inside `src` folder.

### Result

Awesome !

![Output in Chrome](/files/-M2xmdYdilH5HSq-Tsj3)


---

# 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://michaljach.gitbook.io/rapid/quick-start.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.
