# Rename a Frontend component field It's currently not possible to automatically rename fields. The configuration isn't changed when a new schema is added to Studio. But, a way around this is to follow the steps below. ## Rename component fields 1. Edit a schema in the **Components** area containing both the old and the new field names 2. Manually copy the value from the old setting to the new one in the page builder You can see a list of all pages using your Frontend component in the **Components** area of the Studio as shown below: ![A list of all pages using your Frontend component](https://docs.commercetools.com/frontend-development/images/migrated/8514743-Component_usage_list.png) You can click on the name of where it's used and be taken directly to the page builder. 3. After editing and saving all pages, the code using the new field can be deployed 4. Edit the schema to only contain the new field name ## Related pages - [Area overview page with navigation](/frontend-development.md) - [Previous page: How to slice a commerce site into components](/frontend-development/how-to-slice-a-commerce-site-into-components.md) - [Next page: Code splitting](/frontend-development/code-splitting.md) - [Search documentation and API specs](/search.md)