# Working with Attachments, Images and Airtable relationship Fields

When it comes to attachments, images and relationship fields, there are a few differences when using an Airtable database compared to using an Adalo database.\
\
In Airtable, a field can have Multiple Attachments, Images or Relationships. When connecting the Airtable database to Adalo, only the 1st attachment, image or relationship will transfer to Adalo. If you have multiple images/attachments in one property for one record in Airtable, these will have to be in separate columns in order to transfer to Adalo. \
\
For more information on Images from Airtable, you can refer to the [*Displaying Images*](https://help.adalo.com/integrations/external-collections-with-apis/airtable/displaying-images) help document. For more information on Airtable Relationships, you can refer to the [*Relationship & Airtable Collections*](https://help.adalo.com/integrations/external-collections-with-apis/airtable/relationships-and-airtable-collections) help document.


---

# 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.adalo.com/integrations/airtable/working-with-attachments-images-and-airtable-relationship-fields.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.
