> 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/pdf-converter-for-notes/getting-started/settings.md).

# Settings

SWING PDF Converter provides several settings used for managing the product deployment and how the PDF files will be generated.&#x20;

The **General Settings** are used for managing error and conversion logs, client or server-side deployment, handling of protected content and other general settings. &#x20;

The **PDF Settings** are used to control the way in which PDF files will be generated. They include options to manage the PDF document layout and formatting, attachments, headers and footers, document security, watermarks and image resolution.

The **Toolbar Icon Settings** specify the default ways in which PDF documents will be generated when running conversion jobs in particular views or with particular Notes forms (using the toolbar icon). They also allow you to customize or localize the text which appears during various stages of conversion jobs.

The **Document Repositories** settings are used to create a connection to MS SharePoint / Office 365.&#x20;

{% hint style="info" %}
**Note:** The General Settings and the PDF Settings apply to **all** conversion jobs (whether they have been started using the toolbar icon or by using the archiving jobs). The Document Repositories settings apply only to the archiving jobs and the client-side manual upload tool.
{% endhint %}

For more information on each of these settings, please visit the pages in this section.\ <br>


---

# 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/pdf-converter-for-notes/getting-started/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.
