> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/history.md).

# Viewing Your History

Review your activity history to locate and reopen previously accessed items.

## Overview

The **History Panel** provides a chronological record of recently viewed items, allowing you to easily retrace your steps and revisit content.

***

## Using the History Panel

Follow the steps below to access and navigate your history.

{% stepper %}
{% step %}

### Accessing Your History

To view your history:

* Select the **History** tile in the side navigation bar.&#x20;
* The **History Panel** opens, displaying recently accessed documentation grouped by date.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FT6UZYSUo1dhrbeXWyLZ8%2FIMS-V16-History.png?alt=media&amp;token=de3e20e4-766e-4509-a195-10f7a40955b8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can close, resize, or change the display mode of the **History Panel**:

* To **close** the panel, select the **X** icon in the upper-right corner.
* To **resize** the panel, hover over its edge and drag.
* To **switch modes** ([**Auto-Collapse**](#user-content-fn-1)[^1] or [**Pinned**](#user-content-fn-2)[^2]), select the ![](https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2Fb3yDXfhwmvJjth6RRtrC%2Fmenu_open_16dp_000000_FILL0_wght300_GRAD0_opsz20.svg?alt=media\&token=70de1e66-5b0f-4a9a-b006-f53845df63d6) icon.
  {% endhint %}

***

{% endstep %}

{% step %}

### Exploring Your History

Each entry in the **History Panel** includes:

* **Item Name**
* **Module** (the section or category the item belongs to)
* **Last Accessed** (timestamp)

Click any entry to open the corresponding item.

***

{% endstep %}

{% step %}

### Searching Your History

To find a specific item:

* Click the **Search** ( <i class="fa-magnifying-glass">:magnifying-glass:</i> ) icon in the top-right corner of the **History Panel**.
* Enter keywords in the field that appears.
  * The list updates automatically as you type, showing only matching results.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2Faf8jfi77UqcmYt3kXuA9%2FIMS-V16-History-1.png?alt=media&amp;token=a042e8e3-e501-48b9-9522-f4dcd95f24d3" alt=""><figcaption></figcaption></figure>

***

{% endstep %}
{% endstepper %}

***

## See Also

For additional guidance, check out these guides:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>How to Search for Content</strong></td><td>Use built-in search tools and AI assistance to quickly locate content.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FTF8hDEFsxrYtUo7c9Zol%2FIMS-V16-NAV-Library-Icons-15.png?alt=media&amp;token=e3673ac2-0dd5-4973-a027-0a959354bb46">IMS-V16-NAV-Library-Icons-15.png</a></td></tr><tr><td><strong>How to Manage Your Favorites</strong></td><td>Bookmark frequently used content for quick access.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FBioA9PNgrrQyeOnjydWD%2FIMS-V16-NAV-Library-Icons-56.png?alt=media&amp;token=608311a8-8758-4cd4-be99-9943e29792ee">IMS-V16-NAV-Library-Icons-56.png</a></td></tr><tr><td><strong>How to View Documentation</strong></td><td>Find, view, and engage with your organization's documentation.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FvyjoBvKx9KFGjvl8edg6%2FIMS-V16-NAV-Library-Icons-53.png?alt=media&amp;token=78e91969-9f79-4d9b-98fc-bbebcffcc545">IMS-V16-NAV-Library-Icons-53.png</a></td></tr></tbody></table>

[^1]: The panel opens when a module tile is selected and closes when you click elsewhere.

[^2]: The panel stays fixed and visible as you work.


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/history.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.
