# Mapping to multiple components

If you want to map a value from an Airtable field to multiple components, use a comma separator in the Mapper like shown on the image below:

<figure><img src="/files/7k2KLpKEkug36JEXSyFx" alt=""><figcaption><p>Simply type the names of the components you want to map the field's value to and separate them with comma.</p></figcaption></figure>

The example above will map values from the "picture" field to components in 3DVista called "Image" and "Thumbnail".

You can use this for all mapping. Just make sure the components you are mapping the value to are compatible with the Airtable field (you can check the compatibility tables in the [Field mappings section](/skin-cms/skin-cms-mappings/field-mappings.md)).


---

# 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://skincms.360creators.com/skin-cms/skin-cms-mappings/mapping-to-multiple-components.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.
