> For the complete documentation index, see [llms.txt](https://developers.getgeoflow.com/geoflow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.getgeoflow.com/geoflow-docs/advanced/methods/getdata.md).

# getData

### Description

This method fetches the available data properties for the current visitor. Unless you have specified the manual or privacy data attribute on the \<script> tag (see more [here](/geoflow-docs/feature/optional-settings/script-tag-data-attributes.md)), getData will be automatically called by the initialization method.

The geoflowReady event will be fired, and the Geoflow\_Ready callback will be triggered.

### Parameters

```
None
```

### Using This Method

```javascript
geoflow.getData();
```

### Output

```javascript
true (boolean)
```
