# 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>


---

# 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.apica.io/data-management/overview-1/json-import.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.
