# Get Started

BubbleTea is an open-source framework that helps developers and data scientists to quickly build any data applications on [The Graph network](https://www.thegraph.com). Whether you are building an analytics dashboard for a protocol or leveraging existing machine learning models to do data science work, we hope BubbleTea is the fastest way to get what you want.

## Install

1. Make sure that you have [Python 3.9+](https://www.python.org/downloads/) installed.
2. Install the latest stable version of [Bubbletea library from pypi](https://pypi.org/project/BubbleTea-py/) via pip.

   ```
   pip install BubbleTea-py
   ```
3. Create your [first bubbletea project](https://scout-1.gitbook.io/bubbletea/examples/your-first-example).

To find the growing number of subgraphs on [The Graph](https://thegraph.com/) network, you can either use its [legacy explorer](https://thegraph.com/legacy-explorer) (free) or [the latest explorer](https://thegraph.com/explorer).&#x20;

## Get in touch

<https://twitter.com/scout_cool>

<kuan@scout.cool>

<cj@scout.cool>


---

# 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://scout-1.gitbook.io/bubbletea/master.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.
