# Marketplace blueprints

## Introduction

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

When you [install a blueprint](/product-documentation/blueprints/patchworks-blueprints/installing-a-patchworks-blueprint.md), all of its components (connectors, process flows, scripts, etc.) are installed and added to the relevant area of your Patchworks dashboard - connectors are added to your [connectors page](/product-documentation/process-flows/cross-reference-lookups/accessing-cross-reference-lookups.md), process flows are added to your [process flows list](/product-documentation/process-flows/accessing-your-process-flows.md), custom scripts are added to [your scripts list,](/product-documentation/developer-hub/custom-scripting/accessing-custom-scripts.md) etc.&#x20;

From here you can complete the required setup (as documented for each blueprint) and get started!

{% hint style="info" %}
For more information please see [The anatomy of a blueprint](/product-documentation/blueprints/the-anatomy-of-a-blueprint.md).
{% endhint %}

## Browsing & purchasing blueprints

Blueprints can be purchased from the [Patchworks website](https://www.wearepatchworks.com/collections/blueprint#Landing). Having purchased a blueprint, it will be available to install from the **blueprints** tab in the marketplace:&#x20;

<figure><img src="/files/2kyECfutRZiqtL0uMDKd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Having purchased a blueprint from the [Patchworks websit](https://doc.wearepatchworks.com/product-documentation/release-information/core-release-notes/2024-08-29-release-notes-core)e, it becomes available in your dashboard marketplace within 24 hours.
{% endhint %}

Once a blueprint becomes available in your marketplace, you'll see it displayed as a tile which includes a visual summary of component parts - for example:

<div align="left"><figure><img src="/files/HP6PcYuXTnMHOGt2WX0t" alt="" width="563"><figcaption></figcaption></figure></div>

Here you can see which connectors are included in the blueprint, the blueprint title and creator, and a summary of contents. Summary icons are:

<table><thead><tr><th width="150">Icon</th><th>Shows</th></tr></thead><tbody><tr><td><img src="/files/C47mNYj4sO9PjNAF1iUI" alt="" data-size="line"></td><td>The number of included  <a href="/pages/Jk2tBDXSbKRma9XlRYJJ">connectors</a>.</td></tr><tr><td><img src="/files/NOG6i9MTYq0UzlAnyG1Y" alt="" data-size="line"></td><td>The number of included <a href="/pages/BQBU9xjCOlIFiXOmAoiu">process flows</a>.</td></tr><tr><td><img src="/files/szBCX5wU154ray0qYLkB" alt="" data-size="line"></td><td>The number of included <a href="/pages/8trpSpsBHu5AxTBZNK3d">cross-reference lookup tables</a>.</td></tr><tr><td><img src="/files/0r5L2vox9oxlEVcMyLCK" alt="" data-size="line"></td><td>The number of included <a href="/pages/oZoHN71i3KN7FMkgdP1x">custom scripts</a>.</td></tr></tbody></table>

## Blueprint contents

For a detailed view of what's included in a blueprint, click anywhere on the tile. This displays full details for the blueprint - from here, you can view all components and if required, you can choose to [install the blueprint](/product-documentation/blueprints/patchworks-blueprints/installing-a-patchworks-blueprint.md).&#x20;

{% hint style="info" %}
For more information, please see [The anatomy of a blueprint](/product-documentation/blueprints/the-anatomy-of-a-blueprint.md).
{% endhint %}

## Related information

For all information about working with blueprints, please see our [blueprints](/product-documentation/blueprints/blueprints-introduction.md) section.


---

# 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/marketplace/marketplace-blueprints.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.
