> For the complete documentation index, see [llms.txt](https://docs.neurelo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurelo.com/getting-started/starting-your-neurelo-project/quick-start-guide.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neurelo.com/getting-started/starting-your-neurelo-project/quick-start-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
