# Customizing the editor interface

Various methods to adjust the editor UI to our liking.

* [Add components](../../../docs/v8/customization/add-components/)  
Add additional controls and visuals to the editor using the `willRender` hooks.
* [Adjust components](../../../docs/v8/customization/adjust-components/)  
Reorder update and adjust positions of interface elements.
* [Adjust styles](../../../docs/v8/customization/adjust-styles/)  
Restyle the editor using CSS custom properties
* [Remove components](../../../docs/v8/customization/remove-components/)  
Remove components from the editor.