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
35 changes: 35 additions & 0 deletions Agents/AI ERP Agents/User Onboarding Agent/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,39 @@ This step passes structured data to the Copilot Agent for further decision-makin

---

## Note on Responsible AI

Microsoft publishes Responsible AI principles, standards, and processes to support the development of innovative, trustworthy, and secure AI systems.

---

### Transparency and Security Boundaries

This agent template is provided as a starting point for building agents with Microsoft Copilot Studio. It does not represent a deployed or managed Microsoft service and is intended to be configured, extended, and operated by customers within their own tenant. Microsoft Copilot Studio enforces a set of platform‑level security, privacy, and Responsible AI guardrails, including but not limited to:
- isolation boundaries between tenants,
- prompt‑injection and misuse protections,
- Responsible AI safeguards and policy enforcement.

These protections are inherited automatically by agents built using standard Copilot Studio functionality and are not re‑implemented or modified by this template. This template introduces no additional security controls beyond the Copilot Studio platform. Customers are responsible for reviewing and validating their final agent configuration, especially when:
Comment thread
scott-tucker marked this conversation as resolved.
Comment thread
riblack-microsoft marked this conversation as resolved.
- extending prompts or instructions,
- connecting the agent to enterprise data sources,
- enabling actions or integrations,
- deploying the agent to production users.

Customers should perform their own security, compliance, and risk assessments to ensure the final agent meets their organizational and regulatory requirements.

---

### Customer Responsibilities

This template is not deployed by Microsoft and does not make assumptions about customer data, identity models, permissions, or compliance requirements.

Customers are responsible for:
- validating data access and permissions,
- configuring security and compliance controls,
- performing any required risk, privacy, or regulatory assessments,
- ensuring the final deployed agent complies with internal and external policies.

This template inherits the security and Responsible AI protections of Microsoft Copilot Studio. It does not add or replace platform‑level controls and is intended to be adapted and governed by customers within their own deployment context.

---
Loading