# Endpoints Description Summary

* **/get\_full\_webarena\_dataset**: Retrieves the complete WebArena dataset.
* **/get\_webarena\_tasks**: Fetches tasks' intents and start URLs from the WebArena dataset.
* **/get\_webarena\_by\_task**: Returns data filtered by a specific task from the dataset.
* **/get\_webarena\_by\_task\_id**: Returns data filtered by a specific task ID from the WebArena dataset.
* **/get\_webarena\_by\_domain**: Returns data filtered by a specific domain from the WebArena dataset.

<br>


---

# 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/api-documentation/webarena-api/endpoints-description-summary.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.
