# Try it in your browser
Documentation: next (source: develop).

Install the preview: `pnpm add @aephia/atlas-kit@next`. These docs follow develop and may include changes not yet published to npm.

> Every runnable example from the guides on one page, executing real SDK calls against the live z.ink test realm.

Markdown source of https://develop.atlas-kit-docs.pages.dev/try/ — see https://develop.atlas-kit-docs.pages.dev/ai/ for the full machine-readable surface.

Every guide in these docs carries a runnable example. This page collects all of
them, so you can kick the tires on the whole SDK without installing anything:
each one executes real SDK calls against the live z.ink test realm, in your
browser, and the code it runs is copy-paste honest — it works verbatim in your
own project.

Values <span class="pg-inline-param pg-edit-hint-sample" aria-hidden="true">like
this</span> are editable, and every example is prefilled with a real address on
the test realm, so Run works before you change anything.

The examples run against the public endpoint unless you
[set your own](/start-here/rpc/):

The playground stays read-only: it uses only read capability entries, with no
wallet or signing surface. Writes — Plans, simulation, execution — are covered
in the [Warp & subwarp](/guides/moving-a-fleet/) guide.

## The spine

How you find anything at all — start here if the addresses mean nothing to you
yet. [Your first read](/start-here/first-read/) walks the first example line by
line, and [identity](/guides/identity/) explains the chain the others hang off.

> **Runnable example — Read a fleet.** Walk from a profile to its character, then to the fleets that character owns. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Walk the identity chain.** From a profile to its character, then to everything that character owns. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read Council Rank and research.** The account-wide rank and category levels, plus the research catalog. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read a fleet's cargo.** Follow a relationship one step further: from a fleet to what it is carrying. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read a star system.** Look a system up by its numeric id and list what orbits it. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

## Places and production

Where fleets dock and what gets made there — see the
[starbases](/guides/starbases/), [crafting](/guides/crafting/),
[markets](/guides/markets/), and [claim stakes](/guides/claim-stakes/) guides.

> **Runnable example — Read a character's starbases.** List the starbases where a character has presence, and one base upgrades list. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read a recipe and crafting activity.** One recipe by id, plus the habs and processes a character runs. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read a crafting hab and its buildings.** A character's habs, with each hab's buildings, job slots, and modifiers. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read the markets of a system.** List the local markets of a system and inspect one order book. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read the claim stakes on a body.** Every claim stake placed on one celestial body, with its state. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

## Fleets at work

What a fleet is doing right now — the [mining](/guides/mining/),
[combat](/guides/combat/), and [scanning](/guides/scanning/) guides explain
what the answers mean.

> **Runnable example — Read mining state and a deposit.** A fleet mining state - undefined is a normal answer - and a resource deposit. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read combat configuration and a fleet.** The game combat configuration, and one fleet combat status. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read scanning patterns and cooldown.** The scan pattern catalog, one fleet scanning state, and its derived cooldown. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

## Standing and rewards

Where a player stands with the factions and what the game pays out — covered
by the [factions](/guides/factions/), [loyalty points](/guides/loyalty/), and
[rewards](/guides/rewards/) guides.

> **Runnable example — Read a faction and a standing.** One faction by id, and a profile standing with it - which may not exist. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read loyalty epochs and contributions.** The loyalty epochs of a faction, and one profile contributions. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.

> **Runnable example — Read the ATLAS reward state.** The reward registry current epoch, active config, and treasury. Run it in the browser at https://develop.atlas-kit-docs.pages.dev/try/.
