# Widget placement method

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

There are three methods to add DH-EDD to your theme.

### Recommend: Theme 2.0

For your customers to see the widget we need you to add DH-EDD as an app embed on your Shopify theme 2.0 settings.

1. Click the button `Enable App Embed` to be taken to Shopify.
2. Click the DH-EDD io toggle to enable it.
3. Click "Save" at the top right to add the app to your store.

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

### Auto - Compatible with vintage themes

This works for some old or vintage themes. DH-EDD will decide where to embed the code.

### Manual - Add the code below to your theme

In this way, you need to manually add code to Liquid templates.&#x20;

```html
<div class="edd-app__manual"></div>
```


---

# 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://docs.dirhand.com.au/dh-estimated-devilry-date/widgets/widget-placement-method.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.
