> 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-can-i-access-attachments-in-the-full-archive.md).

# How can I access attachments in the Web Archive?

When you create a Web Archive, your Notes attachments are saved both in the generated PDF file and in the content/attachments subfolder.

To access the attachments that are embedded in a PDF file, download the PDF file from your archive and open it in Adobe Acrobat.

You can then open the attachments from the Attachment pane on the left, or simply by double-clicking on the attachment icons:

![](/files/-MlBIDse28fJk3e70cnO)

If you disabled the Attachment embedding option in the export settings, that your attachments will be saved in the **content/attachments** subfolder of your web archive.

In this case the attachments can be accessed in two ways in the web viewer.

The first way is to simply click on the attachment icon in the PDF document you're viewing in the browser:

![](/files/mSJPwPSMfSjugegwhVUV)

The second way is to expand the document properties sidebar on the right and download the attachment from the Attachments section:

![](/files/-MlBId-Y603Q7M9Uic1z)

{% hint style="info" %}
To disable the attachment embedding option uncheck the following setting in your Web Archive export settings:

<img src="/files/2aDzxhy4FGcwCmX3GSON" alt="" data-size="original">
{% endhint %}


---

# 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-can-i-access-attachments-in-the-full-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.
