# Troubleshooting

#### Map Not Showing

* ✓ Check API key in Settings → Woohoo Filters
* ✓ Enable Maps JavaScript API in Google Cloud Console
* ✓ Check browser console for errors

#### Markers Not Appearing (Dynamic Mode)

* ✓ Verify field names match ACF/meta field names exactly
* ✓ Check lat/lng values are numeric
* ✓ If using address, enable Geocoding API

#### Dynamic-Sync Not Updating

* ✓ Query names match exactly (Main Query & Map element)
* ✓ Woohoo Map Connector present in card template
* ✓ Connector fields mapped to dynamic data

#### Custom Markers Not Showing

* ✓ Image uploaded and URL valid
* ✓ Dynamic property path set for dynamic fields
* ✓ Check browser network tab for 404 errors


---

# 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.woohoo.dance/ajax-filters/woohoo-map/troubleshooting.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.
