# User interface

The graphical user interface of Exivity is a purely client-side application, which means it runs inside your web browser. It communicates with the Exivity [REST-API](/advanced/integrate.md#rest-api) to obtain data records, report data and general configuration. This means all functionality available in the GUI can also be accessed programmatically.

Throughout this documentation, the graphical user interface will be referred to as the **Glass** Interface.

![](/files/-MeR5ciw5s25FpBBqKRb)

The interface allows you to do the following:

* Develop [extractors](/data-pipelines/extract/configuration.md)
* Create [transformer](/data-pipelines/transform/transform-preview.md) (ETL) tasks
* Configure [report](/data-pipelines/reports.md) definitions
* Run graphical usage & costs reports
* Run textual usage & costs reports
* View a detailed breakdown of costs in an invoice-like format in the [Summary ](/reports/summary.md)report
* Schedule various tasks and execute them at a specific date by creating [workflows](/data-pipelines/workflows.md)
* Map missing data by creating [Lookups](/data-pipelines/lookups.md)
* Store information related to a specific account or service by adding [Metadata](/data-pipelines/metadata.md)
* Create [notifications ](/administration/notifications.md)for certain events, like for example the publishing of a report
* Access and manage your [Datasets](/data-pipelines/datasets.md)
* General [configuration](/administration/settings.md)
* Manage [users](/administration/user-management/users.md) & [roles](/administration/user-management/groups.md)
* [White labeling](/administration/settings/white-labeling.md)

More features are added on a regular basis.


---

# 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://olddocs.exivity.io/getting-started/introduction/reports-introduction.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.
