# Tags

**Tags** are a simple yet powerful organizational tool in RAIA Contract. They allow you to categorize and label your documents with custom keywords, making it easy to filter, search, and manage your contract library as it grows. Unlike folders, which impose a rigid hierarchy, tags provide a flexible, multi-dimensional way to organize your documents.

### The Purpose of Tags

Tags serve several key functions in the platform:

* **Categorization**: You can assign multiple tags to a single document, allowing you to categorize it in different ways. For example, a document might have tags like "NDA," "Vendor," and "High Priority."
* **Filtering**: The document list view provides powerful filtering capabilities based on tags. You can quickly narrow down your list to show only documents with a specific tag or combination of tags.
* **Visual Organization**: Each tag can be assigned a color, providing a visual cue that makes it easy to identify documents at a glance.

### Creating and Managing Tags

You can create and manage tags from the **Settings** section or directly from the document view. Each tag has two key properties:

| Property  | Description                                                                   |
| --------- | ----------------------------------------------------------------------------- |
| **Name**  | The text label for the tag (e.g., "NDA," "Reviewed," "Urgent").               |
| **Color** | A visual color code that helps you quickly identify the tag in the interface. |

### Applying Tags to Documents

Once you have created your tags, you can apply them to documents in several ways:

* **During Document Upload**: When you create a new document, you can assign tags to it immediately.
* **From the Document View**: While reviewing a document, you can add or remove tags using the tagging interface.
* **Bulk Tagging**: You can select multiple documents from the document list and apply tags to all of them at once.

### Tag-Based Filtering and Search

The true power of tags is realized when you use them to filter your document library. The **Documents** page provides a tag filter that allows you to:

* **Filter by a single tag**: Show only documents tagged with "NDA."
* **Filter by multiple tags**: Show only documents tagged with both "Vendor" and "High Priority."

This makes it easy to find exactly the documents you need, even in a large and complex library.

### Best Practices for Tag Management

To get the most out of the tagging system, consider these best practices:

* **Develop a Consistent Taxonomy**: Before you start tagging documents, take some time to think about the categories that make sense for your organization. Common tag categories include document type (e.g., NDA, MSA), status (e.g., Draft, Under Review, Executed), and priority (e.g., High, Medium, Low).
* **Use Colors Strategically**: Assign colors in a way that makes sense to you. For example, you might use red for "Urgent" documents and green for "Completed" ones.
* **Avoid Tag Proliferation**: While tags are flexible, creating too many can make your system difficult to manage. Aim for a focused set of tags that cover your most common categorization needs.

By using tags effectively, you can transform a chaotic document library into a well-organized, easily searchable, and highly efficient system. This is a small investment of time that yields significant returns as your contract volume grows.


---

# 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.raiaai.com/applications/contract/tags.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.
