> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scaleapp.se/llms.txt
> Use this file to discover all available pages before exploring further.

# Product concepts

> Learn the core terms that ScaleApp Education uses.

Use these terms consistently when you work in ScaleApp Education.

## Organization

An organization is the customer entity that owns a workspace, its people, courses, billing account, and learning records.

## Workspace

A workspace is the administration area for one organization.

## Course catalogue

A course catalogue is the set of courses that an organization makes available to its learners or teams.

## Course version

A course version is a controlled version of a course. Publishing uses the selected course version.

## Enrollment

An enrollment connects a learner to a course. An enrollment records the learner status and progress.

## Public profile

A public profile is the organization catalogue page. Its URL uses an organization slug:

```text theme={null}
/orgs/<organization-slug>
```

## Course slug

A course slug is the readable part of a public course URL:

```text theme={null}
/courses/<course-slug>
```

ScaleApp Education creates a unique course slug when it creates a course version.
