# Using the editor

The ACF editor works the same across all object types and is laid out with an editing pane to the left containing custom fields and sections that apply to the current object being edited. \
\
The right column contains a navigation box for easy switching to another object within the current scope, as well as, other information related to the selected object. This includes the date & time of the last save and any promoted fields.  \
\
Here, you will also find the Save button (shortcut **Shift+Ctrl+S** or **Shift+Command+S** depending on your system) to save any changes and a Refresh button to reload information that might have changed outside of ACF, e.g. new products, collections, etc.  \
\
The below example shows a product being edited together with its variants.&#x20;

{% hint style="info" %}
If variant custom fields have been defined for a product, the editing pane will have multiple tabs with each of the product's variants in its own separate tab:
{% endhint %}

![](https://d2y5h3osumboay.cloudfront.net/qzy9rqszfyxrj6hko78ncehyw1th)

### Bulk Editor

With the exception of variants, ACF features a powerful bulk editor for custom fields for every object in your store. This allows you to edit custom fields for multiple objects at the same time. You can click the below button to launch the bulk editor:

![](https://cdn.circle.so/93ecr9skvz8sz2s1rigbriwggt5i)

For products, customers, and orders, you can launch the bulk editor from your Shopify admin by selecting one or more items, opening the options menu (**three dots**), and selecting Bulk Edit Custom Fields.

<figure><img src="/files/79MXUSdIiAreds4T1RiM" alt=""><figcaption></figcaption></figure>

\
The bulk editor works with a similar layout as the object editor, but with the added functionality that you now can select multiple objects (of the same type) and have each selected object appear in its own tab. Each tab will show the custom fields that belong to that particular object. Up to 50 objects can be selected at a time. \
\
You can add additional tabs to the bulk editor by using the selection box in the right column and click Add.  \
\
In this example, two additional products have been added as tabs:

![](https://cdn.circle.so/lwg239oftac6ov7r3o97wnlf67uk)

Reversely, you can close tabs you don't need by using the small **x** to the left of the title. &#x20;

{% hint style="info" %}
The bulk editor doesn't show the "Hide from search engines" control. Also, any promoted fields are shown inline in their individual tabs.
{% 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/using-the-editor.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.
