# Propagation

## Introduction

Secoda offers a robust feature that allows you to copy properties from one resource to related resources within your workspace. This can streamline the management of properties across related resources.

If you'd like to Automate this process even further, check out [Rule-based automations](/features/automations/automations-use-cases.md) for some examples.

## Steps to propagate

1. **Select the resource:**
   * In the Catalog, identify the resource that contains the properties you wish to propagate. Check the box next to the resource to select it.
2. **Initiate propagation:**
   * Click the three-dot Actions button.
   * Choose "Propagate" from the menu.
3. **Choose properties:**
   * Select the specific properties you would like to propagate from the source resource, like Owners and Tags.
4. **Select target resources:**
   * Specify which related resources should receive the properties. You can filter for these resources by:
     * Exact name
     * Similar name
     * Downstream lineage
5. **Configure propagation settings:**
   * You can select to propagate to one, multiple, or all related resources. Similarly, choose to apply one or multiple properties as needed.
   * Decide whether to override existing properties on the target resources:
     * **'Override existing properties' checked:** The selected properties will replace any existing properties on the target resources.
     * **'Override existing properties' unchecked:** Properties will only be added on the target resources that are currently empty.

#### Additional options and considerations

* **Bulk selection:** If you need to propagate properties to several resources, consider using the 'Select All' option for efficiency.
* **Verification:** After propagation, verify that the properties have been correctly applied to the target resources. This can help ensure consistency and accuracy across your data ecosystem.

By following these steps, you can effectively manage and synchronize documentation across various resources in your Secoda workspace, enhancing data governance and usability.

{% embed url="<https://www.loom.com/share/ff571a8bb859466f8571fec8d041dcf4>" %}


---

# 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/propagating-metadata.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.
