# Report Tags

Companies can now add custom tags on Bug Reports for easier filtering, the feature includes:

* **Creation of Tags:** Add meaningful tags to bug reports, such as "High Priority," "Critical," or "UI Bug."
* **Maximum Limit:** You can create and add up to **10 tags** per report.
* **Filter by Tags:** Quickly filter and search reports based on assigned tags, making it easy to prioritize and analyze submissions.

This feature ensures that your bug management process remains efficient, even as the volume of reports grows.

### Add Report Tags

> Head over to [https://bugbase.ai/company/settings/](https://bugbase.ai/company/settings/report-tags)

1. Navigate to Your **Company Dashboard > Settings > Report Tags.**

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

2. Click on **Create New Tag** and enter a Tag name

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

The tag should be successfully added to your Report Tags table

{% hint style="warning" %}
You can add only a maximum of 10 tags
{% endhint %}

### Adding tags to a Bug Report

Navigate to a bug report, you will see a dropdown ("Tags") where your added tags will be populated. Just select a Tag you want to choose - the report will automatically be tagged.

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

{% hint style="info" %}
You can use these tags for filtering reports based on tags on the Program Report section
{% 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.bugbase.ai/company-guide/company-settings/customization/report-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.
