> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Templates from Projects

> Package an existing Kodexa project as a reusable project template, capturing its complete configuration as a blueprint for creating new projects.

You can create a project template from any existing project, capturing its complete configuration as a reusable blueprint for new projects.

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-create-template-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=ab10c65b5f449015bb1e8eb8d67572b0" alt="Create Template page showing configuration form" width="1440" height="900" data-path="images/studio/project/project-create-template-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/q6weozUQeOlES9Ug/images/studio/project/project-create-template-dark.png?fit=max&auto=format&n=q6weozUQeOlES9Ug&q=85&s=382d2332e3239dc24e6cf455c8b3a827" alt="Create Template page showing configuration form" width="1440" height="900" data-path="images/studio/project/project-create-template-dark.png" />

## What Gets Included

When you create a template from a project, the following are captured:

* Project settings and options
* Document store configurations
* Data definitions (taxonomies)
* Assistant configurations and pipeline setup
* Data forms
* Scheduled job configurations
* Project resource associations

<Note>
  Templates capture configuration only, not data. Documents, extracted data, and execution history are not included in the template.
</Note>

## Creating a Template

<Steps>
  <Step title="Navigate to Create Template">
    From the Project Home, click the Create Template card.
  </Step>

  <Step title="Configure Template">
    Set the template name, description, and any metadata.
  </Step>

  <Step title="Review Included Resources">
    Verify which resources and configurations will be included in the template.
  </Step>

  <Step title="Save Template">
    The template is created and becomes available in the Project Marketplace for creating new projects.
  </Step>
</Steps>

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-create-template-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=ab10c65b5f449015bb1e8eb8d67572b0" alt="Template creation review showing included resources and configurations" width="1440" height="900" data-path="images/studio/project/project-create-template-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/q6weozUQeOlES9Ug/images/studio/project/project-create-template-dark.png?fit=max&auto=format&n=q6weozUQeOlES9Ug&q=85&s=382d2332e3239dc24e6cf455c8b3a827" alt="Template creation review showing included resources and configurations" width="1440" height="900" data-path="images/studio/project/project-create-template-dark.png" />
