# Welcome to Paperplane

Paperplane is a cloud API that lets you easily convert web pages to PDFs.

PDFs are created using the Google Chrome browser so that you can take advantage of the latest web standards. Paperplane also lets you render PDFs in parallel so that you can quickly generate hundreds or thousands of documents.

For a full list of features, [check out our website](https://www.paperplane.app).

{% hint style="info" %}
To get started, check out the [Quickstart guide](https://docs.paperplane.app/quickstart).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.paperplane.app/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
