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

> Learn how to use Atomic Toolkit in your node and browser environments.

# Overview

### Usage

<CardGroup cols={2}>
  <Card href="/usage/installation" title="Installation" icon="circle-down">
    Install Atomic Toolkit
  </Card>

  <Card href="/usage/server-side" title="Server-side Usage" icon="server">
    Use Atomic Toolkit in your node environments.
  </Card>

  <Card href="/usage/browser" title="Client-side Usage" icon="chrome">
    Use Atomic Toolkit in your browser environments.
  </Card>
</CardGroup>

### Atomic Assets

<CardGroup cols={2}>
  <Card href="/guides/atomic-asset/create-atomic-asset" title="Create" icon="image">
    Create Atomic Assets
  </Card>

  <Card href="/guides/atomic-asset/get-atomic-asset" title="Get Atomic Asset" icon="get-pocket">
    Read Atomic Asset details and State.
  </Card>
</CardGroup>

### Collections

<CardGroup cols={2}>
  <Card href="/guides/collection/create-collection" title="Create" icon="layer-group">
    Create Collection
  </Card>

  <Card href="/guides/collection/get-collection" title="Get Collection" icon="get-pocket">
    Read Collection details and Items.
  </Card>
</CardGroup>
