> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/data-management/overview-1/json-import.md).

# JSON Import

### Creating Dashboards

* Expand the Create option from the navbar and click on Dashboard. A popup will prompt you to enter the dashboard name.
* Click the toggle button on the right corner for the data-explorer dashboard.
* Enter a name for the dashboard.
* Enter the URL for your JSON Schema.
* Click on Save. You will be navigated to the data explorer dashboard.

<figure><img src="/files/uvZAii5Iy02TtktryXJZ" alt=""><figcaption><p>Create a Dashboard</p></figcaption></figure>

<figure><img src="/files/8SbZL6GJ3j6Xg7SX8b0y" alt=""><figcaption><p>Toggle to input Data Explorer JSON schema URL</p></figcaption></figure>

### Making a JSON Schema

* A JSON schema serves as a structured template for creating monitoring dashboards. Please Refer to this for Example: [Json Schema Template](https://raw.githubusercontent.com/ApicaSystem/apica-installation/main/schemas/boomi-linux.json)
* Here are its components:
  * Tabs: Organize widgets into tabs for easy navigation and categorization of metrics and queries.
  * Header: Includes options for date-time range selection and dropdown menus for selecting specific atoms (monitored systems or nodes), allowing global control over all widget time ranges (Relative and Absolute).
  * Queries List: Each tab contains a list of queries that retrieve specific metric data from the monitoring system. Specifying an alert key automatically creates an alert with defined options.

<figure><img src="/files/wu8qcfL0vJKGITZrXsZg" alt=""><figcaption><p>Enter the name and URL of the JSON schema</p></figcaption></figure>
