# Removing elements

To remove an element:

**Step 1.** Click on it to select it (on [Select mode](/inspecting/choosing-what-happens-when-you-click-on-an-element.md))

**Step 2.** Click on "Remove element"

![](/files/-MTeYRAIjFZTQGGAaLeB)

**🎉 Done!**

{% hint style="info" %}
Removing elements is currently an unreversible action. The only way to bring it back is by refreshing the page.

Removals don't persist through a refresh, so elements re-appear whenever you refresh the page.
{% endhint %}


---

# 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/removing-elements.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.
