# how can reset all the changes I made?

To revert the settings on the **home page**, open the `index.json` file in the code editor. Click on '**current**,' and you'll see the date and time of your last change. To reset the changes to a specific date, click on the date you wish to revert to, and the settings will be restored to that point.

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

* To revert the settings on the **product page**, open the `product.json` file in the code editor.
* To revert the settings on the **collection page**, open the `collection.json` file in the code editor.
* To revert the settings on the **blog page**, open the `blog.json` file in the code editor.

You can reset changes in this way by opening the **JSON** file for the respective 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://sitar-doc.winterinfotech.com/how-can-reset-all-the-changes-i-made.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.
