# What's Next?

Ta-da! You've now completed writing your very first script! Sure, it's not too complicated or fancy, but you created something that works from the ground up!

You've also learned how to search the documentation, decipher syntax, and properly format code through indentation. You can now use these skills to expand upon this script, or get started creating others. Example ideas for expanding upon this welcome script include:

* Sending an announcement to all online players (broadcasting)
* Sending a different message if its the player's first time joining the server
* Changing the default `join message`
* Keeping track of your server's unique player count

Now that you know the basics of writing simple scripts, your next task is to practice, practice, practice, and finally, practice some more. And, when you find yourself ready, check out the rest of this site or the links in the [Resources page](/syntask/resources.md) for more diverse and in-depth information.

Now that you've 'left the nest' (or at least hatched), you can try creating more all on your own. If you encounter any problems, you can review the [Beginner's Corner category](/syntask/beginners-corner.md) and [Resources category](/syntask/resources.md), or head on to the [Fundamentals category](/syntask/fundamentals.md) and the [Issues category](/syntask/issues.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://x8ight.gitbook.io/syntask/beginners-corner/whats-next.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
