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

# Introduction

> Welcome to the Yiksi Pay Developer Documentation. Here, you’ll learn how to build amazing experiences for your customers using the Yiksi Pay API.

## Setting Up

The Yiksi Pay API gives you access to pretty much all the features you can use on our [dashboard](https://dashboard.yiksipay.com) and lets you extend them for use in your application. It strives to be RESTful and is organized around the main resources you would be interacting with - with a few notable exceptions.

To get started, you must create an account with [Yiksi Pay](https://dashboard.yiksipay.com/signup?utm_source=docs) and set up your wallets to begin the integration process.

## Quick Start

Here are the quick actions you can perform to start testing the Yiksi Pay APIs:

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" href="/en/essentials/wallets">
    Learn how to manage your master wallets
  </Card>

  <Card title="Addresses" icon="address-card" href="/en/essentials/addresses">
    Learn how to create dedicated addresses for your customers.
  </Card>

  <Card title="Auto Settlements" icon="swap" href="/en/essentials/auto-settlements">
    Automate asset settlements and conversions across blockchain networks.
  </Card>

  <Card title="Swap & Bridge" icon="arrows-rotate" href="/en/essentials/swap">
    Exchange assets across chains with a unified API.
  </Card>

  <Card title="API Reference" icon="code" href="/en/api-reference/introduction">
    Access comprehensive documentation for all API endpoints.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/en/essentials/webhooks">
    Manage webhooks for real-time notifications and data sync.
  </Card>
</CardGroup>
