# Import Images from File URLs

These are the simple steps you should follow to import from your database:

1. Press the **Add images** button on the top right
2. Select **Import from a list of URLs instead** button
3. Copy and paste the image URLs
4. Select **Start Import**

It's that easy. 🔥👌

{% embed url="<https://youtu.be/ls4FHAx0k_g>" %}
Images uploaded by providing their URLs to LabelFlow
{% endembed %}

{% hint style="info" %}
You can also import 🖊 annotations in the COCO format, [it's explained here](/labelflow/import-dataset/import-annotations.md).
{% 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://labelflow.gitbook.io/labelflow/import-dataset/import-from-database/import-images-from-file-urls.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.
