# Getting Started

This tutorial will walk you through the process of setting up your development environment, demonstrate the basics of Python, JavaScript, HTML and CSS, and show you how to make your first contribution.

1. [Installation](https://code.ubyssey.ca/installation)
2. [Your first task](https://code.ubyssey.ca/getting-started/your-first-task)
3. [How to use Git](https://code.ubyssey.ca/getting-started/how-to-use-git)
4. [Backend Development](https://code.ubyssey.ca/getting-started/backend)
5. Frontend (coming soon)
6. Submitting for approval (coming soon)
7. [Creating and running test cases](https://code.ubyssey.ca/getting-started/testing)


---

# 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://code.ubyssey.ca/getting-started.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.
