# Presentation

Yoga Sutra Trees is a graph visualisation web application to explore the Yoga Sutra of Patanjali and its commentaries. The purpose of the application is to allow an easy and immediate access to the Sutra text, its commentaries, and their multiple English translation. The application also allows to manually annotate the Sutra-s, adding tags, reference and notes to each Sutra.&#x20;

At the center of the application it's the graph visualisation of the Yoga Sutra, realised through the library Cytoscape JS. Each node represent an aphorism, and the aphorism are disposed as multiple interconnected hierarchical trees. The hierarchy represent the structure of the text, which present multiple variation of the structure: 1) definition with a list of sub-possibilities, 2) explanation of each of the sub-possibilities; 3) further specification of the sub-possibilites. The nodes are selectable through click or tap. When a node is selected, the information regarding the selected aphorism are shown in the expandable left sidebar. Both the information on the node and on the left sidebar are completely editable by the user. By default they present the aphorism number, the Sanskrit text and the English translation for the node.&#x20;

The main goal of the web application are the following:&#x20;

1\) Explore the Yoga Sutra as a dynamic and completely editable hierarchical tree;

2\) Access and compare multiple translation and commentaries of the text in a single place;

3\) Find and annotate the references and sources of each aphorism;

4\) Employ the dynamic tagging system to understand the connections between arguments and sources.&#x20;


---

# 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://project-patanjali.gitbook.io/yoga-sutra-trees/presentation.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.
