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

# Onboarding

- [Implementation Overview](https://vu-custom.gitbook.io/vu-custom/onboarding/implementation-overview.md): This article outlines the high-level implementation process of  launching your custom program with VU Custom
- [Accessing VU OS](https://vu-custom.gitbook.io/vu-custom/onboarding/accessing-vu-os.md): Welcome to VU OS! This guide will help you access the Admin panel for the first time.
- [Setup E-Commerce Store](https://vu-custom.gitbook.io/vu-custom/onboarding/setup-e-commerce-store.md): Linking your store to VU-Custom is the primary step in bridging the gap between your front-end customer experience and your back-end production workflow.
- [Shopify setup](https://vu-custom.gitbook.io/vu-custom/onboarding/setup-e-commerce-store/shopify-setup.md): This guide shows how to set up a Shopify connection. To set up the Shopify connection, you need to create an access token from Shopify and..
- [\*Setup E-Commerce Store](https://vu-custom.gitbook.io/vu-custom/onboarding/setup-e-commerce-store-1.md): Linking your store to VU-Custom is the primary step in bridging the gap between your front-end customer experience and your back-end production workflow.
- [Embedding the VU Customizer](https://vu-custom.gitbook.io/vu-custom/onboarding/embedding-the-vu-customizer.md)
- [Configuring Product Templates](https://vu-custom.gitbook.io/vu-custom/onboarding/configuring-product-templates.md)
- [Styling the Customizer](https://vu-custom.gitbook.io/vu-custom/onboarding/styling-the-customizer.md)
- [Order Flow, ArtWork Generation, and Testing](https://vu-custom.gitbook.io/vu-custom/onboarding/order-flow-artwork-generation-and-testing.md): This guide outlines the technical flow, the validation steps you (the Brand) must perform, and how to verify your ready-to-print artwork.
- [Launch Checklist](https://vu-custom.gitbook.io/vu-custom/onboarding/launch-checklist.md): This checklist covers the final steps to ensure a customizer is ready for launch, verifying steps to ensure all working correctly


---

# 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://vu-custom.gitbook.io/vu-custom/onboarding.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.
