# Field Mapping Tips

#### ACF Field Support

* **Text Fields:** Field names (e.g., `my_latitude`)
* **Image Fields:** Returns URL automatically
* **Address Fields:** Geocoded to lat/lng

#### Dynamic Data Picker

Use Breakdance dynamic data for:

* Post title, excerpt, content
* Featured image
* ACF fields
* Custom fields

#### Geocoding

If using **Address Field** instead of lat/lng:

* Addresses geocoded automatically via Google Geocoding API
* Results cached for 24 hours
* Requires API key with Geocoding API enable


---

# 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/field-mapping-tips.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.
