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

# Quickstart

Welcome to the fastest way to get started with our API. No API keys, no setup headaches — just results in under a minute.

<Tip>
  Our API authentication is in the request as an attribute, so you can start testing right away without API Keys or managing tokens.
</Tip>

## What You’ll Do

<Steps>
  <Step title="Understand the Payload">
    Our API works with XML. Authentication is embedded directly in the payload — no headers, no keys. The ID to set in POS node is `TEST` and the password is `testpass`
  </Step>

  <Step title="Try a Live Request">
    Use our [API Playground](../api-reference/endpoint) to send a real request and get a live response.
  </Step>

  <Step title="Explore Responses">
    See how our API handles your XML input and returns structured, reliable data.
  </Step>
</Steps>

## Try It Now

<Card title="API Playground" icon="magnifying-glass" href="/api-reference/endpoint/hotel/availability" arrow="true" horizontal>
  Hit the playground
</Card>

## Next Steps

Now that you have tested the API, explore these key features:

<CardGroup cols={2}>
  <Card title="Accommodation" icon="hotel" href="/hotel/searchRQ">
    Learn to search for availability and prices and how to get information about the accommodation.
  </Card>

  <Card title="Activity" icon="person-hiking" href="/excursion/searchXARQ">
    All about search and book of our activities and excursions
  </Card>

  <Card title="Transfer" icon="bus" href="/transfer/searchTRRQ">
    Search and book private or shuttle transfers.
  </Card>

  <Card title="General" icon="sparkles" href="/bookingmgmt/bookReadRQ">
    Common requests, like a Read request to get a list of bookings.
  </Card>
</CardGroup>
