# Promote fields to sidebar

Fields can be "promoted" to be displayed in the right-hand sidebar of the ACF editor. You can turn this promotion on or off in each field's definition.

![](/files/crdiqtlcw4CVhXs3N4SH)

They will then appear in the defined order in their own box just under the layout mode toggle.\
\
This allows for a more prominent location with easy access to the promoted fields when you are editing custom fields:

![](/files/nYMpzB4xaShXK2HcHtcy)

### Field types

The field types available for promotion are:&#x20;

* Text
* Numbers
* Checkboxes
* Selection lists
* Tags
* Dates
* Color

Promotion is not possible for variant custom fields. Also, it is not possible to promote a repeatable field to the sidebar. If you set the repeatable option for a field or move a promoted field into a repeatable section, the promotion will be turned off.

### Where to organize your promoted fields

Promoted fields are "extracted" from their usual sequence inside a section and put into the sidebar. So you have the option of just leaving them in the context of any other fields that make sense. If you want to have the promoted fields in their own dedicated section, that's possible too - if the section is empty after extracting the promoted fields, it won't be displayed.

{% hint style="info" %}
This applies to the ACF editor when working with a single object, The ACF bulk editor will ignore field promotions and show all fields in their defined sequence
{% endhint %}


---

# Agent Instructions: 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://help.accentuate.io/the-editor/promote-fields-to-sidebar.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.
