> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/pdf-creator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/pdf-creator/introduction/quickstart.md).

# Quickstart

To get started with the PDF Creator plugin:

1. [Install the plugin ](/pdf-creator/getting-started/installing-the-plugin.md)
2. Drop the PDF Creator element onto the page where your users will be generating PDFs&#x20;

   <figure><img src="/files/lN3Byi3KcgWo6uugX8u7" alt=""><figcaption></figcaption></figure>
3. If you want users to be able to save files to your database, set the the 'File uploads enabled' to 'yes'. If not, set it to 'no'&#x20;

   <figure><img src="/files/zRMKBqRpkSv6FHYXoXXK" alt=""><figcaption></figcaption></figure>
4. [Enable ID attributes](/pdf-creator/getting-started/enabling-id-attributes.md) in your settings&#x20;

   <figure><img src="/files/o0W8EHCjIeI4a6melYhL" alt=""><figcaption></figcaption></figure>
5. Add an ID attribute to your chosen element(s)&#x20;

   <figure><img src="/files/lXct3Ns8MtkLe5wRziU5" alt=""><figcaption></figcaption></figure>
6. Add the 'Generate a PDF Creator' action to a button (or some other trigger)&#x20;

   <figure><img src="/files/ShPc134t4q4cbFPzvwUt" alt=""><figcaption></figcaption></figure>
7. Add the ID attribute from step 4 and select a 'scale' value (you can also customise other aspects of the PDF if you wish)

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

You can now generate a PDF of your chosen element!

<figure><img src="/files/RN2hEmysSSncphAJP6fA" 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://cranford-tech.gitbook.io/pdf-creator/introduction/quickstart.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.
