# Accessing Exernal Data

External data, such as third-party APIs, can be used in place of geospatial or tabular data. By default, any [Cross-Origin](/data/external-data.md) accessible `GeoJSON` URL can be used in place of a file in `public/geojson` when speccing out your [datasets](/data/external-data.md), and any `CSV` URL can be used instead of a local file.

Due to the structure of the binning algorithms and clustering analyses at the core of WebGeoDa, tiled data are not currently supported for choropleth layers.

## Coming Soon

* Google Sheets Support
* JSON endpoint support
* Firebase
* Hasura / Supabase
* Elastic Search
* Datasette


---

# 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.webgeoda.org/data/external-data.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.
