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

# AI Service Layer Settings

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

### Intro

Domo admins have access to the AI Service Layer settings. Here they can view details about the Domo Default Model for each available service.

The available AI services are described below. You can use these services in Jupyter Workspaces, Domo apps, Domo Bricks, and Workflows.

**Text-to-SQL**

This service accepts text and DataSet metadata, such as the schema, as input and generates SQL.

**Text Generation**

This service acts as an ask-and-answer. Enter a question into the input parameter and the service returns an answer.

**Text-to-Beast-Mode**

This service accepts text input and returns operative Beast Mode calculations.

**Text Summarization**

This service accepts text input and generates a summary of the text.

***

### Access AI Service Layer Settings

Access the settings from the navigation header by selecting **More** > **Admin**.

The Admin Settings display.

In the **AI Service Service Layer** menu, select **Services**.

On the **Services** page, select the dropdown and choose from the available services.

<Frame>
  <img alt="Screenshot 2024-12-04 at 9.57.13 AM.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/G0VLFwhKwFtlENBF/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049WMX.jpg?fit=max&auto=format&n=G0VLFwhKwFtlENBF&q=85&s=b1c8557faf1cf51779cc18d638a5e2aa" style={{width: 651, height: 229}} width="1330" height="468" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049WMX.jpg" />
</Frame>

Each service has a Domo Default Model. For the Default Model, select <InlineImage src="/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWd.jpg" /> **More** > **View Prompt** to display the prompt for that service.

<Frame>
  <img alt="more view prompt.jpg" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/G0VLFwhKwFtlENBF/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049cF3.jpg?fit=max&auto=format&n=G0VLFwhKwFtlENBF&q=85&s=aa02d7d99bbab0b3a3b8266fda3b31ee" style={{width: 899, height: 291}} width="1884" height="610" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EMVq0000049cF3.jpg" />
</Frame>

<Frame>
  <img alt="Screenshot 2023-08-30 at 4.29.23 PM.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/G0VLFwhKwFtlENBF/images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWT.jpg?fit=max&auto=format&n=G0VLFwhKwFtlENBF&q=85&s=a1ab52b24df51ae6ff7da4ee9df7db3d" style={{width: 510, height: 360}} width="1468" height="1036" data-path="images/kb/ka0Vq0000005GKH-00N5w00000Ri7BU-0EM5w000006vkWT.jpg" />
</Frame>

These documents will be updated as more functionality is added.
