# Next Steps

Congratulations! You've completed the C# For Beginners tutorial!

At this point, you might be wondering what's the next step? Here are some actions you can take to work on your C# skills even more:

1. **Do the challenges**. If you've been following the lessons but skipping the challenges, I highly suggest you go back and do them! Working on the challenges is a great way to reinforce the concepts.
2. **Answer the pre-lesson questions**. At the start of every lesson there are some questions that each lesson aims to answer. See if you can answer these questions in your own terms. The best way to check if you've understood a concept is if you can explain it to someone else!
3. **Read the C# documentation**. C# is a huge topic and we've only explored a small part. Check out the [official C# docs](https://docs.microsoft.com/en-us/dotnet/csharp/) if you'd like to go more in-depth.
4. **Go through the C# course on Codecademy**. The [Codecademy C# course](https://www.codecademy.com/learn/learn-c-sharp) is an interactive course on the basics, and more. The interactive environment is great for instant feedback.
5. **Take the C# course on Microsoft Learn**. [Microsoft Learn](https://docs.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07) is another site where you can work on each concept interactively. Again, practice makes perfect!

In the future, I'll update this tutorial with bonus lessons to cover more C# topics, and more challenges to help you put your C# knowledge into practice.

I will also be working on **More C# for Beginners**, where we will focus on C# classes and object-oriented programming. Please look forward to it!

All the best in your C# adventures!


---

# 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://codingmama.gitbook.io/csharp-for-beginners/next-steps.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.
