# Comparing multiple elements at the same time (Pinning)

To compare multiple elements at the same time, you can pin the CSS windows by **pressing the "space bar" key**. It's useful to check for differences and to edit the CSS.

It makes your compliance work easier. Pinned windows are movable all over the screen.

![Compare, edit, or inspect multiple elements at the same time.](/files/DDoVq5oEEmlfkLHE3yG2)

{% hint style="info" %}
PS: For shortcuts to work - such as the space bar key to pin, the page needs to be focused. If the page is not focused, you'll have to click somewhere first. Or always open the extension via the shortcut, that way the page starts focused.
{% 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/inspecting/comparing-multiple-elements-at-the-same-time.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.
