# Bulk editing

## Introduction

Adding documentation manually to one resource at a time can be useful for small amounts of unique data. However, if you have large volumes of data requiring documentation, Secoda offers efficient solutions through both manual and automated bulk editing.

## **Bulk editing**

1. **Navigate:**
   * Go to any section where bulk edits are needed, such as the Catalog, Collections, Metrics, Dictionary, Documents, or Questions.
   * For this example, we'll use the **Catalog**.
2. **Filter resources:**
   * Apply relevant [Filters](/features/filters.md) to narrow down the resources you want to edit.
   * For instance, filter by Integration=Tableau and Type=Dashboard to filter on Tableau dashboards.
3. **Select resources:**
   * **Select all:** Click the checkbox in the upper left corner to select all visible resources.
   * **Select individually:** Check boxes one by one for specific resources.
   * **Select a range:** Click the first checkbox, hold the Shift key, and click the last checkbox in the range you want to edit.
4. **Execute actions:**
   * View all available [#actions-options](#actions-options "mention")by clicking the three-dot Actions button at the bottom of the screen. Options like Set PII and Verify might be suggested based on the context.
   * Choose the appropriate bulk update action from the menu and confirm your selection to apply changes.

### Actions options

* [Propagation](/resource-and-metadata-management/add-documentation/propagating-metadata.md)
* Set Collections
* Set tags
* Set owners
* Set published
* Set PII
* Verify
* Apply AI description
* Delete (from workspace)
* Remove from collection

### **Video resource**

To help you visualize the process of making bulk edits in Secoda, we've included a GIF that covers the essential steps: filtering resources, selecting them, choosing an action, and applying the changes.

As you can see below, we've filtered for PII resources, selected all, chose the Verify action, and applied the bulk changes.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/2594fc01-214b-44c0-aca1-6df508f854d3.gif" alt=""><figcaption><p>Bulk Catalog Edits</p></figcaption></figure>

## **Bulk editing with automations**

* **Set up automation:** Learn how to use Automations in Secoda to handle bulk edits. For instance, you can create an Automation that applies the same definition to all columns named "customer\_id".
* **Guide:** [Read up on setting up Automations](/features/automations.md) to bulk edit resources in Secoda.

## **Conclusion**

Secoda’s bulk editing features are designed to simplify the process of updating large data sets, making it easy to maintain consistency and accuracy across your resources. Whether through automation or manual selection, these tools help you efficiently manage and document your data.

{% hint style="info" %}
Not using Secoda to manage your data documentation yet? Sign up for free [here](http://app.secoda.co/) 👈
{% endhint %}


---

# 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.secoda.co/resource-and-metadata-management/add-documentation/bulk-editing-resources.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.
