> ## 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.

# Opening a Sumo Card for Editing

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

After you have created a Sumo card as described in [Adding a Sumo Card](/s/article/360042925674 "Adding a Sumo Card"), you can open it for editing. The options available in the Edit view are the same as those in the Build view.

**To open an existing table for editing,**

1. Navigate to the card page where the Sumo card is found.
2. Mouse over the card that you want to edit.
3. Click
   <InlineImage src="/images/kb/ka05w00000123Qn-00N5w00000Ri7BU-0EM5w000005vOAb.png" /> > **Edit Card**.

   The **Edit** view opens.
