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

# What is Recoda Workspace?

<figure><img src="/files/L7ZvcgghOSr7UCl4jeD5" alt=""><figcaption></figcaption></figure>

Recoda Workspace is toolkit for Oxygen Builder. It extends Oxygen Builder with features in areas such as design, code and workflow. \
\
One of the core principle behind plugin is no-locking data, so you can uninstall plugin safely if you ever need. &#x20;

### Some of the features inside plugins are:

1. Box Model (6 panels)
2. HSL color wheel
3. Blockpad code block editor
4. Custom attributes popup panel
5. Contrast ratio checker
6. Contrast level color suggestions
7. Code editor color-picker
8. Quick access color and background color
9. Structure panel with HTML tags overview
10. Custom Grid Guides
11. X-mode
12. Live server
13. Custom CSS draggable window
14. Advanced border radius editor
15. Customizable Advanced icons
16. Keyboard shortcuts
17. Reset advanced
18. Elements filter
19. Right click menu
20. Class switcher
21. Editor tweaks
22. Classic UI
23. Shortcuts hints
24. Code editor font size
25. Option labale font size
26. Sidebar icons size
27. Structure panel spacing
28. CLI actions (add multiple classes, rename multiple, delete multiple classes)
29. Quick add elements
30. Quickflow (generate media query, copy class, copy ID)
31. In Editor shortcuts cheatsheet<br>

## **The best way to discover Recoda Workspace is to try it**

{% content-ref url="/pages/-MlEqg1SDBLEPS-YOSqG" %}
[Start exploring](/getting-started/master.md)
{% endcontent-ref %}

{% content-ref url="/pages/RvvGNCmy2q6TTwIXRFKe" %}
[Features](/getting-started/features.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docsv1.recoda.me/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
