# Storyboard

Le storyboarding sur Morphic vous aide à convertir des idées en cadres visuels clairs avant la génération finale. Il vous permet de planifier les scènes, l'intention de la caméra et le flux visuel dès le début du processus créatif.

Il existe trois façons de faire du storyboarding sur Morphic :

1. [Storyboarding à l'aide d'un script](/docs/fr/guides-pratiques/storyboarding/storyboarding-using-a-script.md)
2. [Storyboarding à l'aide de références visuelles](/docs/fr/guides-pratiques/storyboarding/storyboarding-using-visual-references.md)
3. [Storyboarding à l'aide d'une grille](/docs/fr/guides-pratiques/storyboarding/storyboarding-using-a-grid.md)

***


---

# 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://morphic.com/docs/fr/guides-pratiques/storyboarding.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.
