> 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/welcome-to-this-oer-webinar.md).

# Welcome to this OER Webinar!

Welcome to this webinar on Open Educational Resources (OERs), where you will learn about the **basic concepts, benefits and challenges of creating and sharing OERs**. This webinar consists of two sessions of two hours each, with a day of homework in between so that you can reflect on your own OER project.

In the first session, we will introduce the definition and principles of OERs, and explore some examples of OERs from different disciplines and contexts. We will also discuss some tools and platforms you can use to create and publish your OERs and compare their pros and cons. After a break, we will share a template to help you organize your work and plan your OER project. You will have time to work independently or in groups and get feedback from the facilitators and peers.

The homework for the first day is to complete the template with your OER idea and prepare a short presentation for the next session. You can use any format or tool you prefer if it is accessible and open.

In the second session, we will start with a brief overview of copyright and open licensing for OERs, and explain how to choose and apply for an appropriate license for your work. We will then invite you to present your OER project to the rest of the group and give constructive feedback and suggestions. Finally, we will wrap up the webinar by identifying your needs and resources to materialize your OER project and sharing tips and best practices for OER creation and dissemination.

[![Licença Creative Commons](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)\
This webinar is licensed under [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/).


---

# 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/welcome-to-this-oer-webinar.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.
