# Scope

As other breed of developers, or even engineers just starting out, we became increasingly frustrated with UI/front-end development.&#x20;

That's why we've put together Dashboard Hero - our mission is to enable any developer, regardless of skill level to ship a UI project while keeping a quality standard.

The scope of this documentation follows closely the scope of the project.&#x20;

1. Explain the fundamentals so that devs feel confident and in control
2. Speed up the process - never google a thing
3. Offer a step by step guide

The project comes in two flavours:

1. A plain HTML/CSS project
2. A fully featured web app

Some projects require a clear roadmap of what needs to be built - we strongly encourage you to start out building a simple HTML skeleton, and then importing the components into the fully featured web app.


---

# 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://dashboard-hero.gitbook.io/dashboard-hero/master.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.
