# How to get Metaobject field key

You can learn more about what Metaobjects is: <https://help.shopify.com/en/manual/custom-data/metaobjects>

**Metaobject fields:** which define the type of content you want to display in the metaobject. E.g: you define metaobject as **Designer**, you would define the fields as **name, description, photo ...**

**Metaobject field key:** This is used to identify a specific field.

To get the metaobject field key, follow the steps below:

1. Go to your **store admin -> Settings**

![](/files/9SkcdtK1Q03KIhpQXnwK)

2. Go to **Custom data -> Select a metaobject definition**

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

3. In the **Fields** section, You can see 2 field names: **name, description**. At the bottom of field name, you can see 2 values: **designer.name**, **designer.description**. They are field keys. Our app will need the suffix of the key for creating search fields, so we need the key as **name** for name field, **description** for description field.

<figure><img src="/files/6vLEExx5ys7a3HN9xsuv" alt=""><figcaption></figcaption></figure>


---

# 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://docs.flashsearch.io/settings/search-fields/how-to-get-metaobject-field-key.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.
