> For the complete documentation index, see [llms.txt](https://docs.woohoo.dance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woohoo.dance/ajax-filters/woohoo-map/dynamic-sync-setup-advanced.md).

# Dynamic-Sync Setup (Advanced)

#### Step 1: Main Query Setup

1. Add **Ajax Filter Main Query** element
2. Set **Query Name:** `my-locations`
3. Configure post query (post type, filters)

#### Step 2: Map Element

1. Add **Woohoo Google Map** element
2. **Location Source:** Dynamic-sync
3. **Query Name:** `my-locations` (same as Main Query)

#### Step 3: Card Template

Inside your Ajax Filter card template:

1. Add **Woohoo Map Connector** element
2. Map fields using dynamic data:
   * **Latitude:** Dynamic data → ACF field
   * **Longitude:** Dynamic data → ACF field
   * **Marker Icon:** (optional) Custom marker per post
3. Add infobox content (title, image, description) as children of **Woohoo Map Connector**
