> For the complete documentation index, see [llms.txt](https://docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbase.ai/company-guide/company-settings/customization/report-tags.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugbase.ai/company-guide/company-settings/customization/report-tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
