> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/skoai/program-curriculum.md).

# Program Curriculum

This page is the **SKOAI Curriculum Generator**, which uses AI to create professional training curricula.

<figure><img src="/files/c455Ze0AgCwSB37kyeIz" alt=""><figcaption></figcaption></figure>

Users enter a topic they want a curriculum for (such as Python Programming, Project Management or Communication Skills) in the input box and click **Generate Curriculum** to get an AI-generated structure. It also provides quick example topics to choose from and options like **Instant Generation**, **Structured Modules**, **Export to Markdown** and **Copy & Share** to customize, export, or share the generated curriculum easily.

#### <mark style="color:$success;">Generate curriculum</mark>

Clicking Generate curriculum button starts preparing AI-generated curricula.

<figure><img src="/files/Csk1SfkxeRW6ADhx49jh" alt=""><figcaption><p>Curriculum generation</p></figcaption></figure>

<mark style="color:$success;">**Copy**</mark>

This allows users to copy and share the curriculum generated. Clicking on "**Copy**" button in top right corner will display “**Curriculum copied to clipboard!**”.

<mark style="color:$success;">**Download**</mark>

This allows user to download the curriculum in local machine and share the curriculum that is downloaded. Clicking on "**Download"** button in top right corner will display “**Curriculum Downloaded!**”.

<figure><img src="/files/BZMFzOANiOWpIznkpJPM" alt=""><figcaption></figcaption></figure>

At the footer/bottom of the page display **Time Metrics** and **Token Metrics**.

The metrics should be visible for the entire curriculum and update based on the curriculum content.

<mark style="color:$success;">**Time**</mark>

Displays how long the system took to generate the curriculum content. It helps users understand the processing duration for their request. It is display at the footer of content.

<mark style="color:$success;">**Tokens**</mark>

Indicates the number of AI tokens consumed to create the curriculum. Tokens represent the amount of text processed and generated by the AI, which is useful for tracking usage, limits, or cost monitoring. It displays at the footer of content.


---

# 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:

```
GET https://docs.skolar.li/skoai/program-curriculum.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.
