# Image Component

The Adalo Image Component can be placed in the app to load images dynamically using [MagicText](https://help.adalo.com/component-basics/inserting-dynamic-text), through a hosted URL, or uploaded directly into the component.&#x20;

{% hint style="danger" %}
&#x20;**WARNING:** Google does not recommend using web-hosted images from Google Drive, and this solution may become ineffective without warning depending on changes to Google services. We recommend using your own site or a dedicated image hosting site when linking images.
{% 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.adalo.com/component-basics/simple-components/image-component.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.
