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

# Download

BeyondWords lets you download the audio and video you generate. You can then upload your content wherever you need—for example, to social media platforms.

* Audio downloads: **MP3 files**
* Video downloads: **MP4 files**

<Tip>
  You can also [share content via URL](/docs-and-guides/distribution/share-via-url) without downloading files—useful for internal review or distribution to platforms that accept direct links.
</Tip>

## Download audio

<Steps>
  <Step title="Open your project">
    Go to **Content → Items** in your [project dashboard](/docs-and-guides/get-started/projects).
  </Step>

  <Step title="Find your content">
    Click **••• → Download** alongside your chosen content item.
  </Step>

  <Step title="Choose what to download">
    Choose whether to download the audio article or audio summary. (You will only be able to download content you've generated.)

    A preview of your audio will appear in the player.
  </Step>

  <Step title="Download your file">
    Click **Download**. Your MP3 file will save to your default downloads folder.
  </Step>
</Steps>

## Download video

<Steps>
  <Step title="Open your project">
    Go to **Content → Items** in your [project dashboard](/docs-and-guides/get-started/projects).
  </Step>

  <Step title="Find your content">
    Click **••• → Download** alongside your chosen content item.
  </Step>

  <Step title="Choose what to download">
    Choose whether to download the video article or video summary. (You will only be able to select content you've generated.)

    If you've generated horizontal and vertical videos, you will need to select which format to download.

    A preview of your video will appear in the player.
  </Step>

  <Step title="Download your file">
    Click **Download**. Your MP4 file will save to your default downloads folder.
  </Step>
</Steps>

## FAQs

<AccordionGroup>
  <Accordion title="Can I download content in bulk?">
    Each content item returned by [Get content](/api-reference/content/show) includes an `mp3_url` field you can use to download audio programmatically. This is the recommended approach for bulk downloads.

    If you need assistance with bulk exports, please [contact support](/docs-and-guides/support/get-support).
  </Accordion>

  <Accordion title="Can I download files in other formats?">
    No, audio downloads are limited to MP3 and video downloads to MP4. You can use a file conversion tool if you need a different format.
  </Accordion>

  <Accordion title="Why isn't my download working?">
    If your download isn’t working, the selected content or format may not have been generated yet. Make sure the chosen audio or video format has been fully processed first.
  </Accordion>
</AccordionGroup>
