> For the complete documentation index, see [llms.txt](https://biggeo.gitbook.io/biggeo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biggeo.gitbook.io/biggeo/biggeo-ai/overview.md).

# Overview

Ask questions in plain language and get insights instantly, directly inside Claude or ChatGPT. BigGeo AI connects your data to your AI assistant so you can explore and analyze location-based data through natural conversation. No GIS or spatial analysis background needed.

***

## What You Can Do

Once connected, you can ask your AI assistant questions about your data in plain language. Here are some examples of what you can ask:

* "List my available datasets"
* "Find EV charging stations that have a Walmart store nearby in California"
* "Find hospitals near Central Park, New York"
* "How many hospitals are there in New York City?"

***

## Before You Start

<figure><img src="/files/ccIMqsye3hk5HhugNUDU" alt=""><figcaption></figcaption></figure>

To work with BigGeo AI, the data variant you use must have **BigGeo AI** enabled as an activation. Activations define where and how a variant can be used. Without BigGeo AI activation, a variant cannot be used with AI assistants.

<figure><img src="/files/SlzjguxTCqBUKsaWtwG6" alt=""><figcaption></figcaption></figure>

This applies to variants you create yourself and variants you purchase through the Marketplace, instant offers, or interactive quotes. If you plan to use a variant with BigGeo AI, make sure it has BigGeo AI activation enabled before purchasing.

***

## Supported AI Providers

BigGeo AI currently supports:

* **Claude** (by Anthropic)
* **ChatGPT** (by OpenAI)

***

## Get Started

Choose your AI provider to follow the setup steps:

{% content-ref url="/pages/7ddWSU6fqp6qjkdAM8wK" %}
[Connect BigGeo AI with ChatGPT](/biggeo/biggeo-ai/connect-biggeo-ai-with-chatgpt.md)
{% endcontent-ref %}

{% content-ref url="/pages/O5kCMtah4U6amLqudooE" %}
[Connect BigGeo AI with Claude](/biggeo/biggeo-ai/connect-biggeo-ai-with-claude.md)
{% endcontent-ref %}

Not sure what to ask?&#x20;

{% content-ref url="/pages/2P3cDMtbCBH2nof9KOJm" %}
[Start Asking Questions](/biggeo/biggeo-ai/start-asking-questions.md)
{% endcontent-ref %}

Run into an issue? Visit the Troubleshooting guide.

{% content-ref url="/pages/FSdwa2Dipw4EdIv4aaIy" %}
[Troubleshooting](/biggeo/biggeo-ai/troubleshooting.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://biggeo.gitbook.io/biggeo/biggeo-ai/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
