---
myst:
  html_meta:
    "description": "Tutorials for getting started with sc-videos"
    "property=og:description": "Tutorials for getting started with sc-videos"
    "property=og:title": "🎓 Tutorials"
    "keywords": "Plone, tutorials, sc-videos, getting started"
---

# 🎓 Tutorials

Tutorials are **learning-oriented**: they take you through a series of steps to complete a project.
They help you get started and build confidence with sc-videos.

> A tutorial is what you decide a beginner needs to know.
>. [Diátaxis](https://diataxis.fr/tutorials/)

## 📚 Available tutorials

- {doc}`install`. Install sc-videos in an existing Plone project (backend + frontend).
- {doc}`create-a-video`. Create a Video content item and fetch metadata from YouTube or Vimeo.
- {doc}`embed-video-in-page`. Embed an existing Video in any page using the Video block.

```{toctree}
:hidden: true
:maxdepth: 1

install
create-a-video
embed-video-in-page
```
