> 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/create-a-production-kit.md).

# Create a Production Kit

Package the project you’ve built as a starting point for other operators — its graphics organized into moments, your workspace layout, and optionally the workflow panel that drives it, all in one `.kit` file.

{% hint style="info" %}
Creating kits is an Enterprise capability in Captivate; using kits is included across editions. See [Feature availability by edition](/reference/entitlements-sku-matrix.md).
{% endhint %}

## Before you start

A kit’s **moments** come from the project’s design-intents: every design-intent in the project becomes one moment in the kit. Build and tag the project’s graphics first — a project with no design-intents produces a kit with no moments, and the dialog warns you about exactly that.

## Create the kit

1. Choose **File > Create Production Kit...**.
2. Fill in the **Kit** section: **Name** (this is what the gallery card shows), **Description**, **Board type**, **Aspect**, **Tags**, and **Author**.
3. In **App Experience**, use the **Experience** dropdown to pick the workflow panel the kit should drive, or **(none)**. Check **Bundle this App Experience into the package** to ship the panel inside the kit, so it installs wherever the kit is used.
4. In **Starting layout**, choose **Use the current workspace layout** — the arrangement on your screen right now — or **Import a layout blueprint file** (`.layout`).
5. Optionally add a **Preview video** (`.mp4`, `.mov`, or `.m4v`) for the gallery’s play badge.
6. Review the **Moments** table — one row per design-intent, showing the intent, the moment’s name, when it’s used, and its preview image. Untick any intent that shouldn’t ship; **Override…** swaps a preview image.
7. Click **Create Kit**. The kit lands in your library and appears in the **Choose a Production Kit** gallery.

To hand the kit to another machine, right-click its card in the gallery and choose **Export Production Kit…** — the result is a single `.kit` file the other side imports the same way.

## Related

* [Start from a Production Kit](/get-started/chapter-index-1/start-from-a-production-kit.md)


---

# 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/create-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.
