> 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/faq/how-to-edit-remove-views-in-exported-web-archive.md).

# How to edit/remove views in exported web archive

You have exported the database into a web archive but now you see that some of the views are not necessary or they could have been named better.

<figure><img src="/files/YXHEF3UpQJh1HR9Lp5QG" alt=""><figcaption></figcaption></figure>

All views of the exported web archive are saved in the *views-list.js* file which is located inside of db folder: *DESTINATION\_FOLDER\YOUR\_DATABASE\_ID\db.*

In order to change/remove some views, open the file is any text editor.&#x20;

<figure><img src="/files/duloQsWdOv42JLxWYfs5" alt=""><figcaption></figcaption></figure>

Let's say we have accidentally exported the view *Admin -> Test* and now we want to delete it. It is enough to delete the whole object where that view is in the *views-list.js* file.

Other thing we might want to do is to change the name of the view "Teams by conference" into "Conferences". To do that, we need to change the title value inside the object where that view is located.

This is how the *views-list.js* file looks after the changes:

<figure><img src="/files/WdqFwa1LBWWcNRpMjtUW" alt=""><figcaption></figcaption></figure>

Save the file, reopen the web archive in your web browser and the changes will be visible:

<figure><img src="/files/f3wWhdwLP7pR9wVnPwjo" 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.swingsoftware.com/seascape-for-notes/faq/how-to-edit-remove-views-in-exported-web-archive.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.
