> 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.md).

# Day 1

- [Session 1: Introduction to OERs and Case Studies](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies.md): What we will learn: Introduction to OERs and their importance in education and sharing
- [OERs and Why it is Important](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/oers-and-why-it-is-important.md)
- [Basic concepts of OERs](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/basic-concepts-of-oers.md)
- [Tools & Platforms](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms.md)
- [Khan Academy](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/khan-academy.md)
- [OpenStax](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/openstax.md)
- [Europeana](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/europeana.md)
- [Learning Management Systems (LMS)](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/learning-management-systems-lms.md)
- [OER Commons](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/oer-commons.md)
- [WikiHow](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/wikihow.md)
- [Appropedia](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/appropedia.md)
- [GitBook](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/gitbook.md)
- [Edubuntu](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/edubuntu.md)
- [Codrawings and Toy Variables](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/codrawings-and-toy-variables.md)
- [YouTube](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/tools-and-platforms/youtube.md)
- [And much more...](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)
- [Q\&A 1](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-1-introduction-to-oers-and-case-studies/q-and-a-1.md): Watch the video and gather questions and discuss participants experiences and ideas for using OERs in education.
- [Session 2: Planning and Development of OER Projects](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-2-planning-and-development-of-oer-projects.md): What will we learn: plan our OER projects
- [Planning and Organizing Your OER: A Step-by-Step Guide](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-2-planning-and-development-of-oer-projects/planning-and-organizing-your-oer-a-step-by-step-guide.md)
- [How to use the provided template model](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-2-planning-and-development-of-oer-projects/how-to-use-the-provided-template-model.md)
- [Homework](https://doutorsocrates.gitbook.io/open-education-resources-webinar/day-1/session-2-planning-and-development-of-oer-projects/homework.md)


---

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