> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/e-class-in-bizverse/faqs.md).

# FAQs

### What do Bizverse E-Class courses include?&#x20;

Each Bizverse E-Class course is created, owned and managed by the instructor(s). The foundation of each Bizverse course are its lectures, which can include videos, slides, and text. In addition, instructors can add resources and various types of practice activities, as a way to enhance the learning experience of students.

### How do I take a Bizverse E-Class course?&#x20;

Bizverse E-Class courses are entirely on-demand. You can begin the course whenever you like, and there are no deadlines to complete it. Bizverse E-Class courses can be accessed from several different devices and platforms, including a desktop, laptop, and our mobile app.&#x20;

After you enroll in a course, you can access it by clicking on the course link you will receive in your confirmation email (provided you’re logged into your Bizverse E-Class account). You can also begin the course by logging in and navigating to your My learning page.

### **Do I have to start my Bizverse E-Class course at a certain time? And how long do I have to complete it?** <a href="#h_01f5kp2y5paxp28eghqwzcqsab" id="h_01f5kp2y5paxp28eghqwzcqsab"></a>

As noted above, there are no deadlines to begin or complete the course. Even after you complete the course you will continue to have access to it, provided that your account’s in good standing, and Bizverse E-Class continues to have a license to the course.


---

# 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://documentations.bizverse.world/e-class-in-bizverse/faqs.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.
