# Managing workflows

You will be able to manage workflows from the Workflows section of the workspace. From there, you will be able to:

* Edit workflow names
* Create and apply tags to workflows
* Share workflows
* Duplicate workflows
* Delete workflows

These options may be restricted depending on the user's role and permissions.

<figure><img src="/files/zFCR6vS5MkvJXBSvd2QB" alt="" width="309"><figcaption></figcaption></figure>

### Tagging workflows

You can tag workflows from the Workspace by editing their properties:

1. Click on the three dotted-button in the workflow card.
2. Select "Edit workflow properties".
3. Create, apply or remove existing tags in the tag input.

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

Additionally, you will be able to filter workflows by tags using the tag filter in the workspace. Once a tag filter is applied, you will be able to copy the URL and share it with other users within your organization.

<figure><img src="/files/GquD72OuHe1RBbq0jvz6" alt=""><figcaption><p>Applying the tag filter in the Workspace</p></figcaption></figure>

Tags are automatically deleted when they are no longer applied to any map or workflow.

### Duplicating workflows

To duplicate an existing workflow from the Workspace:

1. Click on the three-dotted menu in the workflow card.
2. Select "Duplicate Workflow".

{% hint style="info" %}
When duplicating a workflow, you will need access to the connection used in the original workflow. Otherwise, you will be prompted to select a new connection.
{% endhint %}

### Deleting workflows

To delete a workflow from the Workspace:

1. Click on the three-dotted menu in the workflow card.
2. Select "Delete workflow".
3. Confirm that you want to delete the selected workflow.


---

# 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.carto.com/carto-user-manual/workflows/managing-maps.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.
