# Welcome!

## Get Started With ApiroData Feature

The following guide will help you to understand the features of apirodata application

## *Solution*

### Multi-Tenant Support

All the tenant created has there own space in our system

{% content-ref url="portal/multi-tenancy" %}
[multi-tenancy](https://doc.apirodata.io/portal/multi-tenancy)
{% endcontent-ref %}

### Public Dashboard

{% content-ref url="portal/public-dashboard" %}
[public-dashboard](https://doc.apirodata.io/portal/public-dashboard)
{% endcontent-ref %}

### *Integration*

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

### MQTT Protocol

Application support connects your device to Apiro app using MQTT

### HTTP API Protocol

Are you looking to read the API data of your devices? API protocol is the way to go!

## *Dashboard*

Dahboard support multiple widget to be included. Also support multiple

### Table Widget

{% content-ref url="dashboard/widget/table-widget" %}
[table-widget](https://doc.apirodata.io/dashboard/widget/table-widget)
{% endcontent-ref %}

### Map Widget

{% content-ref url="dashboard/widget/map-widget" %}
[map-widget](https://doc.apirodata.io/dashboard/widget/map-widget)
{% endcontent-ref %}

### Line Widget

{% content-ref url="dashboard/widget/line-widget" %}
[line-widget](https://doc.apirodata.io/dashboard/widget/line-widget)
{% endcontent-ref %}

### Bar Chart Widget

{% content-ref url="dashboard/widget/bar-chart-widget" %}
[bar-chart-widget](https://doc.apirodata.io/dashboard/widget/bar-chart-widget)
{% endcontent-ref %}

### Gauge Widget

### Insights Widget

### Text widget

##

## Report

Get a report for all the devices & download it in CSV format.

Setup report trigger setting to get daily/weekly/monthly report

{% content-ref url="portal/report" %}
[report](https://doc.apirodata.io/portal/report)
{% endcontent-ref %}

## Member

### Add User

{% content-ref url="portal/member" %}
[member](https://doc.apirodata.io/portal/member)
{% endcontent-ref %}

### User Permission

{% content-ref url="portal/member" %}
[member](https://doc.apirodata.io/portal/member)
{% endcontent-ref %}

## Alert

Setup Alert for all your devices

### Configuration

{% content-ref url="alert/configuration" %}
[configuration](https://doc.apirodata.io/alert/configuration)
{% endcontent-ref %}


---

# 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://doc.apirodata.io/readme.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.
