# Blueprints introduction

## Introduction

### Patchworks blueprints

A Patchworks blueprint contains everything you need to perform a specific task - for example, to sync orders between *Shopify* and *Virtualstock Supplier*. &#x20;

You can browse and purchase blueprints from the [Patchworks website](https://doc.wearepatchworks.com/product-documentation/release-information/core-release-notes/2024-08-29-release-notes-core). Having purchased a blueprint, it is added to your company profile and becomes available in the [blueprints section of the Patchworks marketplace](https://doc.wearepatchworks.com/product-documentation/marketplace/marketplace-blueprints).

{% hint style="info" %}
Having purchased a blueprint from the Patchworks website, it becomes available in your dashboard marketplace within 24 hours.
{% endhint %}

For more information, please refer to [Patchworks blueprints](https://doc.wearepatchworks.com/product-documentation/blueprints/patchworks-blueprints).

### Private blueprints

A private blueprint blueprint is a blueprint that you build and publish to your [private marketplace](https://doc.wearepatchworks.com/product-documentation/marketplace/private-marketplaces). The most typical use case for a private blueprint is if you manage [multiple company profiles](https://doc.wearepatchworks.com/product-documentation/company-management/multi-company-profiles) and need to share a collection of process flows between them.&#x20;

For more information, please refer to [Working with private blueprints](https://doc.wearepatchworks.com/product-documentation/blueprints/working-with-private-blueprints).


---

# 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://doc.wearepatchworks.com/product-documentation/blueprints/blueprints-introduction.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.
