> For the complete documentation index, see [llms.txt](https://docs.kbase.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kbase.us/getting-started/narrative/access.md).

# Access the Narrative Interface

## What is the Narrative Interface?

The Narrative Interface enables researchers to design and carry out computational experiments while creating interactive, reproducible records of the data, computational steps, and thought processes underpinning their results. These records can be shared with collaborators and published as “active papers,” called **Narratives,** which allow others to repeat the computational experiment and alter parameters or input data to produce different or improved results. The Narrative Interface is built on top of the [Jupyter Notebook](http://jupyter.org/) framework.

{% hint style="info" %}
A very quick (one-page) introduction to the Narrative Interface is available via the [Narrative Quick Start](/getting-started/quick-start.md).
{% endhint %}

The Narrative Interface is accessible through [narrative.kbase.us](https://narrative.kbase.us/). Once you sign in, you will see the Narratives Navigator.

There are several ways to enter the Narrative Interface from KBase:

* Use the menu at the top left of the landing page and select “Narrative Interface”.
* Open a public Narrative or one that has been shared with you
* Start a new Narrative by clicking the “+ New Narrative” button

{% hint style="warning" %}

## Make sure you have the latest version

New versions of the Narrative Interface are released periodically. In most cases, KBase will automatically update to the latest version. However, if you had an older version already running, you will see a green button near the top right of your Narrative that says “New Version Available.”\
![Screen Shot 2015-02-03 at 8.16.19 PM](/files/-MF7xjL02XcgwmgG74wY)\
Click this button to update and reload the interface. You also may need to do a hard refresh (shift-reload) in your browser window.
{% endhint %}


---

# 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://docs.kbase.us/getting-started/narrative/access.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.
