# Targets - Actions

The Backup & Recovery's **Target** page is primarily an informational page, presenting the user with a complete overview of all their targets. However, there are some actions that the user can take, which are detailed in the following sections of this page. There are five actions that may be executed for a single target:

* [#actions-launch-browser](#actions-launch-browser "mention") (only optional if browsing has been enabled during target creation or target editing)
* [#actions-edit](#actions-edit "mention")
* [#actions-clone](#actions-clone "mention")
* [#actions-view-yaml](#actions-view-yaml "mention")
* [#actions-delete](#actions-delete "mention")

## Actions - Launch Browser

{% hint style="info" %}
This menu item is only available if browsing has been enabled during target creation, or during a subsequent edit. Otherwise **Launch Browser** is not displayed.
{% endhint %}

From the Backup & Recovery's **Targets** page:

1. Identify the listed target that you wish to launch a browser for.
2. Click the corresponding **Actions** button on the right side of the main UI window.
3. From the menu displayed, select **Launch Browser**.\
   ![](/files/lYYIIse6MNuHXYgZ13FN)
4. From the window displayed, browse to examine which, instances, Backupplans and Backups that include your selected target. There are multiple filters on this page to enable you to find the results that you wish.

## Actions - Edit

From the Backup & Recovery's **Targets** page:

1. Identify the listed target that you wish to edit.
2. Click the corresponding **Actions** button on the right side of the main UI window.
3. From the menu displayed, select **Edit**.
4. The **Edit Target** window is displayed, which is identical to the **Create Target** window displayed during initial target creation (except for the title). Refer to the [create-target.md](/kubernetes/user-guide/getting-started-with-management-console/navigating-intro/backup-and-recovery/targets/create-target.md) page for further details.
5. Once all edits are completed, select **Save**.

## Actions - Clone

From the Backup & Recovery's **Target** page:

1. Identify the listed target that you wish to clone.
2. Click the corresponding **Actions** button on the right side of the main UI window.
3. From the menu displayed, select **Clone**.
4. From the **Clone Target** window displayed, select an available cluster.
5. Executing the previous step subsequently displays all available namespaces within that cluster. Now select an available namespace from the list. This causes a validation check to run and if the namespace is validated, a checkmark/tick appears beside the selected namespace.
   * Click the search symbol to search longer lists of namespaces.
   * Click **Unselect all** to clear all selections.
6. Click **Clone**.

## Actions - **View YAML**

From the Backup & Recovery's **Target** page:

1. Identify the listed target that you wish to view the YAML for.
2. Click the corresponding **Actions** button on the right side of the main UI window.
3. From the menu displayed, select **View YAML**.
4. The target's YAML file is displayed. To download the YAML file, click the **Download** button.\
   ![](/files/TtkxTmDioYOOh0YpdD8Q)

## Actions - Delete

From the Backup & Recovery's **Target** page:

1. Identify the listed target that you wish to delete.
2. Click the corresponding **Actions** button on the right side of the main UI window.\
   ![](/files/nUQOZqukPyMsazi9UhdM)
3. From the menu displayed, select **Delete**.
4. When prompted "*Are you sure you want to delete this target?*", click **Yes**.


---

# 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.trilio.io/kubernetes/user-guide/getting-started-with-management-console/navigating-intro/backup-and-recovery/targets/targets-actions.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.
