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

# Learning Resources

### Unsub webinar series

Unsub runs a webinar series, with the goal of bringing together Unsub users to learn from one another as well as for us to disseminate Unsub best practices.&#x20;

We have a dedicated webinars page on the Unsub website. Find it at: <https://unsub.org/webinars>

Recordings of each webinar are available at our Vimeo page at: <https://vimeo.com/channels/1768002>

### Other resources

Note that we also have some older Unsub talks on Vimeo as well. Find those at <https://vimeo.com/unsub>

Unsub has a press page with links to articles: <https://unsub.org/press>

A few articles have been published recently that mention Unsub. We know it can be interesting and useful to read and share these with others, so check them out:

* [Taking a Big Bite Out of the Big Deal ](https://scholarlykitchen.sspnet.org/2020/05/19/taking-a-big-bite-out-of-the-big-deal/)on Scholarly Kitchen by Lisa Hinchliffe
* [This tool is saving universities millions of dollars in journal subscriptions](https://www.sciencemag.org/news/2020/07/tool-saving-universities-millions-dollars-journal-subscriptions) in *Science*
* [Unsub Gives Libraries Powerful Evidence to Walk Away from Big Deals](https://sparcopen.org/news/2020/unsub-gives-libraries-powerful-evidence-to-walk-away-from-big-deals/) on SPARC's blog
* [Tools for Negotiation: Using Unsub to Assess Subscription Value](https://us02web.zoom.us/rec/play/6ZQqd-D-qj03HYeS5ASDBv4rW9TuLKus0SZPr6VexErmUHIAMFGnZbNGYbRfWMJqTCSu1P1QU_dND0Is?continueMode=true), SPARC webinar with Heather Piwowar, Nathan Mealey (Wesleyan), Mark McBride (SUNY), and Katharine Macy (UIPUI)
* [No More Big Deal? Picking and Choosing Titles for Use](https://www.niso.org/events/2020/07/no-more-big-deal-picking-and-choosing-titles-use), NISO webinar (Unsub mentioned often) with Keith Webster (CMU), Evviva Weinraub Lajoie (State University of New York at Buffalo), and Curtis Brundy (Iowa State University)


---

# 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://docs.unsub.org/webinars.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.
