# Quickstart

For full functionality of our software you'll be prompted to enter a Printify API key. To obtain this key:

1. Visit [printify.com/app/account/api](https://printify.com/app/account/api)
2. Click "Generate"
3. Choose between:
   1. "All Scopes" option (Recommended)
   2. "Custom Scopes" if you don't want to give our software full access to your Printify account.

If selecting "Custom Scopes," ensure the following are enabled:

* shops.read
* catalog.read
* products.read
* products.write
* uploads.read
* uploads.write

4. Enter a token name
5. Click "Generate"

The Printify API key will be displayed. Use the "Copy to Clipboard" button to easily copy the key and paste it into our software.


---

# 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.printnextgen.com/getting-started/quickstart.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.
