# Quick Start Tutorial

### Getting Started

Aloha! Let’s test out running Frigg locally by cloning and installing a quick start template app.

### Prerequisites

You'll need to do the following before continuing:

* Make sure you have [node and npm installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
* Create a free hosted MongoDB cluster through [MongoDB Atlas](https://www.mongodb.com/atlas/database) OR [install MongoDB](https://www.mongodb.com/docs/manual/installation/) locally
  * You'll need to create a db admin user and you'll want your connection string.

### Overview

Create Frigg App will generate a Frigg application that within a few minutes is deployable to your own infrastructure accounts. Let's get Create Frigg App going and unpack the "magic" as we go.


---

# 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.friggframework.org/0.2/develop/tutorials/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.
