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

# Downloading a Document from Domo

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can download a document, image, or video that has been uploaded to your Domo account. You do this in the Details page for the uploaded file. If multiple versions of the file have been uploaded, you can download the desired version.

You can also download files by opening them from Buzz. For more information, see [Downloading Files from Buzz](/s/article/360043430313 "Downloading Files from Buzz").

**To download a document, image, or video,**

1. Click the Doc Card.

   The Details view opens.
2. (Conditional) If you want to download a non-current version of the file...

   1. Scroll to the bottom of the Details view.
   2. Click the desired version of the file in the versions panel.

      The preview in the Details view is replaced by a preview of the file version you selected.
   3. Scroll back to the top of the Details view.
3. Mouse over the top portion of the preview.
4. Click
   <InlineImage src="/images/kb/ka05w00000123TM-00N5w00000Ri7BU-0EM5w000005vOGs.png" />.

For information about uploading a document, see [Updating a Doc Card](/s/article/360042925614 "Adding a Document Card to Domo").
