# Inspecting

- [Choosing what happens when you click on an element](https://docs.csspro.com/inspecting/choosing-what-happens-when-you-click-on-an-element.md): CSS Pro has 3 "on click" modes regarding what happens when you click on an element: Select element, Copy code, and Pin the CSS window.
- [Inspecting invisible, overlapping, and parent elements](https://docs.csspro.com/inspecting/inspecting-overlapping-parent-and-sibling-elements.md): Precisely re-target any DOM element using your keyboard's arrow keys (▲ up and ▼ down) to navigate the HTML tree.
- [Comparing multiple elements at the same time (Pinning)](https://docs.csspro.com/inspecting/comparing-multiple-elements-at-the-same-time.md)
- [Measuring distances and checking alignments](https://docs.csspro.com/inspecting/measuring-distances-and-checking-alignments.md): CSS Pro is your new best friend to measure distances and check alignments.
- [Inspecting animations](https://docs.csspro.com/inspecting/inspecting-animations.md)
- [Identifying fonts](https://docs.csspro.com/inspecting/identifying-fonts.md)


---

# 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.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.
