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

# Publishing templates

> Publish your workflow to the public template library from the Share dialog.

Publishing a workflow as a template lists it in the public gallery at [noclick.com/templates](https://noclick.com/templates), where anyone can view it, vote on it, and fork it into their own workspace.

## Publish a workflow

<Steps>
  <Step title="Enable public access">
    Open your workflow and click the **Share** button at the top right of the canvas. In the **Share Workflow** dialog, turn on the **Public access** toggle ("Anyone with the link can view").
  </Step>

  <Step title="Open the template dialog">
    With public access on, a **Publish to Template Library** button appears in the Share dialog. Click it to open the **Publish Template** dialog.
  </Step>

  <Step title="Add title and description">
    Fill in the **Title** and a **Description**. The description supports markdown, with **Write** and **Preview** tabs so you can check the formatting. Use **Save Draft** to keep your work without going live.

    <Frame caption="The Publish Template dialog with title and markdown description">
      <img src="https://mintcdn.com/noclickinc/M99Xyd8Ho6Jf17gu/images/templates/publishing-1.png?fit=max&auto=format&n=M99Xyd8Ho6Jf17gu&q=85&s=67e95f0844c2fc1a13d05de7ef0ecc86" alt="Publish Template dialog showing title field and markdown description editor" width="1344" height="1168" data-path="images/templates/publishing-1.png" />
    </Frame>
  </Step>

  <Step title="Publish">
    Click **Publish**. The dialog shows a **Live** badge and the template's public URL with a copy button. Your template now appears in the gallery and gets its own detail page.
  </Step>
</Steps>

## After publishing

* **Stats**: the gallery tracks view counts, fork counts, and votes for your template, shown on its card and detail page.
* **Workflow changes**: the template's preview and forks reflect your current workflow, so improvements you make carry through. Title and description are edited in the **Publish Template** dialog; click **Save** to apply changes.
* **Unpublish**: reopen the dialog and click **Unpublish** to remove the template from the library.

<Warning>
  A published template exposes your workflow's structure and node configurations publicly. Credentials are never shared, but remove anything sensitive from node configs (API endpoints, internal IDs, prompt content) before publishing.
</Warning>
