# Paper Dashboard

**Paper Dashboard 2** is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look neat and organized. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics. Paper Dashboard 2 comes packed with all plugins that you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful.

* [Paper Dashboard](https://bit.ly/3ol6Tg3) - product page
* [Paper Dashboard](https://bit.ly/3eNrlmU) - LIVE deployment

**Paper Dashboard 2** is built on top of Bootstrap 4, so it fully supports it. Most of the elements from the dashboard are re-designed to resemble sheets of paper and color pastels. If they are elements that we have not touched, they will gracefully fall back to the Bootstrap 4 default.

![Paper Dashboard - Open-source Dashboard.](/files/-M_kDyOl_PIYLIGtu4jI)

## How to compile the project

To use this modern design and compile in a local environment a [minimal development](/docs/content/tutorials/minimal-programming-kit.md) kit is required:

* A modern editor - [VSCode](https://code.visualstudio.com/)
* [Nodejs](https://nodejs.org/en/) - used in [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)-based products and tools
* [GIT](https://git-scm.com/) - a command-line tool used to download sources from [Github](https://github.com/)

Once we have all these tools accessible we can start compiling the product:

> **Step #1** - Clone the sources from the public repository

```
$ git clone https://github.com/creativetimofficial/paper-dashboard.git
$ cd paper-dashboard
```

> **Step #2** - Compile SCSS files

```
$ gulp compile-scss
```

> **Step #3** - Start the template in browser

```
$ gulp open-app
```

If all goes well, we should see Paper Dashboard running.

![Paper Dashboard - User Profile Page.](/files/-M_kFcLbbLUJZ696h4eg)


---

# 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://appseed.gitbook.io/docs/content/bootstrap-template/paper-dashboard.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.
