# Next steps

I hope CodeChum's been fun for all of you! In addition, here are some other cool things you can do on CodeChum:

#### <mark style="color:blue;">Learn better, code better</mark>

[How to view lessons](/students/about-classes/how-to-view-lessons.md)

[How to use the Playground](/students/advanced-guide/how-to-use-the-playground.md)

[How to use console-based answer environment](/students/about-activities/how-to-use-console-based-answer-environment.md)

#### <mark style="color:green;">Make use of our additional features</mark>

[How to use the Study Area](/students/advanced-guide/how-to-use-the-study-area.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://help.codechum.com/students/getting-started/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.
