> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/get-started/chapter-index-1/start-from-a-production-kit.md).

# Start from a Production Kit

Create a project that opens ready to run. When kits are installed, **File > New Project** opens the kit picker — and products configured for it show the same picker at startup.

## Choose a kit

1. Choose **File > New Project**. The **Choose a Production Kit** window opens, showing your installed kits as cards — each with a preview image, the kit’s name and description, and how many moments it covers. A play badge on a card means the kit has a preview video.
2. Use the **Search kits** box or the sidebar to narrow the gallery — **All kits**, plus **Recent** once you’ve used some.
3. Click a card to explore it: the detail view plays the preview, lists what the kit includes, and under **WHAT’S INSIDE** names each moment and the graphic that answers it. **Expand Preview** opens the video full-size.
4. Click **Use this Kit**. Captivate builds the project — graphics staged, workspace arranged, and any workflow panel the kit carries installed — and reports what it brought in.

Prefer a blank slate? **Start with an empty project** skips the kit entirely. If the picker doesn’t appear at all, either no kits are installed yet (see importing, below) or your product goes straight to an empty project by design.

## Work with the kit’s graphics

A kit’s graphics are a starting point, not a locked set. Kits that drive a workflow panel can offer an **Edit Graphics** control there, which opens the kit’s moments window — a **Production Graphics** list showing each staged graphic beside the moment it serves, with **Edit** opening it in the Designer to change wording, colors, or layout. With or without that window, a kit’s graphics are ordinary project graphics — open any of them in the Designer directly.

## Import and export kits

Kits travel as single `.kit` files.

* **Import** (top of the kit picker, or right-click a card > **Import Production Kit…**) adds a `.kit` file to your library.
* Right-click a card and choose **Export Production Kit…** to write one out for another machine or another operator.

## Related

* [Create a Production Kit](/get-started/chapter-index-1/create-a-production-kit.md)
* [Modify a template](/design-and-customize-graphics/chapter-index/modify-a-template.md) — the same editing ideas apply to a kit’s graphics.


---

# 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://captivatehelp.newbluelive.com/get-started/chapter-index-1/start-from-a-production-kit.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.
