> For the complete documentation index, see [llms.txt](https://docs.biobox.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biobox.io/guide/how-to/use-the-graph-explorer/save-graph-explorer-sessions.md).

# Save Graph Explorer Sessions

### Saving a session&#x20;

Select the Save Session button located at the top of the graph explorer.  "Save" will save the existing session as a new session. If you have previously saved the session "Save as.." will save all recent changes.&#x20;

All of the tabs that you have in view can be saved to a session that you can return to at a later date.  Previously saved sessions can be accessed from the left hand toolbar. Previously saved sessions can be shared with and accessed by other team members within your organization.&#x20;

To delete a session select the three dot menu located next to the name of the session you would like to delete.&#x20;

To update the name and description of a session select the three dot menu next to the name of the session you would like to update followed by configure.&#x20;

{% embed url="<https://www.loom.com/share/2efe95c6e223460098f0bb488de77707?sid=044ce12f-2f2a-46e8-9736-e8eb9e23886a>" %}

<figure><img src="https://www.loom.com/share/2efe95c6e223460098f0bb488de77707?sid=c73885de-588e-40e5-8994-ca1e372679f1" alt=""><figcaption></figcaption></figure>

<figure><img src="https://www.loom.com/share/2efe95c6e223460098f0bb488de77707?sid=c73885de-588e-40e5-8994-ca1e372679f1" alt=""><figcaption></figcaption></figure>


---

# 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.biobox.io/guide/how-to/use-the-graph-explorer/save-graph-explorer-sessions.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.
