> For the complete documentation index, see [llms.txt](https://skolarships.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skolarships.gitbook.io/documentation/getting-started/what-is-skolarships/mission-and-vision/roadmap.md).

# Roadmap

{% tabs %}
{% tab title="Product" %}

## ✅ **Q2 2024**

**June**

* [x] Finalized Business Plan
* [x] Skolarships.com Acquisition
* [x] Initial Investor Pitch Deck
* [x] Platform Design

## 🔜 **Q3 2024**

**July - September**

* [x] Platform Prototype
* [x] Core Development Team Hires
* [ ] Platform Bug Testing & Staging
* [ ] Skolar Rewards Platform Launch

## 🔜 **Q4 2024**

**October - December**

* [ ] $SKO Launch
* [ ] Platform Beta Testing
* [ ] Bug Fixes & Updates

## 🔜 **Q1 2025**

**January - March**

* [ ] Skolarships Platform Release (Desktop)
* [ ] Skolarships Platform Release (Mobile)
  {% endtab %}

{% tab title="Marketing & BD" %}

## ✅ **Q2 2024**

**June**

* [x] Branding Kit
* [x] Initial Landing Page
* [x] Company Incorporation (EU)
* [x] Company Incorporation (Asia)
* [x] Company Incorporation (USA)

## 🔜 **Q3 2024**

**July - September**

* [x] Explainer Video(s)
* [ ] Skolar Rewards Program Launch
* [ ] Social Accounts Active
* [ ] Fundraising
* [x] Coinfest 2024
* [ ] Token 2049 Singapore
* [ ] Core Marketing & PM Team Hired

## 🔜 **Q4 2024**

**October - December**

* [ ] USA PSP Partnership(s)
* [ ] Asia PSP Partnership(s)
* [ ] Europe PSP Partnership(s)
* [ ] Launchpad Partnership
* [ ] Qualified KOL Community Partnerships (Web2 + Web3)

## 🔜 **Q1 2025**

**January - March**

* [ ] Continued Qualified KOL Community Partnerships (Web2 + Web3)
* [ ] Course Creation Studio Set Up
* [ ] Affiliate Programs for Platform + Creators Launched
  {% endtab %}
  {% endtabs %}


---

# 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://skolarships.gitbook.io/documentation/getting-started/what-is-skolarships/mission-and-vision/roadmap.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.
