# 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)
```


---

# 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://developers.getgeoflow.com/geoflow-docs/advanced/methods/getdata.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.
