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

# Introduction

> Welcome to the Zeek Documentation. Here, you'll learn how to build amazing experiences for your users using the Zeek SDK & API.

## Setting up

The Zeek SDK & API gives you access to all features you can use in your application to turn it to a super app. It strives to be RESTful and simple and is organized around the main resources you would be interacting with.

To get started, you must create an account from the [dashboard](https://dashboard.zeekwallet.xyz) and set up your master wallet to begin the integration process.

View Demo

<Card title="View Demo" icon="circle-play" href="https://demo.zeekwallet.xyz" horizontal>
  Click to view the demo
</Card>

## Quick Actions

Here are the quick actions you can perform to start testing the Zeek SDK:

<Columns cols={2}>
  <Card title="Configure" icon="palette" href="/configure/overview">
    Configure your React SDK
  </Card>

  <Card title="Client SDK" icon="code" href="/client-sdk/setup">
    Get started with the Zeek's Client SDKs
  </Card>

  <Card title="Server SDK" icon="rectangle-terminal" href="/server-sdk/setup">
    Get started with the Zeek's Server SDK
  </Card>

  <Card title="API documentation" icon="brackets" href="/api-reference/introduction">
    API documentation to explore the Zeek endpoints
  </Card>
</Columns>
