---
title: "Copilot"
slug: "sa-copilot"
updated: 2024-08-02T14:38:23Z
published: 2024-08-02T14:38:23Z
canonical: "help.symphonysummitai.com/sa-copilot"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.symphonysummitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Service Automation Copilot for Skills

### Overview

Generative AI Capability feature revolves around leveraging generative AI, a subset of artificial intelligence, to assist users in creating code for service automation. The AI system generates and displays the corresponding code based on the user input.

![SAuto%20benefits](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/SAuto%20benefits.gif)

### Benefits

![Q%20and%20A](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/Q%20and%20A.png)

### How does it work?

In order to generate the code, the application must be integrated with AI service provider platform which requires API details of the platform. As of now, the integration is available for **CodeLlama** platforms.

> [!NOTE]
> Note
> 
> The AI platform integration is currently performed in the back end. To use **CodeLlama**, the API and token must be updated from the back end.

### Prerequisite

To use the **Copilot** feature on the **Skills** page, the copilot option should be enabled first.

1. Navigate to **Application Settings > Copilot** page.
2. On the Copilot page, enable the **Copilot** option and provide the required details in mandatory fields as shown below.

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-JEPI2Y2Y.png)

Figure: Application Settings - Copilot option

**Field Description**

| Field | Description |
| --- | --- |
| Enable Copilot | Switch this toggle to enable the copilot option. |
| Provider * | Provider field indicates the company or entity that supplies the AI or machine learning service. |
| Model * | Model field specifies the particular AI or machine learning model being utilized. This can vary significantly depending on the provider and the task at hand. |

This is a mandatory step to utilize the **Copilot** feature. If you miss this step, don't worry! We'll guide you to this page when you visit the **Skills** page if this option is not enabled beforehand.

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-4DOX8J4Q.png)

Figure: New Skill page

Upon clicking **Application Settings** hyperlink, you will be guided to **Copilot** page to enable the option.

### View Copilot

To view Copilot feature on Skills page, perform the following steps:

1. Navigate to **Menu > Skills > Manage Skills > New Skill**.
2. Select the desired **Language** from the drop-down, which is a mandatory field.
3. Click the **“Empower your skills with Copilot”** drop-down to see the prompt window with text field and **Generate** button.

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-S1Z7THHQ.png)

Figure: Copilot prompt window
4. In the prompt text box, type in the requirement and click Generate to generate the code. The code is displayed in the skill editor block.

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-A6A3VOMW.png)

Figure: Copilot skill generation

Let’s see Copilot functionality in action!

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/copilot new example gif.gif)

> [!NOTE]
> Note
> 
> When you click **Review Your Skill** button after generating the skill through Copilot, the following validation message is displayed.
> 
> ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-8D6LIWYI.png)
> 
> **Reason**: The **Review Your Skill** option is useful when you write the code yourself or make changes to the Copilot-generated code. It ensures the code is correct by performing a check/validation.
> 
> The code generated by Copilot, powered by AI, is typically accurate and may not require further validation.

> [!WARNING]
> What happens if the Copilot option is disabled?
> 
> The following warning message is displayed if the copilot option is disabled.
> 
> ![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-USZA7CQ9.png)

#### Review Your Skill

This option can be used to check and validate the skill entered in the block, ensuring it is correct and error-free.

Upon clicking **Review Your Skill** button, Copilot Suggestions grid is displayed as follows:

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-T3DXDZRW.png)

Figure: Copilot Suggestions grid

If you wish to keep the original skill code, select the first option. If you wish to use the copilot recommended code, select the second option.

Once a skill is generated by **Copilot** and saved, it appears on the **Skill List** page. To differentiate between normal skills and those generated by Copilot, Copilot skills are highlighted with an icon, as shown below:

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/image-B34S3AJ4.png)

Figure: Skills list page with copilot skill
