# Quick Start Guide

### Overview

The Quick Start guide for a new project is the recommended method for setting up a project with Neurelo.&#x20;

**Starting with Quick Start**: For most users, especially those new to Neurelo, the Quick Start option is the best way to begin. It provides a comprehensive guide through each of the 5 steps of the setup process, ensuring that users cover all necessary aspects for a successful onboarding.

This flow provides an intuitive 5-step guide for users to&#x20;

1. Setup their data sources
2. Add schema definitions
3. Create environments
4. Configure API Keys to be used with APIs, and&#x20;
5. Start the environment runners to be able to use the APIs&#x20;

### Diving Deeper into Quick Start

The Quick Start guide is designed to be intuitive, making it easy for users to understand and complete each step efficiently.

<figure><img src="/files/tM0t5v02X0IuyOqVdEQu" alt="" width="563"><figcaption></figcaption></figure>

By following the Quick Start, users can ensure that their project is correctly set up and ready to leverage Neurelo's features starting with auto-generated REST and GraphQL APIs. This approach simplifies the initial setup and helps you get your project up and running quickly.

Let's start with the first step to "Add a Data Source".


---

# 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.neurelo.com/getting-started/starting-your-neurelo-project/quick-start-guide.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.
