# Managing Your Shared Templates

Once your template is approved and marked as **Public**, you have full control over its visibility and content from your **My Community Profile** page.

## 1. Controlling Template Visibility

You can change your template's status at any time to control who can see and access it. Click the three-dot menu on your template card, then choose one of the following:

* **Public (Default):** Your template is fully published, searchable, and discoverable by everyone in the Community marketplace.
* **Private:** The template is hidden from the public. Only you can see it on your profile dashboard.
* **Unlisted:** The template is hidden from search results but remains accessible via a direct link. Only people you share the link with can view it.

<figure><img src="/files/lqqws9VYd4doqVmVpllm" alt=""><figcaption></figcaption></figure>

## 2. Updating Template Content

You can always improve your template's description or update its underlying workflow logic.

{% hint style="info" %}
**Important:** To maintain community quality and security, **any changes** made to a publicly shared template require re-approval.
{% endhint %}

<figure><img src="/files/5JZkBAMoKSq9SKldvnD4" alt=""><figcaption></figcaption></figure>

**How it works:**

* **Update Description:** Edit and save the text details, such as the name, category, or description.

<figure><img src="/files/xT2dCbhEojKaVhao5I3O" alt=""><figcaption></figcaption></figure>

* **Update Flow:** Open the Workflow Builder, modify the nodes, and save your changes.

<figure><img src="/files/5GL0fMaOAncFRhr1HPrD" alt=""><figcaption></figcaption></figure>

**What happens after an update?** Immediately after you save changes to either the description or the flow, your template's status switches back to **Waiting for review**.

<figure><img src="/files/0tD1j5bcO2w8kfn7gqZA" alt=""><figcaption></figcaption></figure>

Your template will temporarily leave the public marketplace and re-enter the review queue. It will return to **Public** status only after the Diaflow Admin Team reviews and re-approves your updates.

#### Need help?

* *Waiting too long for re-approval? Review the* [*Community Template Submission Guidelines*](/workspace/community/template/community-template-submission-guidelines.md) *to ensure your updates meet all quality standards.*
* *Ready to build your next automation? Go to* [*How to Create and Publish a Template.*](/workspace/community/template/how-to-create-and-publish-a-template.md)


---

# Agent Instructions: 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:

```
GET https://docs.diaflow.io/workspace/community/template/managing-your-shared-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
