> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/docs/platform/targets/tags-and-filtering.md).

# Tags & Filtering

## Filtering

You can easily use the global filter to view all reports below it with only certain targets. You can filter by selecting specific targets, domains, or tags.

## Tags

Tags can be used to categorize targets. This can be useful for grouping assets based on their functionality, such as web servers or workstations, or other specific needs you may have.

### Manual Tags

You can apply tags to targets individually on the individual target's settings page or in bulk on the Targets→List page.

### Automatic Tags with Automations

You can easily apply rules to group targets using automations. This allows you to create a set of conditions where tags will be added, removed, or synchronized based on certain criteria, such as a target's risk rating increasing to a particular level, or a target having a specific port open.

{% content-ref url="/pages/iq99K8aC1ETIXaLg4FrK" %}
[Automations](/docs/platform/automations.md)
{% endcontent-ref %}

### Default Tags

Many tags are automatically applied to help you easily filter targets.

{% content-ref url="/pages/hlsIGeYkT1GhN8z8WUKC" %}
[Default Tags](/docs/platform/targets/tags-and-filtering/default-tags.md)
{% endcontent-ref %}

### Manage Security Target Access With Tags

Tags can be applied to users of the platform to limit their access to targets and findings. For more information about Security Target Access and permissions, visit the following link:

{% content-ref url="/pages/FtRgiEedi3XaT6et5oku" %}
[Roles & Permissions](/docs/account/users/roles-and-permissions.md)
{% endcontent-ref %}


---

# 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.halosecurity.com/docs/platform/targets/tags-and-filtering.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.
