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

# 14. Outro

> Add an outro to the end of your video to wrap up content and encourage viewer actions.

Add an outro to the end of your video. Outros help wrap up content cleanly and can encourage viewers to take actions like subscribing, following, or watching the next clip.

## How It Works

The Outro tile inserts an outro clip **after** your main content. You can choose between Mosaic's pre-made outros or upload your own branded outro.

## Input & Settings

### Outro Source

Two choices:

1. **Use Mosaic Outro**
   * Adds a simple, generic outro for quick exports.
2. **Use Custom Outro**
   * Lets you upload your own outro, such as:
     * End cards
     * Social handles
     * Subscribe prompts
     * Brand bumpers

Use **Custom** if you have branding assets.

***

## API Info

<AccordionGroup>
  <Accordion title="Node Params & API Details" icon="code">
    * **Node ID:** `cf517f33-3f78-4d55-88c2-a7d8478f8ef9`

    ### Node params

    | Param                   | Type                   | Required    | Default    | Notes                                           |
    | ----------------------- | ---------------------- | ----------- | ---------- | ----------------------------------------------- |
    | `use_custom_outro`      | `"mosaic" \| "custom"` | Yes         | `"mosaic"` | Select built-in outro vs uploaded custom outro. |
    | `custom_outro_video_id` | `string` (UUID)        | Conditional | unset      | Required when `use_custom_outro="custom"`.      |

    ### Scenario requirements

    * If `use_custom_outro="custom"`, provide `custom_outro_video_id`.

    ### Runtime notes

    * UI upload flow is MP4-focused and stores custom outro as an asset ID.

    ### Example

    ```json theme={null}
    {
      "use_custom_outro": "custom",
      "custom_outro_video_id": "dddddddd-eeee-ffff-0000-111111111111"
    }
    ```
  </Accordion>
</AccordionGroup>
