> For the complete documentation index, see [llms.txt](https://closer.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://closer.gitbook.io/documentation/learning-hub.md).

# Learning Hub

## Introduction to the Learning Hub

Knowledge sharing lies at the heart of the regenerative movement. The Learning Hub transforms your community's wisdom, practices, and insights into accessible educational content that can benefit members, visitors, and the wider movement for regenerative living.

![](https://github.com/user-attachments/assets/6581e0e5-7952-4349-ae4b-c4f74aa846db)

This module helps you create, organize, and share courses, workshops, documents, and multimedia content that capture your community's unique approach to regeneration. By making this knowledge accessible, you extend your impact beyond physical boundaries while potentially creating additional revenue streams to support your community's work.

***

## Adding Courses

Courses transform lived experience and expertise into structured learning journeys. The course creation tools help organize knowledge into digestible, engaging formats that honor both intellectual understanding and practical application—a balance essential to effective learning about regenerative practices.

You can:

* Define course title, summary, category, keywords
* Add course videos
* Create modular lessons and progress tracking

Courses can be public, gated by subscription, or accessible via token-based permissions.

***

## Managing Learning Hub Content

Content management ensures that your educational offerings remain relevant, accurate, and aligned with your community's evolving understanding and practices. These tools help maintain the quality and coherence of your knowledge base while making it accessible to appropriate audiences.

You can:

* Update or delete existing lessons
* Manage access settings by user role or subscription

The Learning Hub helps ensure that your wisdom is not only preserved—but shared, refined, and put into action across the global regenerative network.


---

# 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://closer.gitbook.io/documentation/learning-hub.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.
