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

# Introduction

`@argus-labs/sdk` is a JavaScript SDK for connecting to your World Engine Cardinal, providing
powerful tools to interact with your shard.

* Send **commands** to your shard
* **Query** your shard
* **Subscribe** to **events** from your shard
* **Region selector** for connecting to shards in multiple regions
* Full **TypeScript** support with schema validation
* **Devtool** for debugging and monitoring

As well as out-of-the-box support for authentication with [Argus ID](https://auth.argus.gg/).

## Getting Started

<CardGroup cols={1}>
  <Card title="Quickstart" icon="pen-to-square" href="./quickstart">
    Install World Engine SDK and connect to your World Engine shard
  </Card>
</CardGroup>

<Danger>
  TODO: update when ts sdk is updated
</Danger>
