# Definitions

* **Adopter -** Leadership / Decision Makers who plan to and leverage cQube Ed
* **Domain -** Area of interest and expertise that we are working on (e.g., Health, Education, etc.)
* **Input Sources -** Data sources used by adopters (e.g., Database, Google Sheets, Excel, CSV, adopter applications)
* **Management Information System (MIS) -** Data store containing raw data of adopter organizations to generate events
* **Ingestion -** System where data from input sources is received as the first step
* **Adapter -** Generates events from MIS or other input sources and pushes them to cQube Ed through an API
* **Dataset -** High-level data computed by aggregating events, representing indicators. Persistent within cQube Ed.
* **Indicator -** Visual representation of one or more datasets (e.g., District-wise average attendance %)
* **Event -** Data structure recording an occurrence at a specific time for an entity. Contains simple data types and helps calculate indicators.
* **Allowed Data Types -** SQL compliant data types for numerical, date and time, character and string, and unicode character string data.
* **PII -** Personal Identifiable Information
* **Data Processing -** Involves transforming events into data that updates datasets and updating datasets in cQube Ed.
* **Dimension -** Describes events and is used for processing.
* **Transformer -** Operation or function that processes events and dimensions into a dataset.
* **Visualization -** Functional block for rendering data.
* **Charts -** Single sheet of information presented as a table, graph, or diagram.
* **Dashboard -** Collection of charts.
* **Dashboard Organizer -** WYSIWYG editor for placing charts in a dashboard.
* **Insight -** Actionable comprehension of certain data and visualizations.
* **Action Adapters -** Written communication to disseminate information and encourage specific actions.
* **Plugins -** External or internal components adding functionality to cQube Ed through APIs.

<br>


---

# 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://cqube.sunbird.org/key-terms-and-concepts/reporting-a-bug.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.
