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

# CLI

export const LoomVideo = ({id}) => <div style={{
  position: 'relative',
  paddingBottom: '64.63195691202873%',
  height: 0
}}>
    <iframe src={`https://www.loom.com/embed/${id}`} allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%'
}}></iframe>
  </div>;

The CLI allows you to bootstrap a new block, creating all the necessary files and folders to get started.

It asks you a few questions about your block, and then creates the files and folders for you.

<LoomVideo id="5773d3a1b3eb4613bd373612f84fde31" />
