> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adventure-builder.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Integrate Adventure Builder into your own applications.

<Warning>This API is still in beta, be on the lookout for changes.</Warning>

<img src="https://mintcdn.com/msoftware/i-jv3bnOSqdHu6dx/assets/api-reference/introduction.png?fit=max&auto=format&n=i-jv3bnOSqdHu6dx&q=85&s=30672d1b9c3d4e402621e55c75deecb8" alt="" width="2048" height="1044" data-path="assets/api-reference/introduction.png" />

Welcome to the **Adventure Builder API** documentation!

This API allows you to interact with various data from the Adventure Builder database. Whether you're looking to retrieve information about levels or fetch leaderboards, this API provides the necessary endpoints to access this data.

<CardGroup cols={3}>
  <Card title="Level Endpoint" icon="cube" href="/api-reference/endpoint/level">
    Retrieve level data using an ID.
  </Card>

  <Card title="Level-List Endpoint" icon="map" href="/api-reference/endpoint/level-list">
    Get a list of levels based on filters.
  </Card>

  <Card title="Leaderboard Endpoint" icon="trophy" href="/api-reference/endpoint/leaderboard">
    Get the leaderboard for a level.
  </Card>
</CardGroup>

<Card title="Roblox Model" icon="folder" href="https://create.roblox.com/store/asset/123264337440607/Adventure-Board">
  Try the API in-game with our free model.
</Card>
