> For the complete documentation index, see [llms.txt](https://open.janastu.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open.janastu.org/projects/renarration/maaya.md).

# Maaya

![](/files/-MWih6x4aFYwTgOlifpx)

[Maaya](https://github.com/janastu/maaya) is a class of utilities to co-create AV presentations from a Web browser. It as been used to generate video renditions of Girija Kalyana of Hampi using Prof. Chelavaraju's narrative, Street Vending is Pakka Legal using ALF's cartoon book, Give back our Drums using a tribal story, Anthillhacks in short daily updates, etc.,

{% tabs %}
{% tab title="Demo" %}

* [Girija Kalyana of Hampi](https://janastu.github.io/maaya/examples/gk-demo/)
* [Street Vending Pakka Legal](https://janastu.github.io/maaya/examples/street-vending-pakka-legal/)
* [Give Our Drums Back](https://janastu.github.io/maaya/examples/give-our-drums-back/)
* [Anthill 2 min summaries](https://janastu.github.io/maaya/examples/)
  {% endtab %}

{% tab title="Repository" %}

* Maaya repository <https://github.com/janastu/maaya>
* [User Manual](https://docs.google.com/document/d/1oZpgn7TliZB8iCEHoxLAct8ijqQ_v3LxTIdOr8AYi_Y/edit)
* [Maaya Drive](https://drive.google.com/drive/folders/1_XoxKrUiosYSmdtB9lHv2EwecdzU9heS?usp=sharing)
* [Maaya Logo](https://drive.google.com/open?id=12K3Dc_rVsTY-PnUAYttQj4NNV0YD4dFz)
  {% endtab %}

{% tab title="Supplements" %}

* [WebVTT](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API)
* [WebVTT Validator](<https://quuz.org/webvtt/ >)
* [Subtitle Converter](https://gotranscript.com/subtitle-converter)
  {% endtab %}
  {% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://open.janastu.org/projects/renarration/maaya.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
