Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/includes/dataverse-knowledge-skill-location.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ ms.localizationpriority: medium

To find the unique `skill` identifier for the Dataverse knowledge sources you want to include:

1. In Copilot Studio, follow the instructions in [Add a Dataverse knowledge source](https://learn.microsoft.com/microsoft-copilot-studio/knowledge-add-dataverse) to create a new declarative agent with Dataverse knowledge.
1. Select **Publish** and then download the .zip file.
1. Unzip and open the declarativeAgent.json file.
1. The `skill` value is included in the `knowledge_sources` section, as shown in the following example.
1. In Copilot Studio, in the left pane, choose **Agents** > **Copilot for Microsoft 365**, and select **Add** to create a new agent.
3. Follow the instructions in [Add a Dataverse knowledge source](https://learn.microsoft.com/microsoft-copilot-studio/knowledge-add-dataverse) to add Dataverse knowledge.
4. Select **Publish**, and then download the .zip file.
5. Unzip and open the declarativeAgent.json file.
6. The `skill` value is included in the `knowledge_sources` section, as shown in the following example.

```json
{
Expand Down