> ## Documentation Index
> Fetch the complete documentation index at: https://docs-beta-fuze.chaoslab.co.nz/llms.txt
> Use this file to discover all available pages before exploring further.

# Sub-Blueprints

> Reusable LEGO blocks for your automations

# Sub-Blueprints

A Sub-Blueprint is a mini Blueprint you can drop into other Blueprints.

They're great when you want to save common patterns once and reuse them everywhere.

<Frame>
  <img src="https://mintcdn.com/fuze-0518d254/nJUOaKEeX059o6Hu/images/Private__SharedUser_guidebee78144-edd4-4454-82ca-2023d4f37713.png?fit=max&auto=format&n=nJUOaKEeX059o6Hu&q=85&s=d6da1dfa21717968ec0b7437f8fbee77" alt="Sub-Blueprint" width="646" height="595" data-path="images/Private__SharedUser_guidebee78144-edd4-4454-82ca-2023d4f37713.png" />
</Frame>

***

## When to use Sub-Blueprints

Use them for things you repeat often, like:

* Standard formatting (names, dates, fields)
* Shared notifications (Slack/email)
* Routine follow-ups (create tasks, update records)
* Cross-team consistency ("log this to a sheet", "notify sales")

<Note>Right now, Sub-Blueprints work best for background tasks your main Blueprint doesn't need to wait on.</Note>

***

## Call Sub-Blueprint

Once a Sub-Blueprint is created, you can add it as a step inside another Blueprint.

<Frame>
  <img src="https://mintcdn.com/fuze-0518d254/nJUOaKEeX059o6Hu/images/Private__SharedUser_guideimage16.png?fit=max&auto=format&n=nJUOaKEeX059o6Hu&q=85&s=bf4fff647663c07d17e213a7f6256ac8" alt="Call Sub-Blueprint step" width="2048" height="858" data-path="images/Private__SharedUser_guideimage16.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/fuze-0518d254/nJUOaKEeX059o6Hu/images/Private__SharedUser_guideimage4.png?fit=max&auto=format&n=nJUOaKEeX059o6Hu&q=85&s=1dc2ec8013fd9778d0e33cf7f6893466" alt="Sub-Blueprint selection" width="2048" height="853" data-path="images/Private__SharedUser_guideimage4.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/fuze-0518d254/nJUOaKEeX059o6Hu/images/Private__SharedUser_guide0e31abcc-0fb2-45b4-bf5f-baefeebbc879.png?fit=max&auto=format&n=nJUOaKEeX059o6Hu&q=85&s=c3f8c4fb16170658fb00db523ea30aa1" alt="Sub-Blueprint configured" width="1186" height="1004" data-path="images/Private__SharedUser_guide0e31abcc-0fb2-45b4-bf5f-baefeebbc879.png" />
</Frame>

**Example uses:**

* **SharePoint Uploader:** A sub-blueprint that uploads outputs to SharePoint at the end of many Blueprints
* **Report Builder:** A sub-blueprint that generates a report you reuse across multiple processes
