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

# Introduction

> Welcome to the Soba wiki! We’re here to answer your game creation questions.

## Getting Started

Find information about Soba, your account and how to play.

<CardGroup cols={3}>
  <Card title="Overview" icon="flag" href="getting-started/getting-started/what-is-soba">
    Get started with Soba
  </Card>

  <Card title="Account" icon="user" href="getting-started/account/change-username">
    Manage your account
  </Card>

  <Card title="Play" icon="play" href="getting-started/play/controls">
    Learn how to play
  </Card>
</CardGroup>

## Behavior Editor

The behavior editor is our no-code interface that turns programming concepts into simple puzzle pieces. This allow games to be easily made by people with no programming experience.

<Card title="General" icon="square-terminal" href="behavior-editor/general/nodes-list">
  Find key information about the behavior editor.
</Card>

<CardGroup cols={2}>
  <Card title="Managing Behaviors" icon="file-circle-info" href="behavior-editor/managing-behaviors/behavior-object" />

  <Card title="Game Logic" icon="flask-round-poison" href="behavior-editor/game-logic/timer-countdown" />

  <Card title="Logic On Objects" icon="cube" href="behavior-editor/logic-on-objects/clone-objects" />

  <Card title="Working With Players" icon="users" href="behavior-editor/working-with-players/player-speed" />
</CardGroup>

## Creating Your Game

Learn how to manage your game and the Soba world editor.

<CardGroup cols={3}>
  <Card title="General" icon="square-info" href="creating-your-game/general/what-template" />

  <Card title="Managing Your Game" icon="wrench" href="creating-your-game/managing-your-game/save-game" />

  <Card title="World Building" icon="mountain-sun" href="creating-your-game/world-building/place-objects" />
</CardGroup>
