# Handling CSS changes

All CSS changes you make using the [Code](/editing/code-editor.md) or [Visual](/editing/visual-editor.md) Editor are trackable and shareable.

That means you'll never lose your changes anymore.

You can see all the improvements you've made and easily copy or export them all.

As soon as you make your first CSS change, you'll see a bubble with a counter show up in the toolbar.

To see all the changes, click on "CSS Changes" on the toolbar:

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

A popup will show up:

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

There are four options on the top:

* **Share changes via link**
  * Generates a unique URL link that you can share with your team or clients so that they can see the website with all your CSS changes, along with a Before/After toggle.
  * Here's an [example output](https://edits.csspro.com/e/toastlog-com-519smxcz).
* **Export changes**
  * Export all changes as a .css file
* **Reset changes**
  * Reset all changes (un-reversible). The CSS will go back to its original version.
* **Copy changes**
  * Copy all changes to the clipboard

Then each modified element is shown separately with a git diff visualizer (see which lines you removed, edited, or added), and you have two options:

* Copy changes only (copy only the changes to the clipboard)
* Copy new code (copies all the CSS code for that element to the clipboard)


---

# 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.csspro.com/editing/handling-css-changes.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.
