> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://help.sigmacomputing.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server. # Text elements > Create Sigma text elements with preset or custom styles, dynamic formulas, links, and labels for workbook page headers and titles. Text elements add labels, headers, footers, and titles to workbook pages. You can use both preset styles and custom text styles. Text elements can be formatted to change their color, font style, font size, and can also display text dynamically using a formula. ## User requirements To add and edit text elements: * You must have **Can edit** or **Can explore** [access](/docs/folder-and-document-permissions#document-permissions) to the individual workbook. * You must be in **Edit** or **Explore** mode for the workbook. See [workbook modes overview](/docs/workbook-modes-overview). ## Create a text element To add a text element to a workbook: 1. In the **Add element** bar, select **UI** > **Text**. The new text element appears on the page. By default, when you create a text element, the **Medium paragraph** preset style is applied. 2. Begin typing to enter text. 3. (Optional) Use the toolbar at the top of the page to add custom formatting or select  **Link** to add a link. See [Add a link to text](#add-a-link-to-text). 4. (Optional) Drag and drop the text element to move it anywhere on the page canvas. ## Add a link to text To turn text in a text element into a link: 1. In the text element, select the text you want to link. 2. In the toolbar, select  **Link**, or press Cmd+K (Mac) or Ctrl+K (Windows). 3. In the **Link** field, enter the destination. Sigma supports the following link schemes: | Scheme | Opens | | :-------------- | :------------------------------------------------------------------------------ | | `http`, `https` | A webpage in the browser. | | `mailto` | A new message in the default mail app. For example, `mailto:sales@example.com`. | | `tel` | The default phone or dialer app. For example, `tel:+15551234567`. | | `sms` | The default messaging app. For example, `sms:+15551234567`. | If a link doesn't start with one of these schemes, Sigma treats it as a web address and adds `http://` to the beginning. 4. (Optional) Click **Try link** to test the destination. 5. (Optional) To open a web link in a new browser tab or window, select **Open in new window**. **Open in new window** is unavailable for `mailto`, `tel`, and `sms` links. These links always open in place, because the mail, phone, or messaging app on the device handles them. 6. Press Enter on your keyboard to apply the link. To build a link from a control value, inject the control into the **Link** field. For example, `mailto:{{email-control}}` builds the address from a control named `email-control`. See [Workbook control values in the URL](/docs/workbook-control-values-in-the-url). ## Use preset text styles To switch from one preset style to another preset style: 1. Select your text element and ensure the text is highlighted. 2. From the toolbar above, select your desired preset from the dropdown menu. The available presets are: **Large heading**, **Medium heading**, **Small heading**, **Large paragraph**, **Medium paragraph**, and **Small paragraph**. 3. Select color, bold, and italics options in the toolbar to further customize this preset text style. To use more customized text styles, see [Customize text typeface and size](#customize-text-typeface-and-size). ## Customize text typeface and size To apply a specific typeface or size option instead of using one of the preset styles: 1. Select your text element and ensure the text is highlighted. 2. In the toolbar, select  **Break style**. 3. Select your desired typeface from the dropdown menu. 4. Enter your desired font size. 5. Select color, bold, and italics options in the toolbar:
|  | **Bold** | Bold the selected text. |
|  | **Italic** | Italicize the selected text. |
|  | **Underline** | Underline the selected text. |
|  | **Highlight color** | Use the color picker, dropper, or palette to select a text highlight color. |
|  | **Advanced settings** | Under advanced settings, you can access the following settings: *  **Strikethrough**: Add a horizontal line through the center of the selected text. *  **Superscript**: Format the selected text as superscript. *  **Subscript**: Format the selected text as subscript. |
|  | **Text color** | Use the color picker, dropper, or palette to select a text color. |
|  | **Left align** | Change the alignment of the selected text. |
|  | **Center align** | Change the alignment of the selected text. |
|  | **Right align** | Change the alignment of the selected text. |