---
myst:
  html_meta:
    "description": "How-to guides for common sc-videos tasks"
    "property=og:description": "How-to guides for common sc-videos tasks"
    "property=og:title": "📖 How-to guides"
    "keywords": "Plone, how-to, guides, sc-videos"
---

# 📖 How-to guides

How-to guides are **goal-oriented**: they take you through the steps required to solve a real-world problem.

> A how-to guide addresses a specific question or problem.
>. [Diátaxis](https://diataxis.fr/how-to-guides/)

## 🔧 Configuration

- {doc}`configure-youtube-api`. Set up a YouTube Data API key for richer metadata.

## 🔌 Extending

- {doc}`add-a-video-provider`. Implement a new video provider (backend + frontend).

## 🎨 Theming

- {doc}`customize-player-theme`. Restyle the video player with CSS custom properties.

## 🧩 Layout

- {doc}`use-video-block-in-grid`. Place videos in multi-column Grid layouts.

## 🤝 Contributing

- {doc}`contribute`. Development setup, testing, and pull request workflow.

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

configure-youtube-api
add-a-video-provider
customize-player-theme
use-video-block-in-grid
contribute
```
