> For the complete documentation index, see [llms.txt](https://help.arcanalabs.ai/learning-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.arcanalabs.ai/learning-center/introduction/conjure-tools/depth.md).

# Depth

<figure><img src="/files/yoFtcLgOQ7ZAvflFaZib" alt=""><figcaption><p>(1) Upload Source Image (2) the depth map created (3) The resulting prompted image</p></figcaption></figure>

## STEP 1 - Upload reference image

You can either upload an image made inside Arcana or upload from your computer.&#x20;

## STEP 2 - Determine level of influence&#x20;

The influence slider determines how strictly you want the new conjured image to obey the depth reference. Increasing past 1 may impact quality. Decreasing below 1 will reduce the adherence but may perform more creative images.&#x20;

## STEP 3 - Select Model & Output Size

MJ XL is our favorite model but do not discount the other XL models as they each have their own unique strengths and weaknesses. \
\
Ideally, your depth map should be the same size as your output image, but this is not required.&#x20;

If you have a very specific output size in mind, select advanced tab and set a customized output size for your conjured image.&#x20;

## STEP 4 - Prompt ANYTHING.

Just write what you want the image to be and watch the magic happen!

{% embed url="<https://www.youtube.com/watch?v=HXCaZ8q0FwY>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.arcanalabs.ai/learning-center/introduction/conjure-tools/depth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
