# IMPORTING ASSETS

There are two ways of importing assets on a map:

For single images, a simple **drag and drop** might be enough, but in most cases, you'll need to **load asset packs**.

* [Using third party packs](/guide/introduction/first-look/assets-menu.md)
* [Drag and dropping assets](/guide/custom-assets-and-mods/importing-assets/drag-and-drop.md)&#x20;
* [Packing your own assets](/guide/custom-assets-and-mods/importing-assets/packing-your-assets.md)

{% hint style="warning" %}
*Each method has its pros and cons, so make sure to use the one that is best for you!*
{% 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://dungeondraft-encyclopaedia.gitbook.io/guide/custom-assets-and-mods/importing-assets.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.
