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

# Create a new template

## Create a template

To create a template in Private Hub, go to **Private Hub**.

<Tip>Take a quick tour of Private Hub with the demo below.</Tip>

<div style={{ marginBottom: '10px' }}>
  <div
    style={{ 
  position: 'relative', 
  height: '350px'
}}
  >
    <iframe
      src="https://demo.arcade.software/uEHNVG8M0oW8loasWXOT?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
      frameBorder="0"
      loading="lazy"
      webkitAllowFullScreen=""
      mozAllowFullScreen=""
      title="Dashboards"
      style={{ 
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%', 
    colorScheme: 'light'
  }}
    />
  </div>
</div>

### Select a new template

At the top of the Private Hub page, you can see pre-built templates originating from [VESSL Hub](https://hub.vessl.ai/). These templates help you quickly set up tasks.

1. Select a pre-built template to open VESSL Hub.
2. Review the template details to confirm it matches your task requirements.
3. Click **Run from this template** in the upper-right corner.
4. In the web console or YAML editor, customize the pre-built template as needed.
5. When you finish configuring settings, select **Create**.
6. Finalize your draft by specifying the following details:
   * Thumbnails
   * Title
   * Description
   * Tags
   * Organization or Private (access level)
7. Your new template now appears on the Private Hub home page.

### Create a new template

Midway down the Private Hub page, you'll find the **Create** button.

1. Enter a description that clearly explains your template.
2. Choose the options (Hub, Run, Service) that suit your purpose.
3. If you want to start from an existing template—one you or your coworkers have created, or one from VESSL Hub—select it from the drop-down list.
4. Create your configuration or customize the selected template.
5. When you finish setting up, click **Create**.
6. Finalize your draft by specifying the following:
   * Thumbnails
   * Title
   * Description
   * Tags
   * Organization or Private (access level)
7. Your new template now appears on the Private Hub home page.

### Save a draft

Private Hub includes a convenient draft feature. When configuring complex settings, you can temporarily save your work in draft form.

<div style={{ marginBottom: '10px' }}>
  <div
    style={{ 
  position: 'relative', 
  height: '350px'
}}
  >
    <iframe
      src="https://demo.arcade.software/pKV4HZJfJhXQLWO3s9Uy?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
      frameBorder="0"
      loading="lazy"
      webkitAllowFullScreen=""
      mozAllowFullScreen=""
      title="Dashboards"
      style={{ 
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%', 
    colorScheme: 'light'
  }}
    />
  </div>
</div>

This feature lets you step away and resume your work later without losing any progress.
