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

# Understanding the Connector Options Menu Items

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

When editing a DataSet, you can select options in the Options menu by clicking <InlineImage src="/images/kb/ka05w00000123ul-00N5w00000Ri7BU-0EM5w000005vPVz.png" />. This menu appears only if you are the DataSet owner or have an Admin security role. For more information about security roles, see [Default Security Role Reference](/s/article/360043438953).

<table data-aura-rendered-by="33:208;a"><thead><tr class="wysiwyg-text-align-left"><td colspan="1" rowspan="1"> Option </td><td colspan="1" rowspan="1"> Description </td></tr></thead><tbody><tr><td colspan="1" rowspan="1"> Edit Name & Description </td><td colspan="1" rowspan="1"> Lets you edit the title and description of the DataSet. </td></tr><tr><td colspan="1" rowspan="1"> Run Now </td><td colspan="1" rowspan="1"> Lets you update the data in the DataSet instead of waiting for the next scheduled run. </td></tr><tr><td colspan="1" rowspan="1"> Tags </td><td colspan="1" rowspan="1"> Lets you see and add tags to the DataSet to help with searching for the DataSet in the Data Center. </td></tr><tr><td colspan="1" rowspan="1"> Notifications </td><td colspan="1" rowspan="1"> Lets you set notifications for the DataSet. </td></tr><tr><td colspan="1" rowspan="1"> Request certification </td><td colspan="1" rowspan="1"> Lets you send the DataSet to be certified as an official DataSet used by your company. For more information on certification see <a href="/s/article/360043430613" target="_self"> Certifying Cards and DataSets </a>. </td></tr><tr><td colspan="1" rowspan="1"> Chart color rules </td><td colspan="1" rowspan="1"> Lets you see and add Color Rules saved to the DataSet so that all Cards powered from the DataSet will display the same color scheme. </td></tr><tr><td colspan="1" rowspan="1"> Share DataSet </td><td colspan="1" rowspan="1"> Lets you add users to the DataSet so they can view it. </td></tr><tr><td colspan="1" rowspan="1"> Export data </td><td colspan="1" rowspan="1"> Lets you export the DataSet to either an Excel or CSV file. </td></tr><tr><td colspan="1" rowspan="1"> Delete </td><td colspan="1" rowspan="1"> Lets you delete the DataSet from Domo. </td></tr></tbody></table>
