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

# Beginner's Corner

## Welcome to the Beginner's Corner!

There's a lot of information available both here on SyntaSk and elsewhere. While every bit of wisdom is helpful and important, it is hardly possible to take it all in at once, and can be pretty overwhelming. The Beginner's Corner is a simplified page that will cut out anything extra and focus on getting you started on writing code that (hopefully) works.

{% hint style="warning" %}
**Disclaimer:**\
To avoid overwhelming anyone (even complete beginners!), this page covers only an overview of the bare minimum. Thus, it should not be treated as an in-depth tutorial covering everything one needs to know, it is merely a simple point to start from.

To extend upon the information of this page, see the [Fundamentals category](/syntask/fundamentals.md) along with the rest of SyntaSk for more diverse and expansive information. The [Resources page](/syntask/resources.md) also contains links to external tutorials and other forms of support and education.
{% endhint %}

This section will walk you through creating a simple example script that will send customisable welcome messages when players connect to your server. Along the way, the skills and processes you use and develop are basic requirements transferable to all future scripts.
