# CSS Pro

## CSS Pro

- [Initial page](https://docs.csspro.com/master.md)
- [Installing it](https://docs.csspro.com/quick-start/installing.md): How to install CSS Pro
- [On Google Chrome](https://docs.csspro.com/quick-start/installing/on-google-chrome.md)
- [On Firefox](https://docs.csspro.com/quick-start/installing/on-firefox.md)
- [On Safari](https://docs.csspro.com/quick-start/installing/on-safari.md)
- [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)
- [Code Editor (Code tab)](https://docs.csspro.com/editing/code-editor.md)
- [Forcing a state or pseudo](https://docs.csspro.com/editing/code-editor/forcing-a-state-or-pseudo.md)
- [Visual Editor (Design tab)](https://docs.csspro.com/editing/visual-editor.md)
- [Editing media queries and pseudo states](https://docs.csspro.com/editing/visual-editor/editing-media-queries-and-pseudo-states.md): When editing in the Visual Editor, you can choose to edit specific media queries and/or pseudo-classes and pseudo-elements such as :hover, :before, etc.
- [Editing backgrounds](https://docs.csspro.com/editing/visual-editor/editing-backgrounds.md): CSS Pro has the most complete background editor for the web, and you'll be amazed at what you can create.
- [Auto unit conversion](https://docs.csspro.com/editing/visual-editor/auto-unit-conversion.md)
- [HTML Editor (HTML tab)](https://docs.csspro.com/editing/html-editor-html-tab.md)
- [Handling CSS changes](https://docs.csspro.com/editing/handling-css-changes.md)
- [Editing texts](https://docs.csspro.com/editing/editing-texts.md)
- [Removing elements](https://docs.csspro.com/editing/removing-elements.md)
- [Copying CSS and HTML](https://docs.csspro.com/copying/copying-css-and-html.md)
- [Exporting elements](https://docs.csspro.com/copying/exporting-elements.md)
- [Downloading page assets (images)](https://docs.csspro.com/copying/downloading-page-assets-images.md)
- [Copying colors](https://docs.csspro.com/copying/copying-colors.md)
- [Managing your license activations](https://docs.csspro.com/license/managing-your-license-activations.md)
- [Retrieving your license key (forgot)](https://docs.csspro.com/license/forgot-my-license-key.md)
- [Switching from the monthly to the annual plan](https://docs.csspro.com/subscription/switching-from-the-monthly-to-the-annual-plan.md)
- [Canceling your subscription](https://docs.csspro.com/subscription/canceling-your-subscription.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.csspro.com/master.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.
