> For the complete documentation index, see [llms.txt](https://doutorsocrates.gitbook.io/open-education-resources-webinar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/and-much-more....md).

# And much more...

{% embed url="<https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZWI2YjM4ZDNlZWRmNjY1MDgwNGQwOTU5NzFhZDc5ZmJlYTUxZjNkMCZlcD12MV9pbnRlcm5hbF9naWZzX2dpZklkJmN0PWc/26gswJ6kOz9EIQWWI/giphy.gif>" %}

* Mahara ([mahara.org](https://mahara.org)): Mahara is an open-source ePortfolio platform that enables learners to create and share their digital portfolios, showcasing their achievements, reflections, and evidence of learning. It supports lifelong learning and provides a space for self-directed learning documentation.
* EdX ([edx.org](https://edx.org)): EdX is a massive open online course (MOOC) platform that offers free access to courses from top universities and institutions worldwide. Learners can access course materials, participate in discussions, and earn certificates of completion.
* MIT OpenCourseWare ([ocw.mit.edu](https://ocw.mit.edu)): MIT OpenCourseWare offers free access to course materials from nearly all of MIT's undergraduate and graduate programs. Learners can access lecture notes, assignments, exams, and other resources to enhance their understanding of various topics.
* PhET Interactive Simulations ([phet.colorado.edu](https://phet.colorado.edu)): PhET provides interactive science and mathematics education simulations. These simulations allow learners to explore scientific concepts and phenomena through hands-on virtual experiments.
* CK-12 Foundation ([ck12.org](https://www.ck12.org/)): CK-12 offers customizable digital textbooks and resources for K-12 education. Their materials cover various subjects and are designed to adapt to different learning styles and educational needs.
* Curriki ([curriki.org](https://www.curriki.org/)): Curriki is a global community that provides an extensive library of free, open educational resources contributed by educators worldwide. It covers diverse subjects, grade levels, and instructional formats.
* Open Textbook Library ([open.umn.edu/opentextbooks](https://open.umn.edu/opentextbooks)): The Open Textbook Library provides a wide range of peer-reviewed, openly licensed textbooks for various college-level subjects. Expert authors create these textbooks and are freely available to students, significantly reducing their textbook expenses.


---

# 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://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/and-much-more....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.
