> For the complete documentation index, see [llms.txt](https://docs.csspro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.csspro.com/editing.md).

# Editing

- [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)


---

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