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

# Examples

# Examples

Working examples demonstrating systemg features.

## [Hello World](/examples/hello-world)

Minimal service configuration.

## [CRUD Application](/examples/crud)

Simple FastAPI CRUD service for testing systemg service management.

## [Units](/examples/units)

Practical command-based unit examples, staged under `~/.local/share/systemg/units/`.

## [Orchestrator](/examples/orchestrator)

Multi-agent task execution with Redis coordination and DAG scheduling.

## Running examples

```bash theme={null}
$ git clone https://github.com/systemg/systemg
$ cd systemg/examples/<example-name>
$ sysg start
```

Each example includes:

* Complete configuration file
* Working application code
* Setup instructions
* Expected behavior

## See also

* [Quickstart](/quickstart) - Quick introduction
* [Configuration](/how-it-works/configuration) - Full reference
