> For the complete documentation index, see [llms.txt](https://docs.openli.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.openli.com/docs/policy-and-agreement-management/changing-an-old-cookie-policy-to-a-new-on-autopilot.md).

# Changing an old cookie policy to a new on autopilot

Here is a short video guide

{% embed url="<https://www.loom.com/share/3624f6c797494964b6f0db83585c2cd1>" %}

Below you'll find step by step instructions in text if you prefer to read them in stead :)

### Making a new policy on autopilot

Making a new policy on autopilot is easy. \
\
it takes only a few simple steps:

1. Go to app.openli.com and log in
2. Go to agreements in the side menu
3. Click create new policy in the top right corner and select "Cookie policy on autopilot" from the dropdown
4. Fill out the form. Don't forget to add if you are using pixels, as they need an added section in the policy (added automatically when you select it)
5. click create policy and approve it

Once that is done you have your policy ready

### Updating it in your widget

Now you need to update it in your widget.&#x20;

1. Go to widgets in the sidemenu
2. Click "Edit widget" for the appropriate widget in your list
3. Use the first drop down in the editor menu to select the new policy
4. Save the widget

PRESTO!!! You're done. \
\
The widget will now show the new policy which is of course automatically updated, because it is now on autopilot.\ <br>


---

# 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.openli.com/docs/policy-and-agreement-management/changing-an-old-cookie-policy-to-a-new-on-autopilot.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.
