# 60 Minute Quick Start

This guide has been designed to get you started with ColdBox in fewer than 60 minutes. We will take you by the hand and help you build a RESTFul application in 60 minutes or fewer. After you complete this guide, we encourage you to move on to the [Getting Started Guide](/v6.x/getting-started/getting-started-guide.md) and then to the other guides in this book.

You can find the source code of this quickstart here: <https://github.com/coldbox-samples/60-minute-quickstart>

## Requirements

* Please make sure you download and install the latest [CommandBox CLI](https://www.ortussolutions.com/products/commandbox). We will show you how in the [Installing ColdBox section](/v6.x/for-newbies/60-minute-quick-start/installing-coldbox.md).
* Grab a cup of coffee or tea
* Get comfortable

## Need Help?

![](/files/-MSA4VsysWlE3ErKewCM)

The Ortus Community is the way to get any type of help for our entire platform and modules: <https://community.ortussolutions.com>


---

# 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://coldbox.ortusbooks.com/v6.x/for-newbies/60-minute-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.
