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

# Introduction

> This section provides information about available endpoints, which can be used to integrate with Ziina API

In order to use Ziina API you need to get access token. Access token can be received for two possible scenarios:

* If you have your online store and would like to accept payments from your users to your Ziina wallet
* Or you have mobile application or online service, where you would like to provide payments functionality to your users.
  For example, you can add online transfers or allow users accept payments on their Ziina wallets.

<CardGroup cols={2}>
  <Card title="Get token at Ziina website" icon="globe" href="https://ziina.com/business/connect">
    If you want to integrate your shop and get money on your Ziina wallet
  </Card>

  <Card title="OAuth 2.0" icon="code" href="/developers/oauth-2.0">
    If you want to integrate your application and perform actions on users
    behalf
  </Card>
</CardGroup>
