> 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/user-guide/getting-started-with-management-console/navigating-intro/backup-and-recovery/policies/create-policies.md).

# Create Policies

## Create Schedule Policy

Redirect to **Policies** page from Backup & Recovery. To create a new Policy click on **Create New** from right side upper corner.

<figure><img src="/files/2G74gBSu1gMB6Xot59rI" alt=""><figcaption></figcaption></figure>

On click on Create New, Create a new schedule policy page get opened.

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

1. Generated schedules - This provides the detail of schedule time and date for the selected intervals.
2. Interval - This shows the list of intervals selected in created schedule policy. On changing the values it will show the schedules in generated schedules.
3. Namespace - Select this is in which namespace user will create the Schedule Policy.
4. Scheduling policy name - This is the name for the Schedule policy.
5. Hourly - Here we select the hours and minutes after which user wants to trigger the Backup and Snapshot.
6. Daily - Here we select the time of the day after which user wants to trigger the Backup and Snapshot.
7. Weekly - Here we select the day(/days) and what time of a day(/days) user wants to trigger the Backup and Snapshot.
8. Monthly - Here we select the day of month and what time of a day user wants to trigger the Backup and Snapshot.
9. Yearly - Here we select the month(/months), then day(/days) of month(/months) and what time of a day user wants to trigger the Backup and Snapshot.
10. Cancel - This is to revert and cancel the policy creation.
11. Create - To create the policy, hit this if all the entered information is correct and verified.

## Create Retention Policy

Redirect to Policies page under Backup & Recovery section. To create a new policy click on **Create New** from right side upper corner.

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

On click on Create New, Create a new retention policy page get opened.

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

1. Namespace - Select this is in which namespace user will create the Schedule Policy.
2. Name - This is the name for the Retention policy.
3. Interval Weekly - Here we select at which day of week and select the number of backups or Snapshots to be retained.
4. Interval Latest - Here we select the number of backups or Snapshots to be retained.
5. Monthly - Here we select at which day of month and select the number of backups or Snapshots to be retained.
6. Yearly - Here we select at which month of year and select the number of backups or Snapshots to be retained.
7. Cancel - This is to revert and cancel the policy creation.
8. Create - To create the policy, hit this if all the entered information is correct and verified.

## Create Cleanup Policy

Redirect to Policies page under Backup & Recovery section. To create a new policy click on **Create New** from right side upper corner.

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

On click on Create New, Create a new cleanup policy page get opened.

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

1. Namespace - Select this is in which namespace user will create the Schedule Policy.
2. Name - This is the name for the Retention policy.
3. Days - Enter the day, after which user wants to cleanup the failed backups jobs and CRs from the target associate with it.
4. Cancel - This is to revert and cancel the policy creation.
5. Create - To create the policy, hit this if all the entered information is correct and verified.

## Create Continuous Restore Policy

Redirect to Policies page under Backup & Recovery section. To create a new policy click on **Create New** from right side upper corner.

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

On click on Create New, Create a new continuous restore policy page get opened.

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

1. Namespace - Select this is in which namespace user will create the Schedule Policy.
2. Name - This is the name for the Retention policy.
3. Consistent set - Define the number of consistent sets to be create on a remote site.
4. Cancel - This is to revert and cancel the policy creation.
5. Create - To create the policy, hit this if all the entered information is correct and verified.


---

# 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/user-guide/getting-started-with-management-console/navigating-intro/backup-and-recovery/policies/create-policies.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.
