# Managing Targets

Within the Halo Security dashboard, you can easily add, delete, or archive targets.

## Adding Targets

You can add discovered targets from the [Assets section](https://app.halosecurity.com/user/security/discovery/list&\&type=1) or manually add IP addresses or hosts on the [add targets page](https://app.halosecurity.com/user/security/targets/add).

## Deleting Targets

From the [Targets list](https://app.halosecurity.com/user/security/targets/list), you can use the Select tool (pencil icon) to bulk-select targets, then click **Delete** from the contextual menu. You can also delete targets individually from the target's Settings page.

{% hint style="warning" %}
Deleting targets permanently removes all scan history and collected data from your account. This action cannot be undone.
{% endhint %}

## Archiving Targets

From the [Targets list](https://app.halosecurity.com/user/security/targets/list), you can use the Select tool (pencil icon) to bulk-select targets and then click **Archive** from the contextual menu. You can also archive targets individually from the target's Settings page.

Archiving targets can help retain important historical data for targets that no longer need active scanning.

Archived targets:

* Do **not** receive additional scanning.
* Do **not** show up in most reports.
* Do **not** use any target licensing.
* Are included in historical risk scores and reports.
* Retain historical scan data for reference.

## Un-archiving Targets

You can easily un-archive a target by visiting *Settings* → [Archived Targets](https://app.halosecurity.com/user/security/archive/). Use the pencil icon to select targets, then select **Unarchive Checked.** You can also unarchive a target on its Settings page.


---

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