> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tripedge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Getting Started with the Stays API

<img className="block dark:hidden" src="https://mintcdn.com/tripedge/rPB8ew-br_upVmMy/images/hero-light.svg?fit=max&auto=format&n=rPB8ew-br_upVmMy&q=85&s=0f54b01eb7f66d522a3c55cbac614d17" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/tripedge/rPB8ew-br_upVmMy/images/hero-dark.svg?fit=max&auto=format&n=rPB8ew-br_upVmMy&q=85&s=0c20d777664cb7447c54f2d402b7df6f" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## Overview

The Stays API provides a unified interface to search, book and manage accommodation bookings across millions of properties worldwide. Here's what you can do:

<CardGroup cols={2}>
  <Card title="Search Availability" icon="magnifying-glass" href="/client-api-reference/search-for-hotel-availability">
    Search accommodations by location, dates and guest requirements
  </Card>

  <Card title="Manage Bookings" icon="calendar" href="/client-api-reference/get-all-bookings">
    Create, retrieve and manage accommodation bookings
  </Card>
</CardGroup>

## Getting Started

Before you begin integrating with our API, you'll need:

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="https://tripedge.com/contact">
    Sign up for an account and get your API access token
  </Card>

  <Card title="API Reference" icon="code" href="/backend-api-reference">
    Explore our comprehensive API documentation
  </Card>

  <Card title="Integration Guide" icon="book" href="/quickstart">
    Follow our step-by-step integration guide
  </Card>

  <Card title="Sample Code" icon="code-branch" href="/backend-sdk">
    View example code and implementation patterns
  </Card>
</CardGroup>
