# How to Change the default view for the web-archive?

To change the default view of your web archive, open the "**views-list.js**" file in your text editor. The file is found in the "ROOT FOLDER\REPLICAID\db" folder:

![](https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FHeNN352PABVgHNVqItLX%2FviewsList_JSON.png?alt=media\&token=9b74df3b-08ea-451b-91ea-ec9ef8cc00da)

Next, locate the view that is currently set as the default view, and change its "is\_default" key to "false".

Finally, locate the view that you would like to set as the new default view, and change its "is\_default" key to "true".

![](https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FFqkeKZULCPrh8c8rQ4Pf%2FdefaultView.png?alt=media\&token=cd98d1ad-a250-4f67-aa9b-f6a78236281a)

After you save the changes the new view you selected will be opened automatically when the archive is launched in the browser.


---

# Agent Instructions: 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://docs.swingsoftware.com/seascape-for-notes/faq/which-view-types-are-supported-1.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.
