> 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/13ways.md).

# 13ways

13 Ways is a "Storytelling from Archives" of NCBS conceived by Venkat Srinivasan for its 25th anniversary.

![](/files/-MX-XEO4BzrNWmS2Jzhw)

"Built around multiple ways to reflect upon and assemble the history of the institution, the exhibit brings to light a tangled history and unlikely journey, weaved by over 70 story tellers, over 600 photographs, official records, letters, and the occasional lab note. Where does meaning reside in an archival document? And how can we better engage with archival repositories to form stories? The exhibit is an attempt to answer these questions through the history of an institution. It is the first phase of a digital experiment in archiving, journalism and storytelling."

{% embed url="<http://stories.archives.ncbs.res.in/exhibit/13ways/>" %}


---

# 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/13ways.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.
