> 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/seascape-settings/export-settings.md).

# Export settings

The **Export Settings** enable you to configure the ways in which the different types of archives will be created.

You can find the export settings tab on the **Settings page** in your Seascape database.

![](/files/-MlBFMTeOfvYU3q6jo3h)

You can create and save multiple different export configurations. The configurations can then be selected in the **export settings dropdown list** when you run your exports:

![](/files/-MlBGcQbhu6mUpfvIiYS)

To create a new export configuration lick **New export settings**:

![](/files/-MlBGi9_isXJF9RoTsk5)

Next, select the archive type (Web Archive, SharePoint, or Extract to Disk), configure your export settings, and save the changes.

Here is an example of the **Web Archive** export settings page:

![](/files/Ax1ivlQj7fCzFPEvNUoq)

The **SharePoint** and the **Export to Disk** export settings also come with an additional option that allows you to configure the PDF file naming rules, using Notes formulas:

![](/files/U1YLBgoY1N92LWbTXj4r)

**Note:** If you choose to convert attachments to PDF, then you must also have MS Office installed on the same workstation on which Seascape is running.

The **Advanced settings** provide additional options for creation of PDF or metadata files:

![](/files/-MlBGycIczbm9V_bvBpW)

* **Completely disable PDF conversion** - The PDF files will not be created, but the metadata and attachments will be exported normally
* **Do not export document metadata file** - The XML files will not be generated
* **Force PDF conversion even if PDF document already exists** - PDF files will be generated for every Notes document, regardless of if the same document already exists in the destination folder. If left unchecked, Seascape will only overwrite the existing PDF files with a new version in cases the date/time of when the Notes document was last modified is newer than the date/time of the PDF file creation.


---

# 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/seascape-settings/export-settings.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.
