> For the complete documentation index, see [llms.txt](https://docs.trilio.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/kubernetes/5.0.x/getting-started/using-trilio/getting-started-with-management-console/navigating-intro/backup-and-recovery/policies/policies-actions.md).

# Policies - Actions

This page explain the action items and its working for Policies. Select the policy for which user want to perform some actions.

<figure><img src="/files/Ve3m3gP2LbqChayfGVoM" alt=""><figcaption></figcaption></figure>

1. Edit action - This edits the existing policy. Apart from **Namespace** and **Name** user can edit all other fields.
   1. Edit Schedule policy page\
      ![](/files/s9Fgr8hhTKlnRmj2pG9p)
   2. Edit Retention policy page\
      ![](/files/k3cyNH1BOaQJdfXUXXIL)
   3. Edit Cleanup policy page\
      ![](/files/qORo9UmGGV8XzSk0tKJv)
   4. Edit Continuous Restore policy page\
      ![](/files/uKg6QNkZMT3R5XpQbYMV)
2. Clone action - This clone the existing policy in another namespaces with same detail.
   1. Select Namespace - First step is to select the Namespaces in which user want to clone the policy.\
      ![](/files/YGVT1Oz4p63g7Pk00B53)\
      \
      Click on the **Clone** button after selecting the namespaces to move to next step.
   2. Policy name by "By Name" - Here, the user can set a name for the cloned policy by a text.\
      ![](/files/AT8G7XGSBrNjCSj3ISkT)\
      \
      Click on the **Clone** button if user wish to clone by policy name.
   3. Policy name by "By Suffix" - Here, the user can set a name for the cloned policy by a suffix.\
      ![](/files/qORo9UmGGV8XzSk0tKJv)\
      \
      Click on the **Clone** button to clone the policy by suffix.
3. View YAML action - This shows the policy detail in yaml file format. \
   ![](/files/JHudHbwn0f1UntURqUss)\
   \
   If user want to download it, user can click on 'Download' button to download this in YAML file format.
4. Delete action - This is to delete the policy.

   <figure><img src="/files/cMpwqU4GgsEHaNlUQkCX" alt="Create Backup options"><figcaption></figcaption></figure>

   To confirm the delete, click on 'Yes' else click on 'No'.

#### Compare YAML

This is to view and compare the YAML files for 2 policies. Check below options.

<figure><img src="/files/utZ1dS92WkUzdpUujutp" alt="Create Backup options"><figcaption></figcaption></figure>

* Select checkbox - Select the policies for which user want to compare the YAMLs.
* Compare YAML - click on this button see the compare YAML files of selected policies. Below compare view is visible on click on Compare YAML option.

  <figure><img src="/files/uyjISrKNtbnBWgJv0s6i" alt="Create Backup options"><figcaption></figcaption></figure>

  FRom here user can copy the content of policy in YAML format.


---

# 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.trilio.io/kubernetes/5.0.x/getting-started/using-trilio/getting-started-with-management-console/navigating-intro/backup-and-recovery/policies/policies-actions.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.
