# Steps to Create a Widget Dashboard

This section describes how to create a new **widget‑based chart** on a dashboard page using the **existing Widget Dashboard page template**.\
The Widget Dashboard approach is configuration‑driven and relies on predefined database records to render charts at runtime.

The steps in this section focus on preparing the environment and prerequisites required before creating and configuring a widget dashboard.

***

#### Prerequisites

Before starting this tutorial, ensure that your workstation is properly set up with the following requirements:

* **Database client tools**\
  Required to connect to the database and perform operations such as **select, insert, update, and delete** records in the *dashboard schema*.\
  These tools are necessary because widget dashboard configuration is managed directly at the database level.
* **Web browser**\
  A modern web browser is required to access and verify the dashboard UI.\
  **Google Chrome** is recommended for best compatibility and performance.

***

Once the above prerequisites are satisfied, you can proceed with creating and configuring widget charts on the dashboard page using the existing Widget Dashboard templates.


---

# 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.onewebstack.com/oneweb-platform-th/building-apps/ui-page-designer/ux-ui-components/dashboard/widget-dashboard/steps-to-create-a-widget-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.
