Skip to content

Removing SP URL restriction #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2025
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
13 changes: 3 additions & 10 deletions docs/copilot-studio-agent-builder-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,11 @@ The following table lists the supported file types and their respective limits.
> [!IMPORTANT]
> If [Restricted SharePoint Search](/sharepoint/restricted-sharepoint-search) is enabled, you won't be able to use SharePoint as a knowledge source.

#### Entering a URL for a SharePoint site or folder
#### Entering a URL for a SharePoint site, folder, or file

You can enter a URL for a SharePoint site or folder, such as `contoso.sharepoint.com/sites/policies`. The agent searches the URL and subpaths. For example, a URL such as `contoso.sharepoint.com/sites` also includes subpaths like `contoso.sharepoint.com/sites/policies`. The agent uses relevant information to provide a targeted response.
You can enter a URL for a SharePoint site, folder, or file. The agent searches the URL and subpaths. For example, a URL such as `contoso.sharepoint.com/sites` also includes subpaths like `contoso.sharepoint.com/sites/policies`. The agent uses relevant information to provide a targeted response.

> [!NOTE]
>
> - Recognized SharePoint URLs are from the sharepoint.com domain and contain the path `{org}.sharepoint.com/sites/{site}`.
> - SharePoint site URLs can't be more than two levels deep.
> - Only modern pages are supported.
> - Content from classic aspx pages on SharePoint aren't used to generate answers.

After providing the SharePoint site URL, press **Enter** to add it as a knowledge source.
After you provide the SharePoint URL, press **Enter** to add it as a knowledge source.

#### Opening the SharePoint file picker

Expand Down