> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/integrations-and-api/external-map-layers/dronedeploy-set-up-guide.md).

# Connect DroneDeploy Layers

{% hint style="info" %}
**Things to know before you get started:**

* This feature is available on Pro+ or Enterprise plans
* You need to be a Project Admin to set up the integration
* You will need to have the ESRI integration included in your DroneDeploy subscription to use this feature. If you are unsure whether you have access, contact your DroneDeploy Customer Success Manager.
  {% endhint %}

If your team uses DroneDeploy to capture drone imagery, you can stream those surveys directly into Aphex as a WMTS layer. This means your team plans against the most current aerial view of the site, without downloading or re-uploading a thing.

## Retrieving the Layer URL

***

Each map layer in DroneDeploy has a unique WMTS URL. This is the URL you'll paste into Aphex.

{% hint style="warning" %}
You will need to have the ESRI integration included in your DroneDeploy subscription to access the WMTS URL. If you are unsure whether you have access, contact your DroneDeploy Customer Success Manager.
{% endhint %}

<figure><img src="/files/r72Z5h1wr8pSYx4CyBpo" alt=""><figcaption></figcaption></figure>

**To retrieve the URL:**

* Log in to DroneDeploy and open your project
* In the top navigation bar, select the <kbd>Explore</kbd> tab
* Scroll to <kbd>Apps + Integrations</kbd> on the left side-panel
* Expand the <kbd>WMTS Integration</kbd> section
* Click <kbd>Copy Link</kbd> next to <kbd>Map-Level WMTS</kbd> - this is the URL you will paste into Aphex.

The DroneDeploy URL will follow a format similar to this:

```
https://www.dronedeploy.com/api/v1/wmts/plan/{plan-id}?jwttoken={token}
```

## Add Layers to the Map

***

Once you’ve got your Layer URL handy, you can plug it into any real-world Location in your Project.

<figure><img src="/files/4aNTLSbJJ4wEcf12sj26" alt=""><figcaption></figcaption></figure>

Visit our <a href="/pages/7gVheMRUfrntmYDlnPpB#add-external-map-layers" class="button secondary">Add Map Layers</a> doc for step by step instructions on how to add layers to the Map.

## Set a Layer Policy

***

Once your DroneDeploy layer is connected, a Layer Policy controls which sublayers appear in Aphex and how new ones are handled as fresh surveys are uploaded to DroneDeploy.

Visit our <a href="https://help.aphex.co/docs/planner/features/locations#layer-policies" class="button secondary">Layer Policies</a> doc for step by step instructions on how to define a layer policy.

{% hint style="info" %}
Most Recent is usually the best starting point for drone survey layers, it keeps your map showing the latest capture without loading every historical flight.
{% endhint %}


---

# 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.aphex.co/docs/integrations-and-api/external-map-layers/dronedeploy-set-up-guide.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.
