> For the complete documentation index, see [llms.txt](https://fundamentalslite.rocketacademy.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fundamentalslite.rocketacademy.co/course-logistics/post-course/upgrading-to-paid-fundamentals.md).

# Upgrading to Paid Fundamentals

Any time during Fundamentals Lite, if you gain further interest in coding, consider joining us in the paid version of Fundamentals!

## In Coding Fundamentals you will get:

* **Longer course with more advanced material to help you prepare for Bootcamp and ultimately become a software engineer**
* LinkedIn badge at the end of the course to share your latest achievement with friends and potential employers
* Dedicated section leader for every \~12 students that meet twice a week to review concepts and answer questions
* Access to section, batch and course Slack channels for support between classes
* The chance to meet and pair program with like-minded individuals looking to progress in their software engineering journeys

<figure><img src="/files/HoMc3vIjvXuPuCUmHOrG" alt=""><figcaption><p><em>Just some of the happy faces we see in Fundamentals!</em></p></figcaption></figure>

## How to upgrade:

1. Email us at <jill@rocketacademy.co> with your name and the Fundamentals batch you would like to join
2. Quick interview with our Head of Fundamentals who will ensure you have caught up with the course and are ready to join the current Fundamentals batch
3. Receive and pay invoice for SGD$199\*
4. Rocket will add you to the Coding Fundamentals Slack workspace, relevant Slack channels and Coding Fundamentals classes

*\*Rocket provides all Coding Fundamentals graduates with a unique code that grants SGD$200 off Rocket's Coding Bootcamp.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fundamentalslite.rocketacademy.co/course-logistics/post-course/upgrading-to-paid-fundamentals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
