> For the complete documentation index, see [llms.txt](https://docs.swingsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swingsoftware.com/seascape-for-notes/archiving-with-seascape/creating-a-web-archive/web-archive-interface.md).

# Web Archive interface

Below is a screenshot of the Seascape web archive opened in a web browser (click on the image for a bigger display).

The archive interface consists of several elements as indicated by the numbers 1-5 on the screenshot.

Here is a description of each design element:

* **(1) Toggle button** — enables switching between different views (in case more than one document view was exported from Notes)
* **(2) View frame** — displays all of the document categories in the currently selected view. Clicking on any of the categories here brings all the documents associated to that category in the document frame.
* **(3) Document frame** — displays the archive's PDF documents which can be opened by double-clicking. Documents can be sorted by clicking on column headers.
* **(4) Search box** — used to quickly locate a document in the current view.
* **(5) Metadata sidebar** — displays the Notes document properties and document attachments

![](/files/-MlB2kkM2j7EL7L80Id4)

### Document Links

The documents that you export into Seascape archives will remain linked via file links in the same way as the Notes documents were linked via doclinks.

When you click on a link in a PDF record then the linked PDF record will be automatically opened (assuming that the linked PDF has also been exported and saved in the archive).

The Web Archive also supports cross-database links, so long as both of the databases have been exported to the same archive.


---

# 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.swingsoftware.com/seascape-for-notes/archiving-with-seascape/creating-a-web-archive/web-archive-interface.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.
