> For the complete documentation index, see [llms.txt](https://alexandria.enhe.social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexandria.enhe.social/features/history-and-session-recovery.md).

# History & Session Recovery

## Recent History

The History view displays your 40 most recent browsing history entries. Each item shows the favicon, page title, and a tooltip with the full URL and last visit timestamp (date, time, and timezone).

## Search History

The **Search History** option opens a dedicated search view. Results update live as you type and pull from up to 100 history entries.

Regex mode is available here too. See [Regex Search](/features/regex-search.md).

## Recently Closed Tabs

Accidentally closed a tab? The **Recently Closed Tabs** view lists your most recently closed tabs, each clickable to restore instantly. A **Reopen all tabs** button at the bottom restores everything at once.

## Recently Closed Windows

The **Recently Closed Windows** view lists closed browser windows. Each entry shows how many tabs the window contained and the title of its active tab. Clicking restores the entire window. A **Reopen all windows** button is also available.

## Clear History / Manage History

| Action                  | Opens                                   |
| ----------------------- | --------------------------------------- |
| Clear recent history... | `chrome://settings/clearBrowserData`    |
| Manage history          | `chrome://history` (`Ctrl+H` / `Cmd+Y`) |


---

# 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:

```
GET https://alexandria.enhe.social/features/history-and-session-recovery.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.
