> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mage tips & tricks

> Here are all the great ways you can make the most of Mage.

<AccordionGroup>
  <Accordion title="Version Control" icon="robot">
    Mage has native version control for your files, so you'll never lose work again!
    Check it out in our docs [here](/getting-started/file-versions) or see the video below for a tutorial.

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/bz8xLeoKzFo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="DuckDB integration" icon="duck">
    Mage integrates with DuckDB! Watch the video below to learn more or read on [here](/integrations/databases/DuckDB).

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/FmATfXoWudM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="Edit Pipelines with AI" icon="robot">
    Mage has an integration with the OpenAI API. Watch the video to learn about how you can generate pipelines using the power of AI.

    See our full docs [here](/development/ai/overview) for more info.

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/KNBkVhtflzU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="Stream data to any destination" icon="water">
    Mage supports streaming data to any of our destinations. Watch the video below to learn about configuring a streaming pipeline in under a minute!

    See our full docs [here](/streaming/overview) for more info.

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/9STvcYIBXdc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="Use Conditional Blocks" icon="question">
    Watch this video to learn how you can use Conditional Blocks to add conditional execution and branching logic to your next data pipeline!

    See our full docs [here](/design/blocks/conditionals) for more info.

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/D05C7atfCRQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="Replicate Blocks" icon="block">
    Watch this video to learn how you can use Replica Blocks to add conditional execution and branching logic to your next data pipeline!

    See our full docs [here](/guides/blocks/replicate-blocks) for more info.

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/M_bBCSTNDw4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>

  <Accordion title="Use Split Pane View" icon="window">
    The Mage pipeline editor can be used in a single, notebook-style interface *or* in a split-pane view, with block output displayed on the right and blocks themselves on the left.

    Split pane view can be enabled by selecting the "split" icon in the pipeline editor, as shown below:

    <Frame>
      <img src="https://github.com/mage-ai/assets/blob/main/split-pane-view.png?raw=true" />
    </Frame>

    Can't wait to try it out? Check out the video below for a demo!

    <Frame>
      <iframe width="560" height="315" src="https://www.youtube.com/embed/x4VLyIG6fCc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>
  </Accordion>
</AccordionGroup>
