# The Sealing rules tab

The Sealing rules tab lists every remote Sealing Rule in your tenant. Local Sealing Rules (rules in `.seal-actions.yml` files in your repositories) are not shown here; they live in source control instead.

The full concept-and-how-to home for Sealing Rules is in [Sealing Rules](https://github.com/seal-community/gitbook/blob/main/new-docs/using-the-platform/sealing-rules/README.md). This page is just the field reference for the list view.

## Columns

| Column                            | Contents                                                                                                                                                                                                      |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *(scope indicator)*               | An icon that marks the rule as **tenant-wide** (applies to every Seal Project in the tenant). Project-specific rules show no icon.                                                                            |
| **Project**                       | The Seal Project the rule applies to, or "All projects" for tenant-wide rules.                                                                                                                                |
| **Vulnerable package to replace** | The origin package and version the rule targets.                                                                                                                                                              |
| **Substitute package**            | The package the rule replaces it with (different from the origin package only when [renaming](https://github.com/seal-community/gitbook/blob/main/new-docs/integrations/package-renaming/README.md) applies). |
| **Substitute version**            | The sealed version the rule replaces it with.                                                                                                                                                                 |
| **User**                          | The user who created the rule.                                                                                                                                                                                |
| **Creation time**                 | When the rule was created.                                                                                                                                                                                    |

The default sort is by **creation time, descending** (newest rules at the top).

## Filters

* **Search**: free-text search across package names.
* **Project**: show only rules for a single Seal Project, or rules that apply to all projects.

## Per-row actions

| Action          | Roles         |
| --------------- | ------------- |
| **Edit rule**   | Admin, Sealer |
| **Delete rule** | Admin, Sealer |

## Related

* [Sealing Rules](https://github.com/seal-community/gitbook/blob/main/new-docs/using-the-platform/sealing-rules/README.md): the canonical home for the concept, the create flow, and the local-vs-remote split.


---

# 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.sealsecurity.io/new-documentation/new-docs/protection-page/sealing-rules-tab.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.
