# The Next Step

Great job finishing this tutorial!

Now you know plenty about how to use Starcounter. We hope that you're eager to learn more.

Here are some resources that might be useful in starting to create your own applications:

1. [KitchenSink](https://github.com/StarcounterSamples/KitchenSink) demonstrates how to create different UI patterns.
2. The [guides](/2.3.2/guides.md) gives an in-depth look into different Starcounter topics.&#x20;
3. [Starcounter sample apps](http://starcounter.io/sample-apps/) which you can mix, match, and edit however you like.

Good luck!


---

# 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://docs.starcounter.io/2.3.2/hello-world-tutorial/the-next-step.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.
