> 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/getting-started/next-steps.md).

# Next Steps

Thank you for submitting your product matrix and preparing corresponding product visuals/samples. You've completed an important first step in bringing customization capabilities to your products. Here's what you can expect next:

1. **Solution Presentation**\
   Our team will prepare a detailed presentation tailored to your specific products and business requirements. This presentation will demonstrate how the VU Customizer can be implemented for your unique use case, including examples of the user interface and customization workflow.<br>
2. **Statement of Work (SOW)**\
   Based on your requirements and our discussion, you'll receive a comprehensive Statement of Work that outlines:
   1. Project scope and deliverables
   2. Implementation timeline
   3. Technical specifications
   4. Resource requirements
   5. Cost breakdown

Our goal is to provide you with a clear vision of how we'll bring your custom program goals to life. Our Professional Services Team will guide you through both the presentation and SOW, ensuring all your questions are addressed and you have a complete understanding of the implementation process.

Ready to move forward? Contact your Account Executive or reach out to our team to schedule your presentation.


---

# 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/getting-started/next-steps.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.
