> For the complete documentation index, see [llms.txt](https://docs.blueprintstudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blueprintstudio.io/readme.md).

# Welcome

## Welcome to Blueprint Studio

Welcome to **Blueprint Studio**, the all-in-one business platform designed for **interior designers**. Whether you're managing **projects, proposals, invoices, budgets, or purchase orders**, Blueprint Studio simplifies your workflow so you can focus on design.

***

### 🚀 What is Blueprint Studio?

Blueprint Studio is a **cloud-based** solution built specifically for interior designers to **streamline project management and client collaboration**. With Blueprint Studio, you can:

✅ Organize **projects, products, and FF\&E schedules**\
✅ Create and send **proposals and invoices**\
✅ Manage **budgets and expenses** in real time\
✅ Track **purchase orders and vendor communication**\
✅ Collaborate with **clients, vendors, and your team**\
✅ Integrate with **QuickBooks, Stripe, Square, and Canva**

***

### 📌 Who is This Documentation For?

This documentation is designed for:

* **Interior Designers & Business Owners** – Learn how to use the platform for **project and financial management**.
* **Clients** – Understand how to **review proposals, budgets, and invoices**.
* **Team Members & Vendors** – Learn about **collaboration and workflows**.

Whether you’re **just getting started** or looking to explore **advanced features**, this guide will help you navigate **Blueprint Studio** with ease.

***

### 🏁 Getting Started

Ready to dive in? Here’s where to begin:

1. **Getting Started Guide** – Set up your account and explore the dashboard.
2. **Project & Product Management** – Learn how to organize your design projects.
3. **Client Proposals & Invoicing** – Send proposals and collect payments seamlessly.
4. **Integrations** – Connect Blueprint Studio with QuickBooks, Stripe, Square, and more.

🔹 *Need help? Visit the* **Troubleshooting & FAQs** *section for common issues.*

***

### 🎯 Next Steps

* **Explore the Features** → Navigate to the **Core Features** section.
* **Set Up Your First Project** → Follow the **Getting Started** guide.
* **Need Support?** → Contact our support team at [**support@blueprintstudio.io**](mailto:support@blueprintstudio.io).

Let's get started! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blueprintstudio.io/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
