# Overview

Falkor Pathways is the new learning layer that allows for a **learning journey to exist across multiple platforms** and/or in the physical realm.&#x20;

**Pathways is a path of activities** that are fulfilled in order to progress towards a goal (short or long term). Falkor Pathways is agnostic in nature, allowing **activities to exist in and outside the platform**. This creates a higher layer that focuses on task fulfilment to create a meaningful experience.

### **Fluid Learning**

A multitude of learning experiences can be connected and driven by a single mechanism (Pathway). All learning across environments can remain consistent & connected under one umbrella: [physical](https://docs.falkor.io/pathways/pathway-activities/real-world/physical-activity) (class, event, on-location), digital ([audio](https://docs.falkor.io/pathways/pathway-activities/watch-and-listen/audio), [video](https://docs.falkor.io/pathways/pathway-activities/watch-and-listen/video-activity), [podcast](https://docs.falkor.io/pathways/pathway-activities/watch-and-listen/podcast), [YouTube](https://docs.falkor.io/pathways/pathway-activities/watch-and-listen/youtube-video-activity), module, [assessment](https://docs.falkor.io/pathways/pathway-activities/read/assessment), [article](https://docs.falkor.io/pathways/pathway-activities/read/story-activity)), [off-platform ](https://docs.falkor.io/pathways/pathway-activities/web-activity)(LMS, website, app, stand-alone modules, games), and on-platform (Falkor app).

### &#x20;**Fulfilment & Meaningfulness**

Learning activities become actual tasks that are completed by fulfilment. These tasks can be something that is digital, or something that is physical. Such activities are placed along a path that drives progression by completion (fulfilment) towards a goal (meaningfulness). This allows all learning (digital or physical) to be driven by a single, fluid process.

## Pathway API Setup

When a pathway is create&#x64;**,** a dedicated API account and webhooks are automatically generated for the pathway. To access API & Webhook settings for a pathway, simply open a pathway and navigate to **API & Webhooks**.

{% content-ref url="/pages/-MJVh1nW1o\_KYjZY\_6eI" %}
[API Manager](/falkor-dev-docs/overview/api-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MILDIkjuq4JAZQrfay9" %}
[Webhooks](/falkor-dev-docs/pathways/webhooks.md)
{% endcontent-ref %}

## Pathway API & Webhooks

### Enrolments

The pathway enrolment endpoint allows listing and managing user enrolments on pathways.

{% content-ref url="/pages/-MJAyhj4fdT\_AbYXBA-N" %}
[Enrolments](/falkor-dev-docs/pathways/enrolments.md)
{% endcontent-ref %}

### Web Activities & Tracking

The Web Tracking API works directly with the Web Activity on Pathways and allows for light to deep integration. Web activities are experiences that happen off the Falkor app and can be anything from a static website to a full-scale platform.

{% content-ref url="/pages/-MHQKJNY4KJtAkBn8ZT2" %}
[Web Tracking](/falkor-dev-docs/pathways/webtracking.md)
{% endcontent-ref %}

### Classroom & Event Bookings

[Classroom & Event activities](https://docs.falkor.io/pathways/pathway-activities/facilitation) on Pathways provides an end-to-end booking system that **allows users to register their attendance** for any available facilitated dates. The Event API allows for integration into bookings that occur on Classroom & Event Activities.

{% content-ref url="/pages/-MILD7lYQ0B\_kjfPwfG2" %}
[Classroom & Events](/falkor-dev-docs/pathways/events-and-bookings.md)
{% endcontent-ref %}

### Rewards

The [Reward activity](https://docs.falkor.io/pathways/pathway-activities/awards/reward-activity) on Falkor Pathways allows users to acquire rewards (vouchers). These can be used to redeem via peer-to-peer confirmation but can also be integrated with via the Reward API.

{% content-ref url="/pages/-MILCZt94yO4w-IAkMDX" %}
[Rewards](/falkor-dev-docs/pathways/rewards.md)
{% endcontent-ref %}

### Webhooks

Pathways also facilitate webhooks on enrolments, bookings and rewards. This allows event-driven integration when a user enrolls on a pathway, gains a reward, or books an attendance.

{% content-ref url="/pages/-MILDIkjuq4JAZQrfay9" %}
[Webhooks](/falkor-dev-docs/pathways/webhooks.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://everyday-digital.gitbook.io/falkor-dev-docs/pathways/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
