> For the complete documentation index, see [llms.txt](https://pseudo-lab.gitbook.io/main-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pseudo-lab.gitbook.io/main-1/master.md).

# Initial page

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

1. [20\_moa](https://pseudo-lab.gitbook.io/1st-moa/v/main/)
2. [20\_tutorial](https://pseudo-lab.gitbook.io/1st-tutorial-book/)

```
$ give me super-powers
```

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

{% code title="hello.sh" %}

```bash
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

{% endcode %}
