# JungleGym AI Overview

JungleGym is an open-source playground for testing, analyzing, benchmarking, and developing autonomous web agents. You can download the Agent demonstration data to train your own LLM (GPT-4, LLaMA2, Mistral, etc) and/or you can use them to test your Agents.&#x20;

You can see these in action in [JungleGym.ai](https://www.junglegym.ai/)

JungleGym provides three APIs for building your agents:&#x20;

1. Mind2Web Dataset API (paper [here](https://arxiv.org/abs/2306.06070)).
2. WebArena Dataset API (paper [here](https://arxiv.org/pdf/2307.13854.pdf)).
3. TreeVoyager API.&#x20;

In addition to these three APIs, JungleGym has six fully functional web-emulated sites, created and mirrored from WebArena. These sites span six categories:

1. Online store (link [here](http://shop.junglegym.ai/)).
2. GitLab (link [here](http://git.junglegym.ai)).
3. Social forum (link [here](http://forum.junglegym.ai)).
4. Wikipedia (link [here](http://wiki.junglegym.ai)).
5. E-commerce CMS (link [here](http://cms.junglegym.ai/)).
6. Map (link [here](http://ec2-3-131-244-37.us-east-2.compute.amazonaws.com:3000/#map=7/42.896/-75.108)).


---

# 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.junglegym.ai/junglegym/junglegym-ai-overview.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.
