Governed reports with Amazon Quick Desktop and Amazon FSx for NetApp ONTAP Amazon Web Services (AWS) introduced a governed reporting workflow that integrates Amazon Quick Desktop with Amazon FSx for NetApp ONTAP, reducing weekly report preparation from hours to minutes. The solution uses Amazon Quick skills, Amazon S3 access points, and Slack to provide AI-assisted reporting while maintaining existing storage and access controls. The workflow allows business users to generate reports through a reusable skill called 'Weekly Business Reporting Assistant' that accesses a curated folder of documents via a knowledge base named 'Business Reporting Archive'. Artificial Intelligence /blogs/machine-learning/ Governed reports with Amazon Quick Desktop and Amazon FSx for NetApp ONTAP Amazon Quick Desktop https://docs.aws.amazon.com/quick/latest/userguide/amazon-quick-desktop.html brings governed, AI-assisted reporting to the files your team already manages on Amazon FSx for NetApp ONTAP https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/what-is-fsx-ontap.html FSx for ONTAP , cutting weekly report preparation from hours to minutes. Today, producing those reports takes hours of manual effort each week. Teams re-read the same documents, reformat metrics, and copy summaries into Slack. Leaders need those updates quickly, but they also need to trust the source behind each metric, risk, and recommendation. In this post, you build a governed weekly reporting workflow with Amazon Quick Desktop, Amazon Quick skills https://docs.aws.amazon.com/quick/latest/userguide/skills-and-agents-desktop.html , Amazon FSx for NetApp ONTAP, Amazon Simple Storage Service Amazon S3 access points https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/accessing-data-via-s3-access-points.html , and Slack. Amazon Quick Desktop is a native desktop application that extends Amazon Quick from the browser to the user’s computer. It provides the AI-powered capabilities of the web experience together with desktop-specific capabilities such as - Local file access. - Background processing. - A personal knowledge graph. In Amazon Quick Desktop, you create a skill called Weekly Business Reporting Assistant . A skill is a reusable workflow that gives Amazon Quick task-specific instructions, so users can start the same reporting process each week with a trigger phrase. The workflow connects a governed set of business files to a guided reporting experience. It keeps source documents under existing storage and access controls, gives Amazon Quick access only to the selected reporting content, and keeps human review in place before artifacts or Slack summaries are shared. The examples use fictitious business data, but the pattern applies to operating reviews, forecast updates, risk reporting, executive briefings, and weekly business reviews. Solution overview This solution makes Amazon Quick Desktop the main workspace for weekly reporting. Business users open Quick Desktop, activate the Weekly Business Reporting Assistant skill, and ask questions such as “What changed since last week’s operating review?” or “Create a one-page weekly report for leadership.” The skill makes the workflow repeatable. It gives Amazon Quick task-specific instructions that cover the source collection, output formatting, citation behavior, and when to ask for clarification. This lets users start from a guided reporting process instead of a blank conversation. The source files remain in FSx for ONTAP. In this walkthrough, FSx for ONTAP stores the documents that support weekly reporting, such as final weekly reviews, operating plans, forecast summaries, risk registers, and executive templates. Keeping the files in FSx for ONTAP lets storage and business teams continue using their existing file access and governance processes. You choose one reporting folder for the assistant to use. This folder contains the files business owners approve for the workflow. Drafts, outdated files, restricted documents, and unrelated content stay outside this folder. The S3 access point gives Amazon Quick controlled read access to that selected folder. AWS Identity and Access Management IAM https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html permissions limit what Amazon Quick can list and read. Amazon Quick uses the selected files to create a searchable source collection called a knowledge base https://docs.aws.amazon.com/quick/latest/userguide/knowledge-base-integrations.html . In this walkthrough, the knowledge base is named Business Reporting Archive . The Weekly Business Reporting Assistant skill uses it to answer questions, cite source documents, create reports, generate decks and PDFs, build visuals, and draft Slack-ready summaries. After the report is ready to share, you use Slack integration in Amazon Quick https://docs.aws.amazon.com/quick/latest/userguide/slack-integration.html to draft a channel summary. You review and approve the message before posting. Figure 1 shows the workflow. Business files stay in FSx for ONTAP. The S3 access point gives Amazon Quick controlled access to the selected reporting folder. Amazon Quick prepares that content as the Business Reporting Archive knowledge base. Users work in Quick Desktop with the Weekly Business Reporting Assistant skill to create cited reporting artifacts and Slack summaries for approval. Amazon Quick Desktop also builds a personal knowledge graph in My context , connecting people, projects, events, actions, and documents. For example, while preparing a weekly report, a user can identify related people, action items, documents, and Slack channels from connected sources. The Business Reporting Archive remains the governed source for report facts and citations. Prerequisites This walkthrough assumes your storage and identity foundation already exists. You configure the access path, Amazon Quick knowledge base, reporting assistant, Slack action connector, and validation workflow. You don’t create the FSx for ONTAP file system itself. AWS account and Amazon Quick requirements - An AWS account with access to a Region where Amazon Quick, Amazon FSx for NetApp ONTAP, and Amazon S3 access points for FSx for ONTAP are supported. - An Amazon Quick Enterprise subscription with permissions to create Amazon S3 integrations, knowledge bases, and spaces. - The Amazon Quick desktop application installed for the users who run the reporting workflow. Review enterprise setup requirements before a production rollout. FSx for ONTAP requirements - An FSx for ONTAP file system running NetApp ONTAP 9.17.1 or later. - An FSx for ONTAP volume that is mounted and has a junction path, such as /business-reporting. - An S3 access point attached to the FSx for ONTAP volume, or permissions to create one. The S3 access point and the FSx for ONTAP volume must be in the same AWS Region and owned by the same AWS account. - AWS Identity and Access Management IAM permissions to grant Amazon Quick least-privilege read access to the S3 access point and approved object prefix. - An Amazon S3 path in the same AWS Region as your Amazon Quick application. Slack and testing requirements - A Slack workspace, an approved channel for reviewed summaries, and permissions to configure the Slack action connector. - A focused set of fictitious or approved business files for testing, such as weekly reviews, operating plans, forecast summaries, risk registers, and executive templates. Implementation The implementation has seven steps. The following sections walk through each one: prepare the source folder, create the S3 access point, grant Amazon Quick read access, create the Amazon S3 integration and knowledge base, configure Slack, create the reporting assistant, and test the workflow. Step 1: Prepare source content Start with a narrow folder scope so business users can verify citations against a known set of source files. For this walkthrough, use a mounted FSx for ONTAP volume and create or choose an approved folder such as /business-reporting. Within that folder, organize files around the reporting process. Add the last 8–12 weekly business reviews, the current operating plan, the current forecast summary, and the current risk register. Also add the standard report template that guides the output style. Remove draft, obsolete, archived, and restricted files before indexing, and confirm that file owners agree with the source scope. Step 2: Create an S3 access point Attach an S3 access point to the FSx for ONTAP volume. Amazon Quick can then read the approved content through an S3-compatible path. Work with your storage or cloud administrator if you don’t own the FSx for ONTAP configuration. - Open the Amazon FSx console in the Region that contains the FSx for ONTAP volume. - In the navigation pane, choose Volumes . - Select the mounted FSx for ONTAP volume that contains the approved reporting folder. - From Actions , choose Create S3 access point . - Enter an access point name that follows your naming standard, such as business-reporting-ap. - Configure the access point user and network settings according to your governance model. Select a virtual private cloud restriction if your workload requires private network access. - Create the access point, and then record the access point alias and Amazon Resource Name ARN . Use the alias in the S3 URI and the ARN in IAM policies. Step 3: Grant Amazon Quick read access Grant only the access Amazon Quick requires to list and read the approved prefix. The following policy is a starting point. Replace the placeholders with your Region, account ID, access point name, and prefix. Set