> 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/automations.md).

# Automations

## Use Cases

Automations allow you to create advanced automations to support multiple use cases:

* Automatically add discovered assets as [targets](/docs/platform/targets.md) for additional scanning
* Automatically tag, archive, or adjust the settings of targets
* Automatically create tickets for issues in your ticketing software

## Create Automations

1. To create a filter navigate to *Scan → Settings →* [Automations](https://app.halosecurity.com/user/settings/automations/).
2. Click **+** to create a new automation
3. Select the type and give it a name
4. Define rules to match the targets, assets, or target issues you want to take actions on
5. Define the actions that should be taken to those matching targets

### Configuration Options

Learn more about defining automation options for each type.

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

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

{% content-ref url="/pages/LufgSbZ6QLesMghzjddC" %}
[Target Issue Automations](/docs/platform/automations/target-issue-automations.md)
{% endcontent-ref %}

Once you've created the automation, you can easily view the matches to be able to quickly fine tune your configuration.

### Settings

#### Match Type

You can select the match type to be:

* **All**: The target must match every rule for the tag to be applied.
* **Any**: The target must match at least one rule for the tag to be applied.
* **None**: The target must match none of the rules.

#### Auto-Run Actions

Enable **Auto-Run Actions** to automatically apply the actions to the matching targets, assets, or target issues on a regular basis.

You can also run the actions manually at any time by clicking **Run Now**.


---

# 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/automations.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.
