> For the complete documentation index, see [llms.txt](https://docs.ilsas.uniwa.gr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilsas.uniwa.gr/urungi/english/urungi-user-manual/1.-introduction.md).

# 1. Introduction

### 1.1 History

In 2016, BibLibre began to think about a tool that would allow a librarian to generate reports and dashboards from data in the software we support.

The requirements were as follows:

* the software had to be under a free licence
* the software had to allow to produce reports and dashboards quickly, without any particular technical skill
* it had to allow a deployment of the products to all our customers in a few clicks.

We started by looking for what was available on the market. Let us quickly pass over a few "falsepen-source" tools, which only have the server part for free and do not answer the second problem we had posed.

We tried (very extensively) several pieces of software, none of which proved convincing. Finally, we came across the Widestage software.

This software did exactly what we wanted; even if it was young, it was promising.

Technologically it is based on bricks that BibLibre knows (node.js for the application, c3js for the construction of graphics). After a few exchanges with the initial developer, it appeared to us that the Widestage project was abandoned. And Widestage is an unpronounceable word in French.

So we decided to:

* fork and launch our own tool
* rename the product
* invest in development to reach a high level of performance and functionality.

### 1.2 Why Urungi?

Urungi is a word from the Maori language (New Zealand), just like Koha, Hea, Mana and other projects we are involved in.

Urungi is the rudder that allows you to steer the boat. Thanks to Urungi, you will be able to steer/pilot your establishment by visually analyzing your greatest treasure: your data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ilsas.uniwa.gr/urungi/english/urungi-user-manual/1.-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.
