<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Microsoft SharePoint Blog articles</title>
    <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/bg-p/SPBlog</link>
    <description>Microsoft SharePoint Blog articles</description>
    <pubDate>Sat, 25 Jul 2026 13:19:30 GMT</pubDate>
    <dc:creator>SPBlog</dc:creator>
    <dc:date>2026-07-25T13:19:30Z</dc:date>
    <item>
      <title>Beyond Benchmarks: The Lifecycle of Measuring Agentic Quality in AI Content Management</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/beyond-benchmarks-the-lifecycle-of-measuring-agentic-quality-in/ba-p/4538319</link>
      <description>&lt;P&gt;&lt;EM&gt;By &lt;/EM&gt;&lt;EM&gt;Sujay Kumar Jauhar, Spriha Chandrayan, Natasha Gaitonde, Zhen Lei, Reed Pankhurst, Anush Sankaran, Amrit Shandilya, Ryen W. White&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Organizations put their most important content in OneDrive and SharePoint, trusting us to deliver AI experiences they can depend on. That trust runs across everything Copilot does with their content — surfacing the right information through retrieval, and, increasingly, driving agentic workflows that reason over documents and take action on their behalf. Living up to that trust is what we care about most, and it's why we put the quality of these experiences — and consequently the ways we measure that quality — at the center of how we build.&lt;/P&gt;
&lt;P&gt;It turns out that this is a non-trivial problem, because quality in AI is rarely binary. An agent can call exactly the right tools and still produce an answer that's subtly, confidently wrong. A search result can be technically relevant and still miss what the user was really after. An AI-generated page can be well-structured and fluent and still omit the one detail that mattered. Quality here is continuous, context-dependent, and multidimensional — and when these experiences are serving hundreds of millions of enterprise users, measuring it demands scientific rigor across the full lifecycle of building AI products.&lt;/P&gt;
&lt;P&gt;Across OneDrive and SharePoint — the knowledge platform for Copilot and Agents — we’ve spent the past year building a rigorous practice around evaluation: determining what to measure, developing the right methods to measure it, and learning how to act on those measurements to improve our systems and experiences.&lt;/P&gt;
&lt;P&gt;In software engineering, tests verify correctness and telemetry monitors health. The boundaries are well-defined: a function returns the right value or it doesn’t; a service meets its service level objective or it doesn’t. AI evaluation requires an analogous discipline, but the problem is structurally harder — there is rarely a single correct answer, and quality depends on factors that shift with every user, task, and context.&lt;/P&gt;
&lt;P&gt;This post describes the evaluation practice we are building across Copilot capabilities in OneDrive and SharePoint. It follows the arc of what we think of as the evaluation lifecycle — from rapid inner-loop validation, through rigorous offline measurement, to customer-grounded evaluation that evolves with real feedback, and ultimately to understanding whether our metrics predict what users actually experience. Each stage addresses a question the previous ones cannot, but they don’t run in a straight line. What we learn downstream can reshape the data and methodology of upstream measurements. That’s what makes this a lifecycle — and together they form a strategy for building AI systems that aim to earn user trust at enterprise scale.&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;The stages of the evaluation lifecycle&lt;/EM&gt;&lt;/img&gt;
&lt;P&gt;We're on a journey — learning and evolving as we build this practice. Some of the things we're actively working on, omitted from this blog post for the sake of brevity, are: holding ourselves to public, industry-standard benchmarks such as GAIA and GDPval, with more in the pipeline; and investing in the foundations that keep evaluation trustworthy, by generating realistic synthetic evaluation data so our test sets keep pace with new models, and monitoring the health of our benchmarks for saturation.&lt;/P&gt;
&lt;H4&gt;The inner loop: "Did I break anything?"&lt;/H4&gt;
&lt;P&gt;The first requirement of any AI development workflow is a fast feedback signal. Teams are experimenting constantly on internal builds — adjusting prompts, swapping model versions, rearchitecting retrieval pipelines — and they need to know within minutes whether a change helped or hurt.&lt;/P&gt;
&lt;P&gt;That is the role of our unit-level evaluations: a rapid inner loop for feature crews. A developer modifies a system prompt or adjusts the grounding context, runs it against a targeted set of test cases, and gets immediate feedback on whether key behaviors are preserved. These checks are fast, focused, and designed to catch regressions before they compound.&lt;/P&gt;
&lt;P&gt;The distinction from traditional unit testing is worth noting. In software, a test asserts an exact expected output. In AI, you are validating behavioral properties — coherence, completeness, tool selection, factual consistency — against approximate expectations. The pass/fail boundary is softer, but the engineering purpose is the same: give teams confidence to iterate without fear of silent degradation.&lt;/P&gt;
&lt;P&gt;One of the crews building Copilot's agentic features over SharePoint Lists knows this loop well. They keep a large set of prompts that engineers run whenever they change something — a tweak to a tool's description, a different setting passed to the model, a reworded prompt.&lt;/P&gt;
&lt;P&gt;Many of those questions run over the same synthetic data: lists of bakery orders, each row carrying details like the baker, the delivery agent, the profit on the order, and its status. The same lists come in a range of sizes, from a few thousand rows up to a million. The largest are used to push the system's limits but the inner loop lives at the lower end. There, most questions are ones the system has gotten right for a long time, so when a change quietly breaks one of them, it shows up right away. An engineer can try an idea, run the set quickly, and whether they've introduced a regression.&lt;/P&gt;
&lt;img&gt;An example of what the schema of our synthetic dataset looks like&lt;/img&gt;
&lt;P&gt;Fast iteration checks are essential, but they only tell you whether something regressed. They cannot tell you how good the system actually is.&lt;/P&gt;
&lt;H4&gt;Offline evaluation: "How good is this, really?"&lt;/H4&gt;
&lt;P&gt;This is the domain of our offline evaluation practice. We maintain curated, scenario-focused benchmarks evaluated in a controlled harness that reflect the tasks and content types our enterprise users encounter, alongside public benchmarks that situate our systems in the broader AI landscape. The goal is to bring each AI scenario to a state of decision-readiness: explicit success criteria, representative evaluation datasets, metrics we attempt to validate against real outcomes, and systematic coverage of known failure modes.&lt;/P&gt;
&lt;P&gt;We try to do this rigorously by running evals against the real product. Each test case is a plan — a short script of things a user might ask for — paired with criteria (or assertions) describing what a good outcome looks like, sorted by how much each one matters: Critical, Expected, or Aspirational. An LLM plays the user: it drives the live product through the browser, sends the opening request, and then reacts the way a person would, confirming an action card here or answering a clarifying question there, so the system is exercised end to end.&lt;/P&gt;
&lt;P&gt;When the conversation finishes, the harness gathers the evidence of what actually happened — the responses in the chat, the state of the page, and screenshots where the judgment is visual. That evidence goes to a second model acting as judge — the increasingly standard "LLM-as-a-judge" approach — which scores the run against the original assertions. And because a model grading a model is only as trustworthy as its agreement with people, those scores are calibrated against human raters.&lt;/P&gt;
&lt;P&gt;Using a high-priority, curated slice of these evals, the team ran big proposed changes side by side to see which ones came out ahead. One of those comparisons looked at how the orchestrator is told about the tools it can use. At one extreme, you hand the model the full description of every tool up front; at the other, you give it only short, tweet-length summaries and let it pull a tool's full description and parameters only when it decides it needs them.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table class="lia-border-style-solid" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Quality %&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Latency vs. default&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Cost vs. default&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Baseline&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;83.0&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1.00x&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1.00x&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Default tool discovery&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;90.3&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1.11x&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;0.62x&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Rearchitected tool discovery&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;85.6&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;0.97x&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;0.73x&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Semantic tool search&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;92.8&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;0.95x&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;0.74x&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Hybrid&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;93.5&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;0.82x&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;0.62x&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 25.00%" /&gt;&lt;col style="width: 25.00%" /&gt;&lt;col style="width: 25.00%" /&gt;&lt;col style="width: 25.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;EM&gt;Table 1: A comparison of the different approaches for tool selection we experimented with. Based on internal evaluation results using our internal test environment, and test configurations of the product. Quality was measured through LLM judgement of AI responses based on a set of criteria, latency was measured by the harness running the evaluations, and cost is based on publicly disclosed price heuristics for token usage for the LLM API being used for orchestration. Results were calculated from 500 scenario tests based on synthetic data.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The table above summarizes our results from an internal offline evaluation on a curated slice. In this evaluation, we found that the baseline which loads everything up front was, predictably, the most expensive. The out-of-the-box tool-discovery method cut token usage sharply — but was a bit slower. Pushing further, a rearchitecting of the orchestrator for tool discovery did speed things up, but at the cost of quality. Meanwhile semantic tool search improved on both quality and latency relative to the baseline but wasn’t as cost-efficient as the default tool discovery method. Overall, in this evaluation, a strong balance of quality, token usage, and latency came from a hybrid — the standard tool-learning architecture with a few targeted semantic-search changes, which still resulted in a more than 35% reduction in token usage when compared with full tool descriptions.&lt;/P&gt;
&lt;P&gt;Offline benchmarks, however carefully constructed, have an inherent limitation. They represent a fixed snapshot — based often on what product teams believe will be important use cases, particularly for features that have not yet shipped to real customers. As the product evolves and real usage patterns emerge, the gap between what our benchmarks measure and what actually matters can widen.&lt;/P&gt;
&lt;H4&gt;The evals flywheel: "Are we measuring what users care about?"&lt;/H4&gt;
&lt;P&gt;This is the motivation behind what we call the Evals Flywheel: a closed-loop system that translates real user dissatisfaction directly into better evaluations and, ultimately, better systems. In software engineering, there is a well-established discipline of turning production bugs into tests. In the AI analog, user feedback provided with appropriate consent helps produce new evaluation data, systematic failure diagnoses, and targeted improvements.&lt;/P&gt;
&lt;P&gt;Take for instance a user that consents to share feedback with us (via a thumbs down). At first glance, this seems like a single interaction. But to us, it's an opportunity to learn. We investigate what happened, identify the underlying reason for the user dissatisfaction, and ask a critical question: was this an isolated mistake, or does it reveal a broader weakness in how the system understands documents like this one?&lt;/P&gt;
&lt;P&gt;Here's a representative example. A user uploaded a 120-page quarterly financial report packed with dense tables, nested headers, footnotes, and appendices. They asked a straightforward question: "What was our actual spending in Q3?" The answer seemed like it should be easy — the relevant numbers were all in the document. The assistant responded confidently with a figure from one of the summary tables; but it cited the budgeted amount, not the actual spend.&lt;/P&gt;
&lt;P&gt;The mistake stemmed from the document's complexity. The table spanned multiple pages, with a top-level "Q3" header extending across several sub-columns such as Budget, Actual, Forecast, and Variance. On its own, that's one mistake in one document. However, it pointed at something more general: whenever a table uses a heading that spans multiple columns, or stacks two rows of headers, or tucks a small table inside a larger one, then the link between a header label and its value turns fragile. Understanding the text is often not enough — the assistant must also accurately preserve and reason over intricate document structure, table relationships, and context that can span dozens of pages.&lt;/P&gt;
&lt;img&gt;An evaluation document built in an automated manner that deliberately reproduces the exact structure of the table that was the root cause for the customer dissatisfaction.&lt;/img&gt;
&lt;P&gt;Hence, instead of patching that single file, we built a family of evaluation documents that deliberately stress that exact structure. Each eval document pairs a question with the single correct answer and a short list of "tempting but wrong" answers which are the nearby values a confused reader would most likely grab. That last part is the key: an eval that only checks for the right answer can be passed by luck, but an eval that includes likely distractors tells you whether the system is genuinely reasoning or just guessing.&lt;/P&gt;
&lt;P&gt;This example reflects a repeatable method. The first step is resisting the urge to treat a user dissatisfaction as an isolated bug. Instead, we ask why it happened and not "what's the right answer for this question." That root-cause identification is what turns the user feedback into a useful signal. The payoff is a flywheel between real-world experience and offline evaluation. The improvement ships back into the product, where future interactions validate it — and surface the next gap. Each loop widens our coverage and, just as importantly, helps us prioritize the improvements that matter most to the people using the product.&lt;/P&gt;
&lt;P&gt;But it raises a deeper question: when our benchmarks are representative of user concerns, do improvements actually translate into better experiences in production?&lt;/P&gt;
&lt;H4&gt;Real-world insights: "Does this actually matter to users?"&lt;/H4&gt;
&lt;P&gt;It is possible to improve a benchmark score and have it mean nothing in practice. A model that scores five points higher on an offline evaluation may produce no detectable difference in user satisfaction or task success. Conversely, a change that barely moves the needle offline might transform the user experience in unexpected ways.&lt;/P&gt;
&lt;P&gt;This gap between offline measurement and real-world impact is the focus of our online evaluation work. Through production telemetry, we study user-AI interaction patterns at scale. The objective is not simply to monitor system health, but to develop an empirical understanding of how users experience our AI features in context.&lt;/P&gt;
&lt;P&gt;In traditional software, production telemetry provides crisp, well-defined signals: uptime, latency percentiles, error rates. In AI, the equivalent signals — satisfaction, intent alignment, task success — are inherently noisier and harder to define. The central challenge here is alignment: do our offline metrics predict real user value? Answering that depends first on being able to measure value reliably in production at all.&lt;/P&gt;
&lt;P&gt;Consider a recent experiment on one of our top-of-funnel entry points — the most common way users first reach the assistant. The team suspected that engagement was low (around 1%) simply because users weren't noticing the entry point. So they ran a user-level A/B test across a sample of 900,000 Copilot-licensed users over 21 days, swapping the entry point's icon for a more contextually relevant one. The effect was a statistically significant 42% lift in click-through, alongside a 1.7% increase in active users.&lt;/P&gt;
&lt;P&gt;That result is encouraging, but it also illustrates a subtle nuance. We moved an engagement metric sharply without touching quality at all — this tells us that we had an education gap, but didn’t inform our understanding of the AI system’s performance.&lt;/P&gt;
&lt;P&gt;To get closer to that distinction, we looked at kept rate: the share of AI responses where the user does something that signals the answer was worth keeping — copying the result, clicking through to a citation or a suggested follow-up, or providing a thumbs up. And because it's captured passively, from actions users take anyway, it scales to every response rather than the small fraction where someone leaves explicit feedback.&lt;/P&gt;
&lt;P&gt;Even an indirect, partial signal like kept rate lets us close the offline-online loop. Once we have a read on what users valued, we can start to ask how well it correlates with our offline benchmarks. When offline gains track with a rise in kept rate, for example, it's early evidence the benchmark is steering us toward something real; when they are uncorrelated, it's a warning that we may be hill-climbing in a wrong direction.&lt;/P&gt;
&lt;H4&gt;Beyond quality&lt;/H4&gt;
&lt;P&gt;Quality matters — but in production systems, it is entangled with cost and latency in ways that cannot be evaluated in isolation. A high-quality response that is unacceptably slow degrades the user experience regardless of its correctness. Or a frontier model that is marginally better than a smaller alternative may not justify the cost differential.&lt;/P&gt;
&lt;P&gt;This is the next frontier of our evaluation work: learning to reason about quality, cost, and latency as a tradeoff surface rather than independent dimensions. The goal is to build the instrumentation and frameworks that make these tradeoffs visible and deliberate, so that teams can make principled decisions about how they ship.&lt;/P&gt;
&lt;P&gt;To make this concrete, consider some early findings from our internal evaluations. We took a range of system configurations — models, reasoning levels, tool access — and, for a set of representative tasks — QA over lists, the AppWorld public benchmark, and a collection of complex multi-step plans that stress-test the Copilot in SharePoint agent — plotted each one by the quality it achieved against what it cost to run. The result is a Pareto frontier: the curve of the best quality reachable at each price, with everything below it dominated by something strictly better.&lt;/P&gt;
&lt;img&gt;The Pareto frontier of cost vs. quality estimated across three different benchmark datasets from an internal evaluation run.&lt;/img&gt;
&lt;P&gt;Two things stand out. First, different tasks live in different performance regions. Simple, factual lookups like those in ListsQA cost fractions of a cent; harder, more agentic tasks like those in AppWorld and Copilot in SharePoint run to cents or dollars; there is no single answer to what "good" costs. Second, the shape of each curve tells you where spending more is actually worth it. Where the frontier rises sharply, additional cost buys real quality; where it flattens, you have hit diminishing returns, paying more for gains a user may not notice.&lt;/P&gt;
&lt;P&gt;In short, the decision stops being "is the quality good enough to ship?" and becomes "which point on this curve is right for this scenario?" given budget and latency constraints — a question a feature crew can answer, with the tradeoffs in front of them.&lt;/P&gt;
&lt;H4&gt;What we've learned so far&lt;/H4&gt;
&lt;P&gt;We are still early in this work. Models are improving rapidly, user expectations are evolving, and the definition of quality continues to shift. But several principles have become clear to us.&lt;/P&gt;
&lt;P&gt;No single evaluation approach is sufficient. Inner-loop checks catch regressions but cannot establish absolute quality. Offline benchmarks provide rigor but go stale. Customer feedback grounds evaluation in real needs but covers only the cases where dissatisfaction is expressed. Online metrics reveal real behavioral patterns but cannot always explain the mechanisms behind them. A credible evaluation practice requires all of these, operating in concert and informing each other.&lt;/P&gt;
&lt;P&gt;Evaluation is not a gate you pass before shipping — it is a continuous discipline that evolves with the product. The teams that build the best AI experiences are not necessarily those with the highest benchmark scores, but those with the clearest understanding of where their systems fall short and the most systematic approach to closing those gaps.&lt;/P&gt;
&lt;P&gt;And measuring what matters is itself a scientific problem, one that demands the same rigor we apply to the systems being measured. Developing evaluation methods that are reliable, predictive of real user value, and robust to the rapid evolution of AI capabilities is core to our mission across OneDrive and SharePoint. It is how we work to earn the trust of the enterprise users who depend on these experiences, and we are committed to advancing this work and sharing what we learn.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 15:56:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/beyond-benchmarks-the-lifecycle-of-measuring-agentic-quality-in/ba-p/4538319</guid>
      <dc:creator>sjauhar</dc:creator>
      <dc:date>2026-07-21T15:56:41Z</dc:date>
    </item>
    <item>
      <title>What’s New in Copilot in SharePoint: July 2026</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/what-s-new-in-copilot-in-sharepoint-july-2026/ba-p/4535420</link>
      <description>&lt;P&gt;Copilot in SharePoint helps you do more with your content — ask questions, run workflows, and create sites, pages, interactive reports, and Office files using natural language. June was a big month: starting June 16 Copilot in SharePoint began rolling out as on by default for everyone with a Microsoft 365 Copilot license, and we shipped a wave of new capabilities for creating content, automating work, and getting trustworthy answers. Here’s everything that’s new.&lt;/P&gt;
&lt;H2&gt;🛠️ Create content with natural language&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Create Word, Excel, and PowerPoint files&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;Ask Copilot to create a Word document, Excel workbook, or PowerPoint deck directly from your content in SharePoint — no blank-page start required.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; Turn the knowledge already living in your sites into finished, shareable deliverables in minutes, without copy-pasting across apps.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Sample use case: &lt;/STRONG&gt;&lt;/SPAN&gt;A program manager turns a project site’s notes into a first-draft status deck before a leadership review.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&amp;nbsp;&lt;/STRONG&gt;“Create a press release as a Word doc based on the sales performance dashboard [doc link]. Summarize key results, highlight top growth areas, call out trends, and frame it for an internal leadership audience.”&lt;/EM&gt;&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/MTC/SPBlog/26071405" title="Create a Doc" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;If the player doesn’t load, open the video in a new window: &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://aka.ms/MTC/SPBlog/26071405" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;H4&gt;&lt;STRONG&gt;Generate interactive HTML reports&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new: &lt;/STRONG&gt;&lt;/SPAN&gt;Copilot can build an interactive HTML report from content stored in SharePoint.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; Get a polished, shareable, interactive view of your information — great for readouts and dashboards — without manual formatting.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Sample use case: &lt;/STRONG&gt;&lt;/SPAN&gt;A team lead generates an interactive summary of a document library to share progress with stakeholders.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Create an interactive dashboard based on this quarter’s sales performance data [folder link]. Include total revenue, quota attainment, top and bottom performing regions, and trend over time. Add filters for region and product, and make it suitable for a leadership review.”&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/MTC/SPBlog/26071404" title="Create HTML Dashboard Sales Report" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;If the player doesn’t load, open the video in a new window: &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://aka.ms/MTC/SPBlog/26071404" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;H2&gt;📁 Work with files through chat&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Organize files and folders&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new:&lt;/STRONG&gt;&lt;/SPAN&gt; Manage your library right from chat — Copilot can help you organize files and folders conversationally.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; Tidy up and restructure content without clicking through menus — just describe what you want.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Sample use case: &lt;/STRONG&gt;&lt;/SPAN&gt;Cleaning up a messy project library at the end of a sprint.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&amp;nbsp;&lt;/STRONG&gt;“Based on the contents of this folder, please suggest a folder structure to better organize my files. Show me a mapping structure, and once I approve, apply it.”&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/MTC/SPBlog/26071403" title="Organize Folder Structure" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;If the player doesn’t load, open the video in a new window: &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://aka.ms/MTC/SPBlog/26071403" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;H4&gt;&lt;STRONG&gt;Share a file&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new:&lt;/STRONG&gt;&lt;/SPAN&gt; Ask Copilot to share a specific file with a specific person — directly in the flow of chat.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; Skip the hunt-and-click sharing dialog; share what you’re looking at, right when you need to.&lt;/P&gt;
&lt;H2&gt;⚙️ Automate your team’s work&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Approvals&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;Natural language configuration for simple request tracking and approvals on your site.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; It's now easy to use built-in approval tracking for managing your sign-offs, requests, and reviews all within SharePoint list or library, no custom approval flows required.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Sample use case:&lt;/STRONG&gt;&lt;/SPAN&gt; A content manager sets up a quick approval step for documents before they’re published.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Help me track approval requests for this library and create a view grouped by status. Highlight overdue or stalled items and suggest next steps.”&lt;/EM&gt;&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/MTC/SPBlog/26071402" title="Track Approval Requests" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;If the player doesn’t load, open the video in a new window: &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://aka.ms/MTC/SPBlog/26071402" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;H4&gt;&lt;STRONG&gt;Rules&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new: &lt;/STRONG&gt;&lt;/SPAN&gt;Configure simple email notifications when content or metadata changes.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters&lt;/STRONG&gt;&lt;/SPAN&gt;: Stay on top of what matters — get notified automatically instead of manually checking for updates.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Send an email reminder to the file owner, 5 days before the review by date.”&lt;/EM&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Quick Steps&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new:&lt;/STRONG&gt;&lt;/SPAN&gt; Add your favorite actions right into the grid for one-click reuse.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; Put the actions you repeat most within instant reach, reducing routine clicks.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Add a button to update the review by date to today and set the status as under review.”&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;🧩 Build and use Skills&lt;/H2&gt;
&lt;H4&gt;&lt;STRONG&gt;Built-in (out-of-box) Skills for the full Skill lifecycle&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new: &lt;/STRONG&gt;&lt;/SPAN&gt;Copilot now uses built-in skills to help you create your own skills, set up automation, and initialize a site (including a SharePoint.md starter).&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters: &lt;/STRONG&gt;&lt;/SPAN&gt;It's now easier to turn your team’s repeatable processes into reusable AI skills — without starting from scratch — so work stays consistent and scalable.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Follow approved layouts and branding — then save this as a skill so my team can reuse it.”&lt;/EM&gt;&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/MTC/SPBlog/26071401" title="Create a skill" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;If the player doesn’t load, open the video in a new window: &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://aka.ms/MTC/SPBlog/26071401" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;H4&gt;&lt;STRONG&gt;Discover skills with /Skills&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;What’s new: &lt;/STRONG&gt;&lt;/SPAN&gt;Anyone on a site can type /Skills to see the list of skills available in that context.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&lt;STRONG&gt;Why it matters:&lt;/STRONG&gt;&lt;/SPAN&gt; /Skills makes your team’s custom skills more discoverable, so people actually use the shortcuts you’ve built.&lt;/P&gt;
&lt;H2&gt;💬 A clearer, more trustworthy chat experience&lt;/H2&gt;
&lt;P&gt;This month brings a set of refinements that make answers easier to read, verify, and trust:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Better citations&lt;/STRONG&gt; — Citations are now compact and clickable, so you can jump straight to the source.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sensitivity labels in chat &lt;/STRONG&gt;— Copilot now surfaces sensitivity labels on content to help prevent oversharing and meet privacy requirements.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Clickable links &lt;/STRONG&gt;— All links in chat are now properly formatted and clickable.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Reasoning transparency&lt;/STRONG&gt; — For reasoning models, Copilot can now show its chain-of-thought so you can follow how it reached an answer.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Try this prompt&lt;/STRONG&gt; “Based on the documents in this library, what are the key deliverables for the Q3 product launch and who is responsible for each?”&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;⚡ Faster ways in — the Copilot button&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;1-click Q&amp;amp;A &lt;/STRONG&gt;— A prompt box right in the Copilot button lets you fire off a question faster, without opening the full pane.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Helpful nudges&lt;/STRONG&gt; — Contextual coach messages introduce people to Copilot and point them to the button, so more of your team discovers what it can do.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;--about&lt;/STRONG&gt; — A handy power-user command that tells you which model and version you’re using.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;🔐 For admins &amp;amp; site owners&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;One model provider &lt;/STRONG&gt;— Copilot in SharePoint now runs on the latest reasoning OpenAI model for everyone, without a fallback model. This means high quality answers and easier management.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Show/Hide the Copilot button per site&lt;/STRONG&gt; — Site owners get a setting to disable the Copilot button for site visitors on a per-site basis — useful for governance on sensitive sites.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Try it today&lt;/H2&gt;
&lt;P&gt;Copilot in SharePoint is available for users with a Microsoft 365 Copilot license. For ready-to-use prompts and step-by-step guidance, explore the &lt;A class="lia-external-url" href="https://adoption.microsoft.com/en-us/copilot-in-sharepoint/" target="_blank" rel="noopener"&gt;Copilot in SharePoint adoption hub&lt;/A&gt; and the Getting Started prompt library. If Copilot in SharePoint has not yet rollout to your tenant as on by default, your IT Admin can opt in to the preview following the instructions &lt;A class="lia-external-url" href="https://adoption.microsoft.com/en-us/copilot-in-sharepoint/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Bring us your business challenge!&lt;/STRONG&gt; Work directly with Microsoft Engineering to design and deploy a real Copilot in SharePoint solution for your organization. From knowledge management to custom skills and workflow automation, we'll help selected Microsoft 365 Copilot customers go from idea to production. For free. Nominate your scenario &lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/join" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;See you next month for the next round of what’s new!&lt;/EM&gt; 🚀&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 16:05:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/what-s-new-in-copilot-in-sharepoint-july-2026/ba-p/4535420</guid>
      <dc:creator>julieseto</dc:creator>
      <dc:date>2026-07-16T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Streamlining business processes with Microsoft 365 - ShareCloud - SharePoint Partner Spotlight</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/streamlining-business-processes-with-microsoft-365-sharecloud/ba-p/4533560</link>
      <description>&lt;P&gt;&lt;STRONG&gt;SharePoint and Microsoft 365 have evolved into a powerful platform for building business applications that meet organizations where they already work&lt;/STRONG&gt;. With SharePoint as the content, collaboration, and process foundation, and Microsoft 365 services such as Teams, Power Platform, and Azure extending the experience, partners can deliver practical solutions that simplify everyday work, improve compliance, and help organizations move faster.&lt;/P&gt;
&lt;P&gt;This partner showcase highlights &lt;A class="lia-external-url" href="https://sharecloud.ee/en/" target="_blank" rel="noopener"&gt;ShareCloud&lt;/A&gt;, an Estonian software company that has been delivering productized and tailor-made solutions on top of Microsoft 365, SharePoint, Power Platform, and Azure services since 2016. &lt;STRONG&gt;ShareCloud focuses on making business processes smarter, faster, and more efficient for organizations&lt;/STRONG&gt; across the Baltics and Nordics, serving both SMEs and large enterprises.&lt;/P&gt;
&lt;P&gt;ShareCloud helps organizations turn Microsoft 365 into practical business solutions across communication, administration, HR, and adoption. Their work spans intranets, employee portals, instructions management, document collaboration, e-signing in SharePoint, asset management, absence management, onboarding, training, and consulting that aligns SharePoint, Power Automate, Teams, and Microsoft 365 with business goals.&lt;/P&gt;
&lt;P&gt;In this partner showcase, ShareCloud introduced two productized SharePoint-based solutions that show &lt;STRONG&gt;how organizations can use Microsoft 365 as a practical business application platform&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Secure e-Signing in SharePoint&lt;/STRONG&gt; – a solution for managing e-signing flows directly from SharePoint, including internal and external signers, while maintaining security, compliance, and QES-level signature integrity. The solution supports cross-border e-signing across 100+ countries and helps make signature collection easier, faster, and more efficient.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Instructions and Procedures Management in SharePoint&lt;/STRONG&gt; – a solution that streamlines the creation, approval, distribution, versioning, and acknowledgment of employee instructions and procedures. Automated reminders and clear visibility into acknowledgments help improve HR, quality, and compliance-related processes.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In this SharePoint Partner Showcase, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt; sat down with &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anders-abel-est/" target="_blank" rel="noopener"&gt;Anders Abel&lt;/A&gt; to discuss ShareCloud’s offerings and how their solutions streamline business operations directly where employees already work.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=RfJibL0aXHY&amp;amp;feature=youtu.be/1783364036619" data-video-remote-vid="https://www.youtube.com/watch?v=RfJibL0aXHY&amp;amp;feature=youtu.be/1783364036619" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRfJibL0aXHY%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRfJibL0aXHY&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRfJibL0aXHY%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;Learn more about ShareCloud:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://sharecloud.ee/en/" target="_blank" rel="noopener"&gt;Web site&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/sharecloud/" target="_blank" rel="noopener"&gt;ShareCloud Linkedin&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint provide powerful out-of-the-box capabilities that&amp;nbsp;&lt;STRONG&gt;can be extended and tailored&amp;nbsp;to your user experience goals using no-code, low-code, or pro-code approaches&lt;/STRONG&gt;.&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences, and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spat25" target="_blank" rel="noopener"&gt;SharePoint 25th anniversary announcements&lt;/A&gt;&amp;nbsp;- new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt;&amp;nbsp;enables building solutions outside of Microsoft 365 with a custom user interface, but continues storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have SharePoint-based solutions that end users can benefit from and would like to showcase to the community?&lt;/STRONG&gt;&amp;nbsp;Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we will get back to you on planning the right model together -&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The Microsoft 365 ecosystem continues to thrive through partners who innovate, contribute, and share with the broader community. Amazing ecosystem building AI and Copilot powered solutions with SharePoint and Microsoft 365 👏&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 16:14:28 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/streamlining-business-processes-with-microsoft-365-sharecloud/ba-p/4533560</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-07-08T16:14:28Z</dc:date>
    </item>
    <item>
      <title>SharePoint Showcase: How Microsoft uses Copilot in SharePoint, and how you can get started</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-how-microsoft-uses-copilot-in-sharepoint-and/ba-p/4533156</link>
      <description>&lt;img /&gt;
&lt;P&gt;For this month's SharePoint showcase, we're zooming in on AI skills in SharePoint and real Microsoft use cases for Copilot in SharePoint. We're also introducing a new "Product Drops" standing section to recap all the new GA functionality across the platform each month.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, would love to hear from you in the comments. Let's get into it!&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;Start with the playbook: building AI skills that actually work&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Before the new capabilities below, start with the thinking behind them. In a new companion post, our team distills what we've learned working with customers building real skills in Copilot in SharePoint — why some AI workflows take off and others stall after the demo. Three lessons stand out:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Pick the right workflow.&lt;/STRONG&gt; Most efforts succeed or fail here. A quick filter: is it worth building, is it content-centric, and is there a repeatable path to a known-good outcome? Proposal drafting, compliance checks, and vendor evaluation pass; one-off creative work doesn't.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Build it the way work actually happens&lt;/STRONG&gt;. Skills beat ad-hoc prompts the moment judgment needs to be consistent. Design around the handoff to the next person, set the human checkpoint first, and let site memory carry lessons forward.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Make it stick.&lt;/STRONG&gt; Skills survive when skipping them costs more than using them. Target high value and high volume workflows at starter scenarios.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class=""&gt;→&lt;STRONG&gt; Read the full post:&lt;/STRONG&gt; &lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/Blog/DeployingSkills" target="_blank" rel="noopener"&gt;Lessons from Building AI Skills in the Real World&lt;/A&gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;How Microsoft uses Copilot in SharePoint, and how you can get started&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Every month in the SharePoint Showcase we walk through new capabilities across SharePoint. This month we want to show you something different: how &lt;EM&gt;we&lt;/EM&gt; use it.&lt;/P&gt;
&lt;P&gt;As a complex company with over 200,000 employees, Microsoft has a massive data estate. We deeply understand the need for complex data estate management; the actions we take ourselves translate into the features we build.&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP" target="_blank" rel="noopener"&gt;Copilot in SharePoint&lt;/A&gt; delivers an agentic experience that helps teams create, organize, and act on content with AI. We introduced these capabilities at Microsoft Ignite 2025, and moved to an &lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/Learn" target="_blank" rel="noopener"&gt;expanded public preview&lt;/A&gt; this month.&lt;/P&gt;
&lt;P&gt;Here are 4 examples of where it’s making a difference for us, the numbers behind it, and exactly how you can get started.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Partner Incentives &amp;amp; Operations&lt;/STRONG&gt; An employee-built solution automated the creation of retail partner offer letters for sales incentive campaigns. The automation improved finance and sales operations efficiency — saving roughly 6,000 hours — and improved Microsoft Partner organization interactions by 30%.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Microsoft Advertising&lt;/STRONG&gt; AI-generated metadata tags made a sales-collateral site far easier to navigate, boosting content discovery by 75% and cutting the time to surface the right material from about two days to half a day. The result: less time searching, faster document processing and publishing, and more productive sellers.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Legal Frontline Support&lt;/STRONG&gt; Auto-categorization of incoming emails into predefined categories streamlined the support process, with a 95% reduction in time spent on data tracking and a 15% reduction in follow-up cases. Power Platform automation supplied scripted replies to employees asking common legal questions.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Nuance Business Operations &lt;/STRONG&gt;AI surfaced clauses and terms in contracts to speed reviews, accelerate deal processing, and strengthen data accuracy and legal compliance in customer subscription renewals. It saved two vendor resources annually and cut processing time per renewal cycle by 35%.&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;In their words&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Two of our own teams on what changed in their day-to-day:&lt;/P&gt;
&lt;P&gt;We have a team of legal professionals who provide legal counsel and guidance to internal product groups and engineering teams during product lifecycle, development and release planning (we call this team “CELA E+D”). A SharePoint orchestration initiative maintained over 10K contracts and legal documentation in a SharePoint "Data Lake" to enable this team to provide better support to E+D.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;“By replacing ad-hoc storage with a structured, AI-ready repository, the team reduces duplicative legal work, improves time to answer for product groups, and increases trust in Copilot and Agent outputs.”&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Jaymee Torres, Senior Paralegal, Microsoft CELA E+D (SharePoint orchestration initiative)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Agent Launchpad is an internal user adoption campaign for Agent Extensibility, run by Microsoft Digital (MSD) with a SP site, Viva Engage community and a series of showcases, demos and user story sessions promoting custom Copilot Agents built by employees.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;“We used the AI capabilities in SharePoint, paired with targeted SEO and metadata optimization, to improve how Copilot understands, ranks, and surfaces the Agent Launchpad site. As a result, Copilot responses are now more consistently pointing users to the right guidance when needed, reducing friction, improving time to value, and driving better adoption of AI tools across the organization.”&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Cadie Kneip, Senior BPM, Microsoft Digital (Agent Launchpad)&lt;/STRONG&gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;How you can get started&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Simply go to SharePoint Online to begin. You need one high-value library and one repeatable workflow. Here’s are some example paths you can follow:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Turn on metadata. &lt;/STRONG&gt;Pick one high-value library, choose the Copilot button, and select Add autofill columns. Let Copilot tag what manual effort never finished. Then, ask Copilot in SharePoint to use the metadata to generate an HTML report summarizing the content of the document library for easy visibility to what’s there.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Make a site answerable.&lt;/STRONG&gt; Enable Copilot in SharePoint chat (contextual Q&amp;amp;A) on an HR, Legal, or IT site so employees get cited answers instead of digging through pages.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Build a page with AI. &lt;/STRONG&gt;Use Copilot in SharePoint to turn a prompt into a structured first draft.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Codify one workflow. &lt;/STRONG&gt;Choose something repeatable and content-centric, build around the handoff, and design the human checkpoint first.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Mind your labels.&lt;/STRONG&gt; Confirm sensitivity labels are applied so AI processes what it should while leaving Highly Confidential content untouched.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;Get started with Copilot in SharePoint&lt;/SPAN&gt;&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP" target="_blank" rel="noopener"&gt;Adoption page&lt;/A&gt;: the home for everything Copilot in SharePoint&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/Join" target="_blank" rel="noopener"&gt;Nominate your scenario&lt;/A&gt;: partner with the SharePoint product team to co-build your solution at no-cost (subject to selection – see link for full details).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Additional resources:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/QuickStartGuide" target="_blank" rel="noopener"&gt;Quick start guide&lt;/A&gt;: a step-by-step path to your first wins&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/Intro" target="_blank" rel="noopener"&gt;Intro video&lt;/A&gt;: a quick product overview to share with your team&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/CopilotinSP/blog/deployingskills" target="_blank" rel="noopener"&gt;SharePoint skills&lt;/A&gt;: a blog on tips for incorporating skills into your AI workflows&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-get-started" target="_blank" rel="noopener"&gt;Get started with Copilot in SharePoint&lt;/A&gt;: see learn documentation about Copilot in SharePoint&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/SharePointShowcase" target="_blank" rel="noopener"&gt;SharePoint Showcase landing page&lt;/A&gt;: every monthly post in one place&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=y3PenEm9ono/1783619665002" data-video-remote-vid="https://www.youtube.com/watch?v=y3PenEm9ono/1783619665002" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fy3PenEm9ono%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dy3PenEm9ono&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fy3PenEm9ono%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-21"&gt;Product drops&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Here's what's new in SharePoint this month, all now generally available:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create a SharePoint News post from Copilot Pages&lt;/STRONG&gt;: Once you've finished researching, creating, and collecting content in Copilot Pages, take it to a SharePoint News post with the press of the 'SharePoint' button under 'Create.' &lt;A class="lia-external-url" href="https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;amp;searchterms=557566" target="_blank" rel="noopener"&gt;&lt;EM&gt;Roadmap 557566&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;AI news summary for SharePoint News in Teams&lt;/STRONG&gt;: Access an AI-generated audio summary of SharePoint News posts in the SharePoint app for Teams (Viva Connections). &lt;A class="lia-external-url" href="https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;amp;searchterms=562018" target="_blank" rel="noopener"&gt;&lt;EM&gt;Roadmap 562018&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;eSignature for Microsoft 365&lt;/STRONG&gt;: recipient groups: Recipient groups let a signing slot be assigned to multiple people, so any one of them can fulfill the signing requirement on behalf of the group. &lt;A class="lia-external-url" href="https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;amp;searchterms=560822" target="_blank" rel="noopener"&gt;&lt;EM&gt;Roadmap 560822&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A reimagined SharePoint experience&lt;/STRONG&gt;: A simpler, more intuitive SharePoint centered on discovering knowledge, publishing content, and building solutions. It sets the foundation for AI-assisted creation across the product, with updated information architecture and a cohesive design language for a clean, consistent experience across surfaces. &lt;A class="lia-external-url" href="https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;amp;searchterms=547732" target="_blank" rel="noopener"&gt;&lt;EM&gt;Roadmap 547732&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Updates to SharePoint home sites&lt;/STRONG&gt;: A new resources web part, a new way to customize the SharePoint app (Viva Connections) for Teams desktop and mobile, and the ability to set up a home site in the SharePoint admin center. The Announcements web part and the new News web part layout will also become available in all sites. &lt;A class="lia-external-url" href="https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;amp;searchterms=557983" target="_blank" rel="noopener"&gt;&lt;EM&gt;Roadmap 557983&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Stay tuned every month for the SharePoint Showcase, where we share updates, best practices, and real-world examples of how SharePoint helps teams move faster, work smarter, and stay in control as AI reshapes work.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 17:56:32 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-how-microsoft-uses-copilot-in-sharepoint-and/ba-p/4533156</guid>
      <dc:creator>John_Mighell</dc:creator>
      <dc:date>2026-07-09T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Lessons From Building AI Skills in the Real World with Copilot in SharePoint</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/lessons-from-building-ai-skills-in-the-real-world-with-copilot/ba-p/4529563</link>
      <description>&lt;P&gt;&lt;EM&gt;Matt Wolodarsky, a principal program manager at Microsoft, has led an early access program, testing out how skills in SharePoint can drive value for customers.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;You can roll AI out and still have nothing to show for it. We've all seen the headlines about companies spending big on AI and getting little back. But it doesn't have to go that way. Over the past few months, I've worked alongside teams doing the opposite - one got a usable proposal draft in a fraction of the time it used to take; another got a clear read on where a project actually stood, when the information they needed was scattered across documents and hard to surface. What ultimately set these teams apart was how intentionally they applied Copilot to real work.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=tTSnySNmXwE/1782484885759" data-video-remote-vid="https://www.youtube.com/watch?v=tTSnySNmXwE/1782484885759" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FtTSnySNmXwE%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtTSnySNmXwE&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FtTSnySNmXwE%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;This is where skills matter. In SharePoint, skills transform Copilot from a general-purpose assistant into a specialist grounded in your content, policies, and business logic - enabling it to perform meaningful work on your behalf. They capture the repeatable judgment your teams already use to make decisions and move work forward. The rules your legal team applies when reviewing marketing content before it goes live? That’s a skill. The rules that determine whether a vendor is approved, needs additional review, or can move forward? That’s a skill. The process your project team uses to identify risks and turn them into action? That’s a skill.&lt;/P&gt;
&lt;P&gt;Each skill is valuable on its own - it does a specific job well and delivers immediate impact. But the real power comes from how they work together. When you start chaining skills together in SharePoint, you move from solving individual tasks to solving the full workflow.&lt;/P&gt;
&lt;P&gt;I’ve spent the last few months working with a handful of customers doing exactly this. I started to see patterns - which workflows create momentum, and which ones look promising in a demo but struggle when real users and real content get involved. A few things consistently show up:&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt; Pick the right workflow. &lt;/STRONG&gt;Most failures start here.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt; Build it the way work actually happens. &lt;/STRONG&gt;Not the way it should.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt; Make it stick. &lt;/STRONG&gt;Adoption and proof decide whether it keeps running after the pilot.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;&lt;STRONG&gt;Pick the right workflow&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;This is where most workflows either take off or stall. Get the workflow right, and everything else has a chance to work. Get it wrong, and it rarely gets off the ground.&lt;/P&gt;
&lt;P&gt;You see it when you start working through real scenarios. Some workflows don’t just look promising - they solve the problem in front of you. You can trace the inputs through to a clear outcome, and the value is obvious. Others never quite get there.&lt;/P&gt;
&lt;P&gt;At that point, it’s not a tooling problem - it’s a selection problem. Before you build anything, pressure test it. I use a simple three-question filter to decide which workflows to enhance with Copilot in SharePoint:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;Is it worth building? &lt;/STRONG&gt;There’s enough repeatability to justify the effort, and enough value to make reuse worthwhile.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Is it a content-centric process? &lt;/STRONG&gt;When the work is driven by content, Copilot in SharePoint can access the right source material, follow the rules encoded in the skill, and produce an output the team can review, reuse, and build on.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Is there a clear, repeatable way to get to the right outcome? &lt;/STRONG&gt;Repeatable doesn't mean identical - each draft or decision differs - it means there's a known standard for what "good" looks like and a consistent path to reach it. That's what a skill encodes and applies at scale.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;When you run those three questions, certain patterns show up:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What passes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Proposal drafting&lt;/LI&gt;
&lt;LI&gt;Contract or policy compliance verification&lt;/LI&gt;
&lt;LI&gt;Procurement or vendor evaluation&lt;/LI&gt;
&lt;LI&gt;Risk identification and mitigation planning&lt;/LI&gt;
&lt;LI&gt;Launch readiness or go/no-go reviews&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;What fails:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;One-off creative work - no repeatability, nothing to compound&lt;/LI&gt;
&lt;LI&gt;Open-ended brainstorming or ideation - no fixed target and no shared standard for a "right" result, so there's nothing for a skill to encode&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Proposal automation is a good example. The work repeats, the source material usually lives in SharePoint, and strong proposals follow a clear playbook: answer the RFP, hit the win themes, reuse approved content, and stay on voice. I’ve seen teams aim for a 60% complete first draft, with AI skills extracting requirements, mapping them to approved content, and flagging compliance gaps before the first review. That can save hours and give the pursuit team a stronger starting point.&lt;/P&gt;
&lt;P&gt;The RFP Response Engine sample shows this proposal automation pattern in practice. You can find the sample skills in the &lt;A href="https://github.com/pnp/sharepoint-skills" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;pnp/sharepoint-skills&lt;/STRONG&gt;&lt;/A&gt; &lt;STRONG&gt;GitHub repo&lt;/STRONG&gt;, under &lt;STRONG&gt;Skills&lt;/STRONG&gt;, by looking for the folders prefixed with &lt;STRONG&gt;rfp-response-&lt;/STRONG&gt;. They can be used individually or adapted together as a connected proposal workflow.&lt;/P&gt;
&lt;DIV style="position: relative; width: 100%; padding-top: 56.25%;"&gt;&lt;IFRAME src="https://medius.microsoft.com/Embed/video-nc/ca295480-1ec5-4ce3-aa9b-17d40b471db9" title="RFP Engine" allowfullscreen="allowfullscreen" frameborder="0" class="embeddedVideoFrame" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Build it the way work actually happens&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Once you have picked a workflow worth building around, the next question is whether the skill matches the real shape of the work.&lt;/P&gt;
&lt;P&gt;The tempting version of proposal automation is: “Give AI the RFP and draft the response.” But in real workflows, writing is often not where the work starts. The first challenge is turning a messy RFP, scattered across paragraphs, tables, appendices, and evaluation criteria, into a working checklist. A useful skill starts there: extracting requirements, normalizing overlaps, flagging inconsistencies, and categorizing items.&lt;/P&gt;
&lt;P&gt;Now the team is not starting with a blank spreadsheet and a long, messy document. They are starting with a structured first pass they can review, correct, assign, and build on.&lt;/P&gt;
&lt;P&gt;A strong skill does not just produce an impressive output. It turns messy work into structured work, captures repeatable judgment, and gives the next person a clearer decision to make.&lt;/P&gt;
&lt;P&gt;Once you see it that way, a few building lessons fall out.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt; Skills beat prompts the moment judgment needs to be consistent&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;Ad-hoc prompts work for one person, one time. But when the same decision or output needs to be repeated consistently, the judgment needs to be codified. In a proposal workflow, that might mean prioritizing approved references from the same industry, flagging unsupported claims, and escalating anything that requires pricing, legal, or delivery-owner input.&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;STRONG&gt; Build around the handoff, not the AI task&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;The natural instinct is to define skills around what AI can do: summarize this, draft that, extract these fields, generate this response.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;But the better starting point is the handoff: what does the next person in the workflow need to move the work forward?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;In an RFP workflow, the useful skill may not be “draft the answer.” It may be “create the response checklist,” “map requirements to approved source content,” or “prepare the reviewer’s decision packet.”&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;That shift matters. AI tasks produce outputs. Good handoffs move the work forward.&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&lt;STRONG&gt; Design the human checkpoint before you design the automation&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;In one vendor evaluation scenario we worked through with a customer, the skill scored responses and produced a ranking with rationale. On paper, the reviewer still had the final say. In practice, the output looked complete and re-evaluating it took more effort than accepting it.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;That is the trap. A checkpoint only works if the reviewer has a real decision to make, clear evidence to inspect, and a reason to override when something looks wrong.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;The fix is not more review. It is better review design: confirm the criteria up front, show the evidence behind the recommendation, and require a reason for approvals or overrides.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;Skills that work long-term do not remove the human from the loop. They put the human where judgment matters most.&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;&lt;STRONG&gt; Site memory turns one-shot AI into shared proposal context&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;Copilot in SharePoint does not have to start from zero every time someone uses it. With site-level memory, a team can capture rules and lessons once and apply them across future work on the site.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;A lost bid is a good example. If the feedback was, “Evaluators could not tell what they would actually receive at the end of each phase,” the team can turn that into a reusable rule: future implementation plans should include a phase deliverables table with named outputs, formats, and approvers.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;The next proposal writer does not need to know about the lost bid or remember the instruction. Every proposal can start stronger because the site remembers what the team learned last time.&lt;/P&gt;
&lt;H2 class=""&gt;&lt;STRONG&gt;Make it stick&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Building the workflow is not the finish line. In some ways, it is where the harder work starts.&lt;/P&gt;
&lt;P&gt;Even a good skill can fail to become part of the team’s normal workflow. Usually, it fails for one of two reasons.&lt;/P&gt;
&lt;P&gt;The first is abandonment. People try it once or twice, decide it is interesting but not essential, and drift back to the old way of working. If the skill doesn't clearly make a core part of the job faster, easier, or better - something people do often and genuinely care about - it stays a nice-to-have, and nice-to-haves get dropped the moment things get busy. The skills that survive are aimed at work central enough that skipping them costs more than using them.&lt;/P&gt;
&lt;P&gt;The second is fuzzy proof. The team believes the skill helped, but cannot show how much time it saved, how much rework it reduced, or whether the output got meaningfully better.&lt;/P&gt;
&lt;P&gt;I would not treat adoption and measurement as launch-plan items. They need to shape the workflow from the start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Adoption breaks in four places&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When I look at the workflows that stick, they usually get four things right:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt; Does the skill make the work faster, easier, or better?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Effort:&lt;/STRONG&gt; Do people get through their first few uses without feeling slower than before?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Trust:&lt;/STRONG&gt; Can they see sources, rationale, and checkpoints clearly enough to review the work?&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fit:&lt;/STRONG&gt; Does it match the real handoffs, exceptions, and decision points in the workflow?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For a proposal team, legal team, or project team, the pattern is the same: the skill must make the next task easier. It should give people source-grounded work they can inspect, a clearer handoff, and a workflow that fits how the team already moves from intake to review to decision.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Usage is not proof&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A common mistake is treating usage as the main success metric.&lt;/P&gt;
&lt;P&gt;Usage matters, but it is not proof of business value. A team can use AI hundreds of times and still see no meaningful improvement in the work. They may be experimenting, rewriting prompts, checking answers, or using it for low-value tasks.&lt;/P&gt;
&lt;P&gt;The better question is: did the workflow improve?&lt;/P&gt;
&lt;P&gt;For many content-centric processes, three signals matter most: time saved, cycle time, and rework. Did the work get faster? Did the process move from start to finish more quickly? Did the team need fewer review cycles before it shipped?&lt;/P&gt;
&lt;P&gt;Do not launch with a dashboard full of metrics. Pick the one number that would make a leader say, “Yes, this is worth scaling.”&lt;/P&gt;
&lt;P&gt;For proposals, that might be hours saved getting to a usable first draft. For policy review, fewer missed compliance issues. For launch readiness, faster time from readiness review to launch decision.&lt;/P&gt;
&lt;P&gt;The goal is not to prove people ran the skill. It is to prove the work got faster, cleaner, or easier to ship.&lt;/P&gt;
&lt;P&gt;Copilot in SharePoint will bring AI into more of the places where people already work. But access is only the starting point. The real test is whether teams can turn that access into better workflows: choosing the right process, building around how the work actually happens, and proving the result was worth it.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;A quick checklist&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Pick the right workflow&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Start with one workflow worth improving - repeatable, content-driven, with a clear outcome.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Build it the way work actually happens&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Model the messy real workflow, not the ideal one.&lt;/LI&gt;
&lt;LI&gt;Codify judgment so the same decision comes out consistently.&lt;/LI&gt;
&lt;LI&gt;Build around the handoff and the human checkpoint - move the work forward, not just the AI task.&lt;/LI&gt;
&lt;LI&gt;Use site memory so the workflow gets smarter every run.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Make it stick&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Watch the four adoption killers: unclear value, high effort, weak trust, poor fit.&lt;/LI&gt;
&lt;LI&gt;Prove the work got better - time saved, cycle time, rework - not that people used it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Build with us!&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Bring us your real-world business problem, and we’ll help co-build the solution with Copilot in SharePoint.&lt;/P&gt;
&lt;P&gt;If your organization is selected, Microsoft Engineering will partner 1:1 with you at no cost to design, implement, and deploy a Copilot in SharePoint solution in production. Whether you’re looking to streamline knowledge management, automate business processes, or create custom skills, we’ll help you get from concept to deployment. &lt;A href="http://aka.ms/CopilotinSP/Join" target="_blank" rel="noopener"&gt;Nominate your scenario&lt;/A&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Learn more&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=tTSnySNmXwE" target="_blank" rel="noopener"&gt;Copilot in SharePoint: Teach AI how your team works&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/sharepoint/copilot-in-sharepoint-skills" target="_blank" rel="noopener"&gt;Extend AI in SharePoint with skills - SharePoint in Microsoft 365 | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://adoption.microsoft.com/en-us/copilot-in-sharepoint/" target="_blank" rel="noopener"&gt;Copilot in SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 30 Jun 2026 15:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/lessons-from-building-ai-skills-in-the-real-world-with-copilot/ba-p/4529563</guid>
      <dc:creator>Matt Wolodarsky</dc:creator>
      <dc:date>2026-06-30T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Business Applications Built for Microsoft 365 – Cubic Logics – SharePoint Partner Spotlight</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/business-applications-built-for-microsoft-365-cubic-logics/ba-p/4530898</link>
      <description>&lt;P&gt;Organizations increasingly view &lt;STRONG&gt;Microsoft 365 as more than a productivity platform.&lt;/STRONG&gt; They use it to streamline business processes, modernize operations, and empower employees with solutions that integrate into the tools they use every day.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For more than 11 years, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/manojkumar11/" target="_blank" rel="noopener"&gt;Manoj Kumar&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anirbanrevenuebuilder/" target="_blank" rel="noopener"&gt;Anirban Mitra&lt;/A&gt;, and the team at &lt;A class="lia-external-url" href="https://www.cubiclogics.com/" target="_blank" rel="noopener"&gt;Cubic Logics&lt;/A&gt; have helped organizations &lt;STRONG&gt;extend the value of Microsoft 365 through business applications built on SharePoint&lt;/STRONG&gt; and the broader Microsoft ecosystem. Through their &lt;A class="lia-external-url" href="https://www.apps365.com/" target="_blank" rel="noopener"&gt;Apps365 portfolio&lt;/A&gt;, customers can deploy solutions for contract management, human resources, help desk operations, asset management, learning management, expense management, and other business scenarios directly within their existing Microsoft 365 environment.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&lt;SPAN data-contrast="auto"&gt;With more than 12,100 deployments across 172 countries, Cubic Logics serves organizations ranging from small and medium businesses to large enterprises, government agencies, nonprofits, and highly regulated industries. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Their solutions help customers accelerate time to value while leveraging existing investments&lt;/STRONG&gt; in SharePoint, Teams, Power Automate, Microsoft security capabilities, and increasingly, Microsoft Copilot.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;What stands out in Cubic Logics' approach is their &lt;STRONG&gt;focus on bringing business applications closer to where users already work&lt;/STRONG&gt;. Rather than introducing disconnected systems, their solutions integrate directly into Microsoft 365, creating a unified and collaborative experience that helps organizations improve business processes while&amp;nbsp;maintaining&amp;nbsp;governance, compliance, privacy, and security requirements.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;As artificial intelligence continues to reshape workplace experiences, Cubic Logics is also &lt;STRONG&gt;helping customers adopt AI-powered solutions&lt;/STRONG&gt; by combining Microsoft Copilot, agents, Azure OpenAI, and other AI technologies with their existing business processes and data. This enables organizations to unlock new insights, automate routine tasks, and extend the reach of AI across both Microsoft 365 and connected business applications.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Beyond their commercial offerings, Cubic Logics is actively contributing to the &lt;A class="lia-external-url" href="https://aka.ms/community/home" target="_blank" rel="noopener"&gt;Microsoft 365 and SharePoint community&lt;/A&gt; through open-source projects and reusable components. Their recent open-source initiative begins with the &lt;A class="lia-external-url" href="https://github.com/cubic-logics" target="_blank" rel="noopener"&gt;1-on-1 Sharing web part&lt;/A&gt; (coming soon), designed to help organizations structure recurring meetings through templates, actions, automation, and AI-assisted insights. This reflects their ongoing &lt;STRONG&gt;commitment to giving back to the ecosystem that has supported their growth and success over the past decade&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In this SharePoint Partner Showcase, &lt;A href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt;&amp;nbsp;sat down with &lt;A class="lia-external-url" href="https://www.linkedin.com/in/manojkumar11/" target="_blank" rel="noopener"&gt;Manoj Kumar&lt;/A&gt; and &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anirbanrevenuebuilder/" target="_blank" rel="noopener"&gt;Anirban Mitra&lt;/A&gt; to discuss the Apps365 platform,&amp;nbsp;their vision for business applications in Microsoft 365, the opportunities created by Copilot and AI, and their recent investments in open source and community contributions.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:200,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=evI0CvuIEBE/1782376709417" data-video-remote-vid="https://www.youtube.com/watch?v=evI0CvuIEBE/1782376709417" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FevI0CvuIEBE%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DevI0CvuIEBE&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FevI0CvuIEBE%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Learn more about Apps365 and Cubic Logics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.cubiclogics.com/" target="_blank" rel="noopener"&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;Cubic Logics&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/cubiclogics/" target="_blank" rel="noopener"&gt;Cubic Logics Linkedin&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.apps365.com/" target="_blank" rel="noopener"&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;Apps 365 Website&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;&lt;A class="lia-external-url" href="https://www.youtube.com/@hr365/videos" target="_blank" rel="noopener"&gt;Product demo videos in YouTube&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint provide powerful out-of-the-box capabilities that &lt;STRONG&gt;can be extended and tailored&amp;nbsp;to your user experience goals using no-code, low-code, or pro-code approaches&lt;/STRONG&gt;.&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences, and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spat25" target="_blank" rel="noopener"&gt;SharePoint 25th anniversary announcements&lt;/A&gt;&amp;nbsp;- new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt;&amp;nbsp;enables building solutions outside of Microsoft 365 with a custom user interface, but continues storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have SharePoint-based solutions that end users can benefit from and would like to showcase to the community?&lt;/STRONG&gt;&amp;nbsp;Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we will get back to you on planning the right model together -&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The Microsoft 365 ecosystem continues to thrive through partners who innovate, contribute, and share with the broader community. Amazing ecosystem building AI and Copilot powered solutions with SharePoint and Microsoft 365 👏&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 16:15:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/business-applications-built-for-microsoft-365-cubic-logics/ba-p/4530898</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-07-08T16:15:26Z</dc:date>
    </item>
    <item>
      <title>A new SharePoint Look and Feel: What’s Changing and Why It Matters</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/a-new-sharepoint-look-and-feel-what-s-changing-and-why-it/ba-p/4529776</link>
      <description>&lt;img /&gt;
&lt;P&gt;SharePoint is getting a refreshed look and feel designed to make the product feel simpler, clearer, and more focused on your content. We’ve recently introduced a new SharePoint experience, organized around helping you discover knowledge, publish content, and build solutions. Along with that new experience, we’re introducing visual updates across key product surfaces that reduce visual noise, improve readability, and bring more consistency to the interface while preserving the branding investments your organization has already made. We call this work the SharePoint visual refresh: a thoughtful update to the product’s visual language that helps SharePoint feel more modern, approachable, and easier to use.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Background&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Over time, SharePoint’s capabilities have continued to grow, which has given us an opportunity to update the look and feel as well. These updates not only make the SharePoint UI fresh, but it ensures that we are consistent across M365.&lt;/P&gt;
&lt;P&gt;The SharePoint visual refresh, rolling out to general availability now, is part of a broader collaborative effort across Microsoft 365 to modernize the suite and improve usability with this bold, new visual design, while also responding to customer feedback about visual clutter and the need for clearer focus on content. These updates are grounded in core design principles that prioritize usability, coherence, and a sense of delight in everyday interactions.&amp;nbsp; This bold, new design is part of a larger update across many apps (such as &lt;A href="https://www.microsoft.com/en-us/microsoft-365/blog/2026/05/28/introducing-a-new-design-for-microsoft-365-copilot/" target="_blank" rel="noopener"&gt;Microsoft 365 Copilot&lt;/A&gt;) and platforms that family together to create a cohesive, modern look and feel.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Goals&lt;/STRONG&gt;&lt;BR /&gt;The Visual Refresh is guided by several key goals:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Deliver a more contemporary, polished look aligned with the broader Microsoft 365 experience to existing and new SharePoint experiences&lt;/LI&gt;
&lt;LI&gt;Improve consistency, usability, and accessibility across key SharePoint surfaces, including Sites, Pages, and Document Libraries and the new Discover, Publish, Build destinations.&lt;/LI&gt;
&lt;LI&gt;Reduce visual clutter to improve focus on what matters most: your content&lt;/LI&gt;
&lt;LI&gt;Create a design system that scales, from simple team sites to complex enterprise scenarios&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Consistency Across Experiences&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Once adopted, the visual refresh will strengthen alignment between SharePoint, OneDrive, Teams and the Microsoft 365 shell, reducing visual fragmentation across navigation, pages, and components.&lt;/P&gt;
&lt;P&gt;By aligning how our UI looks and our theming approaches, we aim to create a more predictable experience for users moving between tools and surfaces, helping avoid visual dissonance and reducing cognitive load across day‑to‑day workflows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What’s being updated&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt; Canvas elevation: putting content in the spotlight&lt;/STRONG&gt;&lt;BR /&gt;One of the most noticeable changes is the elevation of the SharePoint site canvas. By adding a subtle shadow, refined spacing, and a light gray shade to backgrounds, the refreshed design helps your content stand out, making it easier to scan, read, and interact with pages.&lt;BR /&gt;
&lt;P&gt;Importantly, this is not achieved by changing your content. Instead, the improvements come from thoughtful adjustments to padding, layout spacing, and visual framing, ensuring that the emphasis remains on the information you create and manage. This does not effect existing layouts or how sites reflow.&lt;/P&gt;
&lt;BR /&gt;&lt;img&gt;Page view before / after Visual Refresh&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;STRONG&gt; Neutral theming for app surfaces&lt;/STRONG&gt;&lt;BR /&gt;We’re also evolving how themes are applied within SharePoint to improve consistency, accessibility, and clarity across experiences by separating the core SharePoint user interface from customer content. Updated neutral theming of app surfaces provides a more stable visual foundation and establishes a unified set of navigational UI, where the customer brand remains in an anchor position and is in harmony with the new neutral navigation. This approach allows customer branding to be expressed more clearly without competing with structural UI elements, clarifies the distinction between customer branding and the SharePoint app, reduces visual competition, and improves focus on primary content.&lt;BR /&gt;&lt;img&gt;Previously, surfaces were a mix of SharePoint and Customer theming; simplifying how surfaces are themed improves clarity and reduces visual noise, improving usability.&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&lt;STRONG&gt; Styling updates&lt;/STRONG&gt;&lt;BR /&gt;Additional updates to typography, spacing, and corner rounding introduce a more cohesive and contemporary visual language across SharePoint surfaces. Updated typography and spacing enhance readability and create more consistent rhythm across pages and components, making information easier to scan and interact with. At the same time, increasing corner radius of the UI makes it feel more approachable, and through a flexible system brings greater consistency to our products, helping related components feel more integrated and visually connected. Together, these refinements simplify the overall interface, reduce unnecessary visual noise, and contribute to a lighter, more modern experience that aligns more closely with the broader Microsoft 365 design ecosystem.&lt;BR /&gt;&lt;img&gt;Increasing roundedness of UI improves the approachability and overall product aesthetics; on the right are examples of how the rounded corners may appear on a page with a group of cards.&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;What’s Not Changing&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;While the visual refresh introduces meaningful visual improvements, core SharePoint concepts and workflows remain familiar.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your content, structure, and brand are preserved&lt;/LI&gt;
&lt;LI&gt;Existing site architecture remains unchanged&lt;/LI&gt;
&lt;LI&gt;Day‑to‑day workflows continue to work unchanged&lt;/LI&gt;
&lt;LI&gt;There is no impact on existing SPFx extensions or solutions with this change&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This update focuses on evolution, not reinvention, so users can benefit from improved clarity and modern visuals while familiar work flows and patterns remain the same.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Evaluated with Research&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Across our research studies, participants consistently favored the Visual Refresh due to the cleaner and more contemporary look and improved labeling and structure.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;A calmer, more modern UI that’s easier to scan.&lt;/STRONG&gt; Elevation + neutral theming made the page feel cleaner and it is easier to focus on the content.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Clearer actions in the command bar.&lt;/STRONG&gt; Stronger affordances (like button outlines) make common tasks - edit, undo, save, share - more obvious and easier complete workflows.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Less guesswork when navigating.&lt;/STRONG&gt; Icons and labelling in the app bar reduced friction and participants spent less time hovering and interpreting icons, especially those less familiar with SharePoint.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Overall, the Visual Refresh provides users with a new look they prefer without slowing down their workflow. &amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Looking Ahead&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The SharePoint Visual Refresh is part of an ongoing journey. We’ll continue refining the experience, learning from customer feedback provided directly in-product, and shipping improvements incrementally, so SharePoint keeps getting better without disrupting how people work.&lt;/P&gt;
&lt;P&gt;Familiar workflows will remain in place, now enhanced by improved clarity, consistency, and a more modern feel.&amp;nbsp;We welcome all feedback!&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://www.microsoft.com/en-us/microsoft-365/blog/2026/03/02/sharepoint-at-25-how-microsoft-is-putting-knowledge-to-work-in-the-ai-era/" target="_blank"&gt;this post&lt;/A&gt; for more information about SharePoint’s exciting next chapter.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 15:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/a-new-sharepoint-look-and-feel-what-s-changing-and-why-it/ba-p/4529776</guid>
      <dc:creator>JasonBlackheart</dc:creator>
      <dc:date>2026-06-22T15:00:00Z</dc:date>
    </item>
    <item>
      <title>SharePoint Showcase: From Chaos to AI-Ready with the SharePoint Admin Agent</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-from-chaos-to-ai-ready-with-the-sharepoint/ba-p/4523359</link>
      <description>&lt;P&gt;&lt;STRONG&gt;By: &lt;A class="lia-internal-link lia-internal-url lia-internal-url-user" href="https://techcommunity.microsoft.com/users/sesha_mani/85036" data-lia-auto-title="Sesha Mani" data-lia-auto-title-active="0" target="_blank"&gt;Sesha Mani&lt;/A&gt; and Sophia Peng&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The way governance gets done continues to evolve. Across organizations, agents are no longer a sidebar conversation; they are showing up in everyday work, reasoning over content, and stretching how IT thinks about permissions, lifecycle, and recovery. At the Microsoft 365 Community Conference, nearly every&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=3AdYH7YsPVU&amp;amp;list=PLR9nK3mnD-OUblygvp0-96xxSzMb2uWdz&amp;amp;index=7" target="_blank" rel="noopener"&gt;demo&lt;/A&gt; this year landed on the same grounding question from CISOs and admins alike: "What will it reason over, and how do we stay in control?"&lt;/P&gt;
&lt;P&gt;That question is exactly what the SharePoint Admin Agent was built to answer. In this month's SharePoint Showcase, we're spotlighting Microsoft's first-party AI assistant for managing your digital estate, along with the six-step Content Governance Journey it powers, designed to take a tenant from chaos to AI-ready through a practical governance journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Meet the SharePoint Admin Agent&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;As the content backbone of Microsoft 365, powering Teams, OneDrive, Loop, Copilot, Copilot Cowork, and a growing ecosystem of agents, SharePoint sits at the center of content governance. Permissions, lifecycle, resilience, and relevance now span users, apps, and AI agents. Managing that surface with portals and PowerShell alone doesn't scale.&lt;/P&gt;
&lt;P&gt;The SharePoint Admin Agent brings these capabilities together in one simple conversational experience. Admins can ask questions in natural language, gain actionable insights, and take meaningful action without switching portals or writing scripts. Behind the scenes, it's powered by SharePoint Advanced Management (SAM), the foundation for Copilot-native governance, and aligned to the 3Rs framework: Readiness, Relevance, and Resiliency.&lt;/P&gt;
&lt;P&gt;Because the SharePoint Admin Agent is a declarative agent, you aren't locked into a single surface. You can summon it from the SharePoint admin center, the Microsoft 365 admin center, Microsoft Teams, or directly inside chat, all gated by role-based access so only the right people can see admin-level insights and take admin-level actions.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;The Content Governance Journey: a practical path to AI-readiness&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We've mapped governance into a practical, six-step path that helps move a tenant from "I don't know where to start" to AI-readiness: Assess, Structure, Lifecycle, Oversharing, Access, and Resiliency. The agent rides along through every step, surfacing insights, recommending actions, and helping admins execute.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;STRONG&gt;. Assess content state&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;SPAN class="lia-text-color-11"&gt;&lt;EM&gt;Generally Available&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Step one is the easy button. From the Advanced Management page in the SharePoint admin center, a &lt;STRONG&gt;single click kicks off a tenant-wide scan&lt;/STRONG&gt; across SharePoint sites OneDrive’s, and tenant settings, with no manual data pulls or cross-referencing reports. The assessment returns a prioritized map of your content risks across Site Lifecycle, Oversharing, and Storage, with recommended next steps for each issue.&lt;/P&gt;
&lt;P&gt;From there, you can ask the agent to go deeper, for example: “Which sites were last accessed by external users?” or “What policy should I create next?”&lt;/P&gt;
&lt;P&gt;The agent reasons over your tenant signals and recommends actions you can take in place.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Control content structure with Catalog Management&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;SPAN class="lia-text-color-7"&gt;&lt;EM&gt;Built-in grouping: Generally Available · Custom catalogs: Public Preview &lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Many admins find it hard to answer questions like “which sites belong to Finance, and is Finance oversharing more than Sales?” Catalog Management makes that kind of grouping straightforward. Out of the box, your sites are grouped by region, department, and user type using built-in Microsoft 365 metadata, so you can target policies, reports, access reviews, and Copilot rollout with precision, department by department or region by region.&lt;/P&gt;
&lt;P&gt;And because organizations are unique, custom catalog creation is rolling out now: build site groups by direct CSV upload, by custom site properties, or by Entra ID extension attributes, for example, an "Executive Leadership" group&amp;nbsp;that's&amp;nbsp;excluded from certain lifecycle notifications. This structure gives the system a stronger foundation for more precise insights and recommendations, and it sets the stage for deeper anomaly detection over time.&lt;/P&gt;
&lt;P&gt;Storage runways, growth trends, and ranked cleanup opportunities all become more precise the moment you give the agent the coordinates of your organization.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3. Control content lifecycle&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;SPAN class="lia-text-color-11"&gt;&lt;EM&gt;Generally Available&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Insights without ongoing automation drift back into chaos. Lifecycle skill turns inactive site management into an always-on system: a &lt;STRONG&gt;five-minute wizard&lt;/STRONG&gt; lets you scope a policy (start with North America, or Finance, or just executive sites), set inactivity thresholds, choose who gets notified, and customize the message that lands in site owners' inboxes.&lt;/P&gt;
&lt;P&gt;Run the policy in simulation mode to preview which sites would be flagged before any notifications go out, then flip to active to let it&amp;nbsp;run automatically&amp;nbsp;every month. Ask the agent "Identify sites with low activity owned by Sales and Marketing" and it returns a &lt;STRONG&gt;ranked table in seconds&lt;/STRONG&gt;, with recommendations like "Archive these top 10 sites to free up 5 TB," and a one-step path to create the policy that prevents the same buildup next quarter.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4. Control content oversharing&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN class="lia-text-color-7"&gt;&lt;STRONG&gt;&lt;EM&gt;SAM Admin role: Generally Available · EEEU at file/folder: Private Preview&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Oversharing is one of the first questions organizations want to answer as they prepare content for Copilot. Most enterprise oversharing traces back to &lt;STRONG&gt;five common causes&lt;/STRONG&gt;: site privacy set to public, default sharing set to "Everyone," broken permission inheritance, the "Everyone Except External Users" (EEEU) group, and content without sensitivity labels. To make those root causes visible at scale, &lt;STRONG&gt;Data Access Governance (DAG)&lt;/STRONG&gt;&lt;STRONG&gt; reports&lt;/STRONG&gt; give you a tenant-wide permission view, supporting up to one million sites, with insights into root causes and built-in mitigation actions.&lt;/P&gt;
&lt;P&gt;New in this wave: &lt;STRONG&gt;file-level reporting&lt;/STRONG&gt;, starting with content shared via Everyone groups. Because file-level visibility is sensitive (a report can reveal what an executive is working on), we're introducing a &lt;STRONG&gt;new SharePoint Advanced Management Admin role&lt;/STRONG&gt;, the SAM Admin, that grants the right people the right view without expanding broader tenant rights.&lt;/P&gt;
&lt;P&gt;These reports are available in SAM today, while file-level integration with the agent is still to come. In the meantime, the agent can help admins identify overshared sites and answer broader governance questions, while the new reports provide deeper file-level visibility where needed.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;5. Control content access&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;SPAN class="lia-text-color-11"&gt;&lt;EM&gt;Generally Available&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Site Access Reviews help you delegate access reviews to the people closest to the content, site owners, while you maintain tenant-level visibility. The agent can help admins identify where reviews are needed and guide next steps. &amp;nbsp;Site owners get a clear, branded email and a focused view that shows only the files and folders presenting an oversharing risk, not the entire site. Pair this with Restricted Access Control (RAC) and Restricted Content Discovery (RCD), both honored by Copilot and both delegable to site admins, to keep sensitive content out of AI reasoning until access is right.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;6. Plan for resiliency&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Status:&amp;nbsp;&lt;SPAN class="lia-text-color-7"&gt;&lt;EM&gt;Microsoft Baseline Security Mode GA&lt;/EM&gt;&lt;EM&gt; · Microsoft 365 Backup GA - Multi-Geo Skill: Private Preview&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Resiliency is the part of the journey that's easy to skip, and the part that matters most when something goes wrong. The agent is already connected to &lt;STRONG&gt;more than 60 tenant settings&lt;/STRONG&gt; spanning sharing, storage, and permissions, so you can ask, "Is Microsoft Baseline Security Mode enabled in my tenant?" or "Where can I optimize sharing?" without digging through admin centers.&lt;/P&gt;
&lt;P&gt;If recovery is needed, the agent helps you locate restore points across SharePoint and OneDrive from your&lt;A href="https://aka.ms/M365Backup" target="_blank" rel="noopener"&gt; Microsoft 365 Backup&lt;/A&gt;, and because recovery is high-stakes, the agent guides you step by step rather than acting on its own. Sign-up for Recovery Skill &lt;A href="https://forms.cloud.microsoft/r/qqgsTqcxgf" target="_blank" rel="noopener"&gt;Private Preview&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;New this month: the&amp;nbsp;&lt;STRONG&gt;Multi-Geo&amp;nbsp;Skill (Private Preview)&lt;/STRONG&gt;, starting with move-status tracking. Ask the agent about the status of user or content moves at the geo or user level, with no more hunting through reports for an update. More&amp;nbsp;Multi-Geo&amp;nbsp;capabilities, including initiating moves, are on the roadmap. Interested? Sign-up for &lt;A href="https://forms.cloud.microsoft/r/qqgsTqcxgf" target="_blank" rel="noopener"&gt;Private Preview&lt;/A&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Designed with admins in the loop&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;One of the most important design principles behind the SharePoint Admin Agent is what it won't do. Ask it to delete overshared sites and it will say no. The agent is built to analyze, recommend, and take safe actions, &lt;STRONG&gt;but destructive operations like deleting content or removing sites stay in the admin's hands&lt;/STRONG&gt;, with full context. By design, you can stay in control with the agent.&lt;/P&gt;
&lt;P&gt;That's&amp;nbsp;also why the new SAM Admin role exists: file-level insight is powerful, and the people who use it should be the ones who own it. The combination of conversational reasoning, a layered policy framework (RAC, RCD, inactive site policy, catalog management, and more), and clear role boundaries gives admins a governance posture that matches the pace of agent adoption: discover, decide, and act, without leaving the admin center.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;What's next&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The journey&amp;nbsp;doesn't&amp;nbsp;stop here. In the second half of 2026, expect deeper anomaly detection and notifications in the Storage skill, cross-skill queries that chain insights across permissions, lifecycle, and storage, the ability to control the agent's tone and temperament, and voice-driven tasks. A new Assess Progress capability will let admins track tenant readiness over time, and the&amp;nbsp;Multi-Geo&amp;nbsp;skill is set to&amp;nbsp;expand from&amp;nbsp;status tracking into initiating moves. Site owners will get their own governance hub, and&amp;nbsp;we'll&amp;nbsp;continue extending agent governance, including agent access insights, so the agentic estate stays as well-governed as the content beneath it.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Governance is the grounding question, and the strategic enabler&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The real unlock is control. Instead of treating Copilot rollout as a tenant-wide switch, admins can roll out &lt;STRONG&gt;department by department or region by region&lt;/STRONG&gt;. Take Finance as an example: scope &lt;STRONG&gt;inactive-site and ownership policies&lt;/STRONG&gt; to that catalog, run the &lt;STRONG&gt;DAG permission report&lt;/STRONG&gt; for the same set of sites, initiate &lt;STRONG&gt;Site Access Reviews&lt;/STRONG&gt; with site owners, apply &lt;STRONG&gt;Restricted Content Discovery&lt;/STRONG&gt; where labels or access aren't yet in place, and then &lt;STRONG&gt;enable Copilot for Finance with confidence&lt;/STRONG&gt;. Repeat for the next group.&lt;/P&gt;
&lt;P&gt;The SharePoint Admin Agent, together with the broader SAM portfolio, is how we’re meeting admins where they are: managing a rapidly expanding digital estate with conversational tools that make readiness, relevance, and resiliency something you can act on in real time, not just plan for. Open the SharePoint admin center, start the assessment, and let the agent show you how quickly focused governance can drive progress.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Learn more&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/microsoft365copilotblog/microsoft-365-copilot-readiness-and-resiliency-with-sharepoint-and-m365-backupar/4513048" target="_blank" rel="noopener"&gt;Microsoft 365 Copilot readiness and resiliency with SharePoint and M365 Backup/Archive&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://youtu.be/4C4B2ckF3zA" target="_blank" rel="noopener"&gt;Introducing SharePoint Admin Agent: Governing and securing SharePoint in the agentic era&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=3AdYH7YsPVU&amp;amp;list=PLR9nK3mnD-OUblygvp0-96xxSzMb2uWdz&amp;amp;index=7" target="_blank" rel="noopener"&gt;AI Security &amp;amp; Admin Innovation in Microsoft 365 — Microsoft 365 Community Conference demos&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/sharepoint/advanced-management" target="_blank" rel="noopener"&gt;SharePoint Advanced Management (SAM) overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/M365Backup" target="_blank" rel="noopener"&gt;Microsoft 365 Backup&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Stay tuned every month for the&amp;nbsp;&lt;STRONG&gt;SharePoint Showcase&lt;/STRONG&gt;, where we share updates, best practices, and real-world examples of how SharePoint helps teams move faster, work smarter, and stay in control as AI reshapes work.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 16:52:08 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-from-chaos-to-ai-ready-with-the-sharepoint/ba-p/4523359</guid>
      <dc:creator>sophiapeng</dc:creator>
      <dc:date>2026-05-29T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Proven intranet framework - Involv Intranet - SharePoint Partner Spotlight</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/proven-intranet-framework-involv-intranet-sharepoint-partner/ba-p/4519241</link>
      <description>&lt;P&gt;We are excited to share a new episode on our&lt;STRONG&gt;&amp;nbsp;partner showcase series focused on SharePoint in Microsoft 365&lt;/STRONG&gt;. In this brief discussion &lt;A class="lia-external-url" href="https://www.linkedin.com/in/timbogemans/" target="_blank" rel="noopener"&gt;Tim Bogemans&lt;/A&gt; and&amp;nbsp;&lt;A class="lia-external-url" href="https://www.linkedin.com/in/pascal-herreweghe-88a63b57" target="_blank" rel="noopener"&gt;Pascal Herreweghe&lt;/A&gt; from &lt;A class="lia-external-url" href="http://involv-intranet.com/" target="_blank" rel="noopener"&gt;Involv Intranet&lt;/A&gt; are joining &lt;A class="lia-external-url" href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt; from Microsoft to highlight&amp;nbsp; capabilities they've built for Microsoft 365 and SharePoint using &lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt; (SPFx).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Involv Intranet &lt;/STRONG&gt;is trusted by over 300 organizations across healthcare, the public sector, construction, finance and beyond. It provides a&lt;STRONG&gt; fully branded, mobile-ready intranet experience&lt;/STRONG&gt; with more than 50 configurable components out of the box. These include personalized news, onboarding experiences, employee directories, mandatory reading, social interactions and targeted communication - all designed to support modern internal communications and engagement scenarios.&lt;/P&gt;
&lt;P&gt;Built entirely on Microsoft 365, the solution runs within your existing tenant, &lt;STRONG&gt;ensuring that data residency, compliance and governance&lt;/STRONG&gt; remain fully in your control. Users benefit from a seamless experience across familiar tools such as Microsoft Teams, SharePoint and Microsoft Search, without the need for separate platforms or disconnected systems.&lt;/P&gt;
&lt;P&gt;By combining SharePoint’s extensibility with a curated set of ready-made capabilities,&lt;STRONG&gt; Involv Intranet accelerates time to value&lt;/STRONG&gt; while maintaining flexibility for customization. The approach brings together prebuilt components, a structured implementation methodology and ongoing support, enabling organizations to evolve their intranet as needs grow.&lt;/P&gt;
&lt;P&gt;The platform supports a &lt;STRONG&gt;wide range of scenarios&lt;/STRONG&gt;, from internal communications and knowledge sharing to employee engagement across distributed teams. Features such as multilingual publishing, onboarding journeys, mobile experiences and digital signage are designed to help organizations communicate effectively and keep employees informed and connected.&lt;/P&gt;
&lt;P&gt;In the following video, you’ll see how these capabilities come together in practice and how Involv Intranet extends SharePoint to deliver a modern intranet experience on Microsoft 365.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=OEnEd_N7hmw/1778663378502" data-video-remote-vid="https://www.youtube.com/watch?v=OEnEd_N7hmw/1778663378502" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FOEnEd_N7hmw%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOEnEd_N7hmw&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FOEnEd_N7hmw%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Find out more about Involv Intranet from following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="http://involv-intranet.com/" target="_blank" rel="noopener"&gt;Involv Intranet&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/involv-intranet/" target="_blank" rel="noopener"&gt;Involv Intranet in LinkedIn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint include great out-of-the-box features that you can&amp;nbsp;&lt;STRONG&gt;extend and tailor to your user experience goals using no-code, low-code, or pro-code approaches&lt;/STRONG&gt;.&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences, and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spat25" target="_blank" rel="noopener"&gt;SharePoint 25th anniversary announcements&lt;/A&gt;&amp;nbsp;- new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt;&amp;nbsp;enables building solutions outside of Microsoft 365 with a custom user interface, but continues storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have offering(s) for the SharePoint&lt;/STRONG&gt;&amp;nbsp;which end users can use and you would be interested in sharing your story with the ecosystem? Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we will get back to you on planning the right model together -&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 16:16:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/proven-intranet-framework-involv-intranet-sharepoint-partner/ba-p/4519241</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-07-08T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for Document Management</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/microsoft-named-a-leader-in-the-2026-gartner-magic-quadrant-for/ba-p/4516252</link>
      <description>&lt;P&gt;AI is raising the bar for document management. It’s no longer enough to store and share files— content needs to be governed, structured, and connected to the way teams actually work so AI can reason over it responsibly and help people move from information to action.&lt;/P&gt;
&lt;P&gt;That’s why we’re excited to share that Microsoft has been named a Leader in the &lt;A href="https://aka.ms/2026GartnerDocMgmtMQReport" target="_blank" rel="noopener"&gt;2026 Gartner® Magic Quadrant™ for Document Management&lt;/A&gt;, positioned highest for Ability to Execute.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;We believe this recognition reflects the investments we’ve made in making SharePoint and OneDrive the unified knowledge platform at the heart of Microsoft 365, keeping content trusted and compliant, while making it more discoverable, more actionable, and more valuable as AI adoption accelerates.&lt;/P&gt;
&lt;P&gt;In our view, this recognition is also a reflection of the customers and partners who build with us. Every day, users create 2 million new SharePoint sites, add 2 billion files, and run 3 billion automated workflows on SharePoint content each week, a scale that reflects how deeply document management is embedded in daily work. We’re excited to keep building what’s next with you.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Grounding Copilot in governed content&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;SharePoint and OneDrive serve as the trusted content layer for Microsoft 365 Copilot, giving AI a single, governed foundation to reason over. Over the past year we’ve deepened that connection across sites, files, and even encrypted content.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Reasoning over sites: &lt;/STRONG&gt;Copilot reasons across SharePoint sites and libraries, understanding pages, files, and metadata together to answer questions with full site context and governance.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Reasoning over files (including encrypted content): &lt;/STRONG&gt;Copilot can reason over individual SharePoint files — including image-level understanding in PowerPoint — and it can do so even when content is encrypted, while honoring permissions, sensitivity labels, and security policies.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Connect Copilot Studio and Foundry to SharePoint: &lt;/STRONG&gt;Use SharePoint and OneDrive as a trusted knowledge source for agents built in Copilot Studio and Foundry, so they can retrieve grounded answers from governed content while respecting the same permissions and compliance controls.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;AI-powered document insights: &lt;/STRONG&gt;Every SharePoint site has an agent that can answer questions about site and library contents. Users can do scoped Q&amp;amp;A over one or many files, summarize, compare, and generate FAQs in one click, or listen to an Audio Overview of a file on the go.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;AI-assisted work in SharePoint&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;AI in SharePoint is available now in public preview, so you can go beyond answering questions to getting real content work done right where your files live.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Turn ideas into execution: &lt;/STRONG&gt;Describe the outcome you want and &lt;A href="https://aka.ms/SharePointAI" target="_blank" rel="noopener"&gt;SharePoint proposes a structured plan&lt;/A&gt; — spanning sites, pages, libraries, lists, and starter content — so you can review and iterate before anything is created. With a single prompt, you can also kick off multi-step content work across SharePoint assets, staying in control to review, adjust, or interrupt as SharePoint executes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Teach AI how your team works: &lt;/STRONG&gt;Capture &lt;A href="https://aka.ms/SPskills" target="_blank" rel="noopener"&gt;shared skills and context&lt;/A&gt; at the site level so one person can encode standards and everyone benefits. Skills help ensure consistent outputs, applying the same rules regardless of who asks or when.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;From content chaos to Copilot ready: &lt;/STRONG&gt;SharePoint keeps content structured, current, and governed with &lt;A href="https://aka.ms/KAmetadatablog" target="_blank" rel="noopener"&gt;automated metadata tagging&lt;/A&gt; and proactive site health monitoring, so Copilot and agent experiences across Microsoft 365 are more relevant and reliable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;A modern, intuitive experience&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We continue to invest in the fundamentals — fresh, clean, consumer-grade experiences that make content easier to find, author, and act on.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;New SharePoint experience (rolling out now): &lt;/STRONG&gt;A &lt;A href="https://techcommunity.microsoft.com/blog/spblog/introducing-new-agentic-building-in-sharepoint-and-more-updates/4497987" target="_blank" rel="noopener"&gt;visual refresh and simpler navigation&lt;/A&gt; oriented around three core jobs: discovering what’s new, publishing content, and building solutions. Includes new front doors like Discover, Publish, and Build plus a new app bar that makes it faster to move across SharePoint and get back to the content you need.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Refreshed document libraries: &lt;/STRONG&gt;A modernized UX with built-in AI actions and forms for file intake, bringing insights, actions, and collection into the library experience.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Page authoring and news publication: &lt;/STRONG&gt;Best-in-class web authoring with flex sections, editorial cards, design ideas, motion, fine-grained image controls, and hero carousels. Viva Connections dashboards are now available on all SharePoint sites, with a new news feed that’s both user-personalized and tenant-programmable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Strengthened governance and trust&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Scaling AI on content only works if the content layer is governed and secure. This past year we delivered significant advances across governance, lifecycle, and data protection.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Copilot-ready content governance: &lt;/STRONG&gt;&lt;A href="https://aka.ms/M365Conf/Blogs/SharePoint/Governance" target="_blank" rel="noopener"&gt;SharePoint Advanced Management (SAM)&lt;/A&gt; delivers permission state reports to detect overshared sites and content, and Restricted Content Discovery lets admins exclude sites that aren’t ready for Copilot.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Content lifecycle management: &lt;/STRONG&gt;SAM’s Inactive Sites Policy and Ownership Policy identify stale or unmanaged sites and drive remediation at scale.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Unified data protection with Microsoft Purview: &lt;/STRONG&gt;Dynamic watermarking and broader label support extend protection across content types.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Records management in Purview: &lt;/STRONG&gt;Multi-stage disposition through retention labels (up to five stages) enables multiphase review, relabeling, extension, and defensible deletion across Microsoft 365.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Content management and industry solutions at scale&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;As content management needs grow, customers want a single solution that blends secure collaboration with records, compliance, and line-of-business content, built for how specific industries and roles operate. SharePoint and OneDrive provide a flexible, governed foundation for regulated and high-volume content processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Governance by default: &lt;/STRONG&gt;Metadata, retention, sensitivity labels, and permissions stay with content, supporting audit-ready control for regulated industries like financial services, healthcare, and the public sector.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Role-based experiences: &lt;/STRONG&gt;Build repeatable journeys for HR, legal, and operations, from onboarding and case files to contract review, approvals, and publishing.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Secure internal and external collaboration: &lt;/STRONG&gt;Enable controlled sharing for customer onboarding, vendor management, and partner workflows while maintaining policy enforcement and admin visibility.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;AI-ready content: &lt;/STRONG&gt;Keep information organized and trusted so Copilot and agents can deliver more relevant, permission-aware answers and next actions, especially for high-stakes roles working with sensitive content.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Connected with Microsoft 365 apps: &lt;/STRONG&gt;Enter and update SharePoint metadata directly from Word; request and sign documents with eSignature from Word and PDFs in SharePoint; use AI-powered document assembly to generate compliant Word documents from approved templates; and rely on a single “hero link” per file that controls all access — no more juggling multiple sharing links.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Learn more about SharePoint, OneDrive, and Microsoft 365 Copilot&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We remain committed to making content governed, intelligent, and AI-ready — so every document in your organization can become knowledge that moves work forward.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Start using Microsoft 365 Copilot today. Visit Microsoft365.com/copilot or download the Microsoft 365 Copilot app.&lt;/LI&gt;
&lt;LI&gt;Learn about Microsoft SharePoint: &lt;A href="https://www.microsoft.com/en-us/microsoft-365/sharepoint/" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/microsoft-365/sharepoint/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Learn about SharePoint’s latest AI capabilities: &lt;A href="https://aka.ms/SharePointAI" target="_blank" rel="noopener"&gt;https://aka.ms/SharePointAI&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Read more about 2026 Gartner® Magic Quadrant™ for Document Management: &lt;A href="https://aka.ms/2026GartnerDocMgmtMQReport" target="_blank" rel="noopener"&gt;https://aka.ms/2026GartnerDocMgmtMQReport&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;Gartner, Magic Quadrant for Document Management, Tim Nelms, Jed Cawthorne, Rachel O’Farrel, Marko Sillanpaa, Stephen Emmott, April 28, 2026.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Gartner does not endorse any vendor, product or service depicted in its research publications and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner’s Research &amp;amp; Advisory organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Gartner and Magic Quadrant are trademarks of Gartner, Inc., and/or its affiliates.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;*This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is available upon request here.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 21:23:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/microsoft-named-a-leader-in-the-2026-gartner-magic-quadrant-for/ba-p/4516252</guid>
      <dc:creator>Matt-Taylor</dc:creator>
      <dc:date>2026-04-30T21:23:14Z</dc:date>
    </item>
    <item>
      <title>SharePoint Showcase: AI-Forward Content Creation &amp; Curation for the Modern Intranet</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-ai-forward-content-creation-curation-for-the/ba-p/4515947</link>
      <description>&lt;P&gt;More than 2,700 Microsoft 365 customers joined us at the &lt;A href="https://m365conf.com/#!/" target="_blank" rel="noopener"&gt;Microsoft 365 Community Conference&lt;/A&gt; in Orlando to learn what’s new across Microsoft 365.&lt;/P&gt;
&lt;P&gt;In one of our sessions, &lt;EM&gt;AI&lt;/EM&gt;‑&lt;EM&gt;Forward Content Creation &amp;amp; Curation for the Modern Intranet&lt;/EM&gt;, we shared how SharePoint is evolving from a place where employees &lt;EM&gt;find&lt;/EM&gt; information, to a platform that helps teams &lt;EM&gt;create&lt;/EM&gt; and &lt;EM&gt;keep&lt;/EM&gt; it current. &lt;A href="https://aka.ms/SharePointAI" target="_blank" rel="noopener"&gt;New AI capabilities&lt;/A&gt; now in public preview can generate and edit pages from natural language, helping you move from an idea to structured, publish-ready content faster.&lt;/P&gt;
&lt;P&gt;Because SharePoint content helps ground Microsoft 365 Copilot and agents, quality and consistency matter. Below, we’ll walk through the AI features across two areas: &lt;STRONG&gt;creation&lt;/STRONG&gt; (drafting and visual storytelling) and &lt;STRONG&gt;curation&lt;/STRONG&gt; (keeping your intranet accurate, relevant, and trustworthy over time).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/topic/ai-in-sharepoint-an-overview-c0b1efc3-81d0-4981-8be9-7ba3a75fae15" target="_blank" rel="noopener"&gt;AI in SharePoint: An overview - Microsoft Support&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Create and edit pages with AI&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;First up: creating and refining pages directly in SharePoint.&lt;/P&gt;
&lt;P&gt;You can engage with SharePoint’s AI capabilities from multiple entry points: select the floating action button in the lower right corner of a site, start from the template gallery, create new pages directly from a site, or navigate to the Publish tab to update recently created pages.&lt;/P&gt;
&lt;P&gt;Once in Edit mode, AI becomes your coauthor—you can use chat to make page edits like adding, moving, updating, and formatting your content for you. Describe what the page should include, and SharePoint can generate a structured first draft.&lt;/P&gt;
&lt;P&gt;This experience is intentionally iterative: you can switch back and forth between traditional page building (choosing layouts, adding web parts, and fine-tuning design) and AI-assisted authoring (drafting, rewriting, summarizing, or restructuring) until the page looks and reads exactly the way you want.&lt;/P&gt;
&lt;DIV style="position: relative; width: 100%; padding-top: 56.25%;"&gt;&lt;IFRAME src="https://medius.microsoft.com/Embed/video-nc/ff117bdb-d978-4294-97fc-3e9dca6c7fdf?r=228526748127" title="SharePoint AI Authoring Demo" allowfullscreen="allowfullscreen" frameborder="0" class="embeddedVideoFrame" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;H3&gt;&lt;STRONG&gt;Visual storytelling with charts&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Communicating clearly often means communicating visually. With AI‑generated charts in SharePoint, authors can describe what they need in plain language and add rich, interactive charts directly to a page.&lt;/P&gt;
&lt;P&gt;Charts can be grounded in existing documents and refined through multi‑turn interaction, helping teams turn complex information into content that’s easier to understand and act on, without requiring design expertise.&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Improve your site&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Creation is only half the story. AI in SharePoint goes further—delivering intelligent, automated content curation that helps site owners continuously maintain intranet quality at scale with minimal manual effort. Embedded directly into the SharePoint experience, “Improve your site” leverages user behavior, search insights, and page analytics to surface targeted, action‑oriented recommendations—with one‑click actions, bulk updates, and the ability to learn from user decisions over time.&lt;/P&gt;
&lt;P&gt;Capabilities include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Retiring low‑activity or outdated pages&lt;/STRONG&gt; (individually or in bulk) to reduce clutter and improve content relevance and search quality&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Identifying content gaps&lt;/STRONG&gt; based on employee search intent and unresolved queries, with AI‑assisted content creation to fill them&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fixing broken links&lt;/STRONG&gt; and navigation issues to remove friction and improve user experience&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Enhancing content quality&lt;/STRONG&gt; through recommendations to update, rewrite, or restructure pages for clarity, engagement, and accessibility&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Improving site discoverability&lt;/STRONG&gt; with suggestions for keywords, metadata, navigation, and featured content (e.g., search pinning and best bets)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;With these insights available on demand, &lt;A href="https://techcommunity.microsoft.com/blog/spblog/sharepoint-showcase-how-sharepoint-uses-ai-to-strengthen-work-iq%E2%80%99s-data-layer/4507100" target="_blank" rel="noopener"&gt;SharePoint helps ensure the content&lt;/A&gt; Copilot and agents reason over remains up to date, relevant, and aligned with how employees actually search and work—without introducing additional governance processes or tools.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/topic/improve-your-sharepoint-site-with-ai-in-sharepoint-4c801323-68f8-4274-96bf-b04d78b8d62b" target="_blank" rel="noopener"&gt;Improve your SharePoint site with AI in SharePoint - Microsoft Support&lt;/A&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Content Readiness Is the Foundation for Better AI Outcomes&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;AI capabilities in SharePoint will continue to advance, but &lt;STRONG&gt;content quality, structure, freshness, and governance remain the foundation of effective AI experiences&lt;/STRONG&gt;. By making it easier to both create and curate content, SharePoint helps organizations strengthen content trust today while enriching AI experiences and Work IQ across Microsoft 365.&lt;/P&gt;
&lt;P&gt;The result is higher quality answers, better decision making, and greater productivity, for both people and the AI systems that rely on SharePoint content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Learn More&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://youtu.be/QaQA3-YZzYc?si=iL8fr80IeYChocqF" target="_blank" rel="noopener"&gt;Content creation with AI in SharePoint&lt;/A&gt;&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=QaQA3-YZzYc/1777483450383" data-video-remote-vid="https://www.youtube.com/watch?v=QaQA3-YZzYc/1777483450383" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQaQA3-YZzYc%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQaQA3-YZzYc&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQaQA3-YZzYc%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 15:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-ai-forward-content-creation-curation-for-the/ba-p/4515947</guid>
      <dc:creator>sophiapeng</dc:creator>
      <dc:date>2026-04-30T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Solutions for document-centric business processes - Portal Systems - SharePoint Partner Spotlight</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/solutions-for-document-centric-business-processes-portal-systems/ba-p/4515217</link>
      <description>&lt;P&gt;We are excited to share a new episode on our&lt;STRONG&gt;&amp;nbsp;partner showcase series focused on SharePoint in Microsoft 365&lt;/STRONG&gt;. In this brief discussion &lt;A class="lia-external-url" href="https://www.linkedin.com/in/carl-patrick/" target="_blank" rel="noopener"&gt;Patrick Carl&lt;/A&gt; from &lt;A class="lia-external-url" href="https://www.portalsystems.de/" target="_blank" rel="noopener"&gt;Portal Systems AG&lt;/A&gt; join &lt;A class="lia-external-url" href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt; from Microsoft to showcase different features and capabilities they've built for Microsoft 365 and SharePoint using SharePoint Framework (SPFx).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Portal Systems AG&lt;/STRONG&gt; is an independent software manufacturer specializing in Enterprise Content Management (ECM) and software solutions based on Microsoft 365 and SharePoint. With many years of experience in the ECM environment, the company offers its 350-plus customers innovative, standardized solutions for document, contract and quality management, as well as incoming invoice processing, under the Shareflex brand.&lt;/P&gt;
&lt;P&gt;Portal Systems is fully focused on the cloud and Microsoft 365, leveraging the advantages of the&lt;STRONG&gt; modern platform to provide efficient and secure information management&lt;/STRONG&gt;. Its customer base ranges from start-ups and medium-sized companies to international corporations operating in various industries, including manufacturing, services, finance, and healthcare.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Shareflex &lt;/STRONG&gt;provides comprehensive business applications that are highly user-friendly and easy to use, with pre-built process logic. Built on SharePoint, these solutions are designed for document-centric business processes. Shareflex applications can be used within departments and/or across the entire organisation, and they can be adapted to individual business requirements at any time.&lt;/P&gt;
&lt;P&gt;Shareflex and the Microsoft 365 tools work ‘hand in hand’. Shareflex product management takes great care to ensure that the functionalities of both systems &lt;STRONG&gt;complement each other seamlessly&lt;/STRONG&gt;. This allows us to focus entirely on providing all the functions and tools required for comprehensive business applications via Shareflex. At the same time, all Shareflex users have immediate access to new Microsoft 365 features.&lt;/P&gt;
&lt;P&gt;See a live demo and further details from the following video.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=PzER1V4qAUk/1777376249380" data-video-remote-vid="https://www.youtube.com/watch?v=PzER1V4qAUk/1777376249380" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FPzER1V4qAUk%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPzER1V4qAUk&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FPzER1V4qAUk%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Find out more about Portal Systems from following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.portalsystems.de" target="_blank" rel="noopener"&gt;Portal Systems&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.portalsystems.de/en/software/document-management/" target="_blank" rel="noopener"&gt;Shareflex Documents&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/portal-systems-ag/" target="_blank" rel="noopener"&gt;Portal Systems in LinkedIn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint include great out-of-the-box features that you can &lt;STRONG&gt;extend and tailor to your user experience goals using no-code, low-code, or pro-code approaches&lt;/STRONG&gt;.&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences, and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spat25" target="_blank" rel="noopener"&gt;SharePoint 25th anniversary announcements&lt;/A&gt; - new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt; enables building solutions outside of Microsoft 365 with a custom user interface, but continues storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have offering(s) for the SharePoint&lt;/STRONG&gt; which end users can use and you would be interested in sharing your story with the ecosystem? Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we will get back to you on planning the right model together - &lt;A href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 16:30:42 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/solutions-for-document-centric-business-processes-portal-systems/ba-p/4515217</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-07-08T16:30:42Z</dc:date>
    </item>
    <item>
      <title>AI Skills Are Now in Public Preview: Teaching AI in SharePoint What to Know and How to Act</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/ai-skills-are-now-in-public-preview-teaching-ai-in-sharepoint/ba-p/4512532</link>
      <description>&lt;P&gt;In March, we shared &lt;A href="https://techcommunity.microsoft.com/blog/spblog/introducing-new-agentic-building-in-sharepoint-and-more-updates/4497987" target="_blank" rel="noopener"&gt;our vision for AI in SharePoint&lt;/A&gt;: We’re transforming how teams build solutions, publish content, and organize information using AI. With AI in SharePoint, you start with intent, describe it in natural language, and move directly to working solutions that reflect how your business actually operates. It is a multi‑turn, collaborative experience that spans site, page, list, and library creation, configuration, and consumption.&lt;/P&gt;
&lt;P&gt;Thousands of organizations have joined the &lt;A href="https://aka.ms/SPAIoptin" target="_blank" rel="noopener"&gt;public preview&lt;/A&gt;, and we are excited to co-develop with our customers as they use AI to transform every step of the content lifecycle.&amp;nbsp; During this preview, customers have shared a clear feedback theme with us: &lt;STRONG&gt;They need AI in SharePoint to be even more aware of how their organizations operate – the norms, processes, and content preferences that are essential for how work gets done.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Today at the Microsoft 365 Community Conference, we’re announcing how we are addressing this customer feedback. &amp;nbsp;Now you can teach AI in SharePoint about:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What to Know:&lt;/STRONG&gt; Ask AI in SharePoint to remember something, and it will use a context file in the site to remember the norms and procedures for that site.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;How to Act:&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; Ask AI in SharePoint to store a repeatable process and it will create a skill that can be reused by team members.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;What to Produce:&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; Ask AI in SharePoint to create content and it will generate Word, PowerPoint, or Excel files and can also generate custom reports &amp;amp; dashboards aligned to the content preferences of your organization.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These capabilities roll out over the next couple of weeks for all opted-in &lt;A href="https://aka.ms/SPAIoptin" target="_blank" rel="noopener"&gt;public preview&lt;/A&gt; tenants and sites.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Teaching AI in SharePoint what to know about a site&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Now, you can give SharePoint context it can remember across future sessions. Simply prompt it in chat to remember a shared rule or preference such as: "Remember that our team color is purple” or “avoid the use of aspirational language or marketing jargon.”&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;EM&gt;SharePoint saves context for preferences and rules, then applies it across the team&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;P&gt;SharePoint saves that context at the site level, allowing it to operate with that information in mind for anyone who visits the site. When another team member uses SharePoint’s AI capabilities, such as generating content, it applies that shared context automatically, for instance by prioritizing purple in the color palette.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;SharePoint’s ability to remember site context is rolling out over the next two weeks –to all AI in SharePoint public preview tenants. &lt;/EM&gt;&lt;/STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-skills?branch=main&amp;amp;branchFallbackFrom=pr-en-us-8371" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;&lt;EM&gt;Learn more on how to get started.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Teaching AI in SharePoint how to act&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Skills&lt;/STRONG&gt; go beyond single pieces of context and enable you to define multi-step, repeatable shortcuts that reflect the processes of your team.&amp;nbsp; They enable you to carry out work in the way your team expects.&amp;nbsp; For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Generating quarterly reports from business data: &lt;/STRONG&gt;A finance team can create skills to generate a quarterly report from data stored in the site.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Drafting proposals using past content: &lt;/STRONG&gt;A sales team can create skills that define the structure of proposals and how it should be assembled from past proposals and product documentation. Sales team members can then generate the proposal as a Word document.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Creating a project tracker list &lt;/STRONG&gt;&lt;STRONG&gt;based on team standards: &lt;/STRONG&gt;A project team can create a skill to define how a project tracker should be organized, including required columns, column types, and allowed values for fields. Team members can then generate a list that follows those standards automatically.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Organizing content based on information architecture: &lt;/STRONG&gt;A content management team can create a skill to apply corporate taxonomy when assigning metadata, renaming files, or organizing content into the appropriate structure.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To &lt;A href="https://learn.microsoft.com/en-us/SharePoint/ai-in-sharepoint-skills?branch=pr-en-us-8371" target="_blank" rel="noopener"&gt;create &lt;STRONG&gt;skills &lt;/STRONG&gt;for SharePoint&lt;/A&gt;, you just prompt it in chat to define a specialized capability.&amp;nbsp;&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;EM&gt;Create skills for detailed, multi-step tasks to get repeatable outcomes&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;P&gt;Anyone working on the site can invoke the site’s skills, so outputs are repeatable across the whole team. You can learn more about generating skills in &lt;A href="https://learn.microsoft.com/en-us/SharePoint/ai-in-sharepoint-skills?branch=pr-en-us-8371" target="_blank" rel="noopener"&gt;this detailed help article&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Skills are now available &lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;to all AI in SharePoint public preview tenants. No additional setup is required. &lt;/EM&gt;&lt;/STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-skills?branch=main&amp;amp;branchFallbackFrom=pr-en-us-8371" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;&lt;EM&gt;Learn more on how to get started.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;What to produce: Generating content aligned to your preferences&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Most real content workflows don’t end with a chat session – they end when the deliverable is produced. Now, new &lt;STRONG&gt;content generation&lt;/STRONG&gt; tools enable AI in SharePoint to complete content workflows.&lt;/P&gt;
&lt;P&gt;You can prompt SharePoint directly to generate files – Word, Excel, PowerPoint – as well as structured artifacts — reports, visualizations, interactive summaries — without any code. Ask SharePoint to generate a quarterly report, turn results into a press release, or draft a proposal based on past content, and it produces a live, interactive output you can act on without leaving SharePoint.&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;EM&gt;Teammates can leverage skills others have previously saved to the site and build structured, interactive artifacts, like reports&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;P&gt;And because you can save the creation of that output as a skill, you get consistency over time. Ask SharePoint to generate your weekly report once, save that process as a skill, and every time it produces the same structured output the same way that your whole team can rely on.&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;EM&gt;Ask SharePoint to create documents from files saved on your site&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;P&gt;This is what context, skills, and content generation produce together: AI in SharePoint that applies your organization's standards consistently and generates useful outputs on demand. This foundation of trusted, well‑structured content also helps power better responses from Copilot and agents across Microsoft 365, enabling more effective end‑to‑end workflows through Work IQ.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;AI-driven content generation starts rolling out to public preview in late April through May.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;How it works: Using open markdown files&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This approach to shared context, skills, and content generation reflects an emerging industry pattern for AI systems: separating what AI needs to &lt;EM&gt;know&lt;/EM&gt; from how it should &lt;EM&gt;act&lt;/EM&gt; and what it needs to &lt;EM&gt;produce&lt;/EM&gt; and applying it all consistently across workflows.&lt;/P&gt;
&lt;P&gt;Context and skills are saved as plain-text Markdown (.md) files in the all-new &lt;A href="https://learn.microsoft.com/en-us/SharePoint/ai-in-sharepoint-skills?branch=pr-en-us-8371" target="_blank" rel="noopener"&gt;Agent Assets library&lt;/A&gt; in the site, so they are versioned, governed, and editable by the right people on the team. SharePoint and OneDrive &lt;A href="https://aka.ms/MarkdownODSPBlog" target="_blank" rel="noopener"&gt;now support native viewing and editing of Markdown files&lt;/A&gt;&amp;nbsp; directly in document libraries, allowing teams to open, update, and refine these shared capabilities in the browser without relying on developer tools.&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;EM&gt;SharePoint and OneDrive’s native markdown file editor&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;P&gt;Updates to context and skills can happen naturally through the chat experience as you work. Just prompt SharePoint to make a change, and it applies that update directly behind the scenes.&amp;nbsp; While it’s never required for users to visit the markdown files directly, they are there as a simple way for anyone on the team to see the know-how that might otherwise live in one person’s head. Now, the whole team can share, review, and improve it over time.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Become an AI in SharePoint champion&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Ever since SharePoint’s early days, people have been a hero to their coworkers by configuring SharePoint to best fit their team’s business needs. Today’s announcements are the next generation of this heritage – and it’s never been easier to become a SharePoint champion for your team.&lt;/P&gt;
&lt;P&gt;AI in SharePoint is available now in opt‑in preview for users with a Microsoft 365 Copilot license. Try the preview today: &lt;A href="https://aka.ms/SPAIoptin" target="_blank" rel="noopener"&gt;https://aka.ms/SPAIoptin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Join us for more AI in SharePoint deep dives this week at the Microsoft 365 Community Conference in Orlando:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://nextgen365events.com/#!/session/Meet%20AI%20in%20SharePoint/8532" target="_blank" rel="noopener"&gt;Meet AI in SharePoint&lt;/A&gt; (2:45-3:30 pm ET on Tuesday, April 21)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/AI%20in%20SharePoint:%20From%20Content%20Chaos%20to%20Clarity%20and%20Impact.%20Get%20Copilot%20Ready/8480" target="_blank" rel="noopener"&gt;AI in SharePoint: From Content Chaos to Clarity and Impact. Get Copilot Ready!&lt;/A&gt; (11:15 am - noon ET on Wednesday, April 22)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://nextgen365events.com/#!/session/Using%20SharePoint%20Automation%20&amp;amp;%20AI%20to%20Solve%20Business%20Processes/8533" target="_blank" rel="noopener"&gt;Using SharePoint AI to Solve Business Processes&lt;/A&gt; (1:30-2:15 pm ET on Wednesday, April 22)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/Microsoft%20Lists%20-%20Organize,%20Automate,%20and%20Act%20with%20AI/8525" target="_blank" rel="noopener"&gt;Microsoft Lists – Organize, Automate, and Act with AI&lt;/A&gt; (9-9:45 am ET on Thursday, April 23)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://nextgen365events.com/#!/session/SharePoint:%20AI%E2%80%91Forward%20Content%20Creation%20&amp;amp;%20Curation%20for%20the%20Modern%20Intranet/8502" target="_blank" rel="noopener"&gt;SharePoint: AI-Forward Content Creation &amp;amp; Curation for the Modern Intranet&lt;/A&gt; (10-10:45 am ET on Thursday, April 23)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Learn more about skills as part of AI in SharePoint&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/SPAIoptin" target="_blank" rel="noopener"&gt;Opt-in to the AI in SharePoint public preview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/SharePoint/ai-in-sharepoint-skills?branch=pr-en-us-8371" target="_blank" rel="noopener"&gt;Learn more about skills in SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-style: normal; font-weight: 400; background-color: rgb(255, 255, 255);" href="https://www.youtube.com/@ZRosenfield" target="_blank" rel="noopener"&gt;Watch how skills can be put into action&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:30:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/ai-skills-are-now-in-public-preview-teaching-ai-in-sharepoint/ba-p/4512532</guid>
      <dc:creator>Zach_Rosenfield</dc:creator>
      <dc:date>2026-04-21T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Building a modern digital workplace on Microsoft 365 - WebVine - SharePoint Partner Showcase</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/building-a-modern-digital-workplace-on-microsoft-365-webvine/ba-p/4511679</link>
      <description>&lt;P&gt;We are excited to share a new episode on our&lt;STRONG&gt;&amp;nbsp;partner showcase series focused on SharePoint in Microsoft 365&lt;/STRONG&gt;. In this brief discussion &lt;A class="lia-external-url" href="https://www.linkedin.com/in/chloe-dervin-webvine-digital-transformation/" target="_blank" rel="noopener"&gt;Chloe Dervin&lt;/A&gt; and &lt;A class="lia-external-url" href="https://www.linkedin.com/in/chieftech/" target="_blank" rel="noopener"&gt;James Dellow&lt;/A&gt; from &lt;A class="lia-external-url" href="https://webvine.com.au/" target="_blank" rel="noopener"&gt;WebVine&lt;/A&gt; join &lt;A class="lia-external-url" href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt; from Microsoft to showcase different features and capabilities they've built for Microsoft 365 and SharePoint using SharePoint Framework (SPFx).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WebVine&lt;/STRONG&gt; is a Microsoft partner specializing in modern intranets, information management and digital workplace solutions built on Microsoft 365. With products like &lt;STRONG&gt;Injio Intranet&lt;/STRONG&gt; and &lt;STRONG&gt;Injio Docs&lt;/STRONG&gt;, WebVine helps organizations connect people, manage information effectively and enable practical AI experiences across the digital workplace.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Injio Intranet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://injio.com/" target="_blank" rel="noopener"&gt;Injio Intranet&lt;/A&gt; is WebVine’s modern intranet solution built on Microsoft 365, designed to help organizations connect people, communicate effectively, and find information with ease. Delivered on SharePoint Online, Injio provides a structured, branded digital workplace that supports consistent information architecture, strong governance, and ongoing adoption.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Injio Docs&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://injio.com/injiodocs/" target="_blank" rel="noopener"&gt;Injio Docs&lt;/A&gt; is WebVine’s controlled document management solution built on Microsoft 365, designed to help organizations manage policies, procedures, and critical documents with confidence. Built on SharePoint Online, Injio Docs provides structured governance, version control, and automated workflows to support compliance and consistent information management across the organization.&lt;/P&gt;
&lt;P&gt;See a live demo and further details from the following video.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=lUPo2Zh6U84/1776272646972" data-video-remote-vid="https://www.youtube.com/watch?v=lUPo2Zh6U84/1776272646972" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FlUPo2Zh6U84%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DlUPo2Zh6U84&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FlUPo2Zh6U84%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Find out more about WebVine from following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://webvine.com.au/" target="_blank" rel="noopener"&gt;WebVine&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://injio.com/" target="_blank" rel="noopener"&gt;Injio SharePoint Intranet&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://injio.com/injiodocs/" target="_blank" rel="noopener"&gt;Injio Docs&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/webvine/" target="_blank" rel="noopener"&gt;WebVine in LinkedIn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint include great out-of-the-box features that you can &lt;STRONG&gt;extend and tailor to your user experience goals using no-code, low-code, or pro-code approaches&lt;/STRONG&gt;.&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences, and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spat25" target="_blank" rel="noopener"&gt;SharePoint 25th anniversary announcements&lt;/A&gt; - new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt; enables building solutions outside of Microsoft 365 with a custom user interface, but continues storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have offering(s) for the SharePoint&lt;/STRONG&gt; which end users can use and you would be interested in sharing your story with the ecosystem? Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we will get back to you on planning the right model together - &lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 20:58:20 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/building-a-modern-digital-workplace-on-microsoft-365-webvine/ba-p/4511679</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-04-27T20:58:20Z</dc:date>
    </item>
    <item>
      <title>Board and executive meeting management - Pervasent - SharePoint Partner Showcase</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/board-and-executive-meeting-management-pervasent-sharepoint/ba-p/4507688</link>
      <description>&lt;P&gt;We are excited to share a new episode on our&lt;STRONG&gt;&amp;nbsp;partner showcase series focused on SharePoint in Microsoft 365&lt;/STRONG&gt;. In this brief discussion &lt;A class="lia-external-url" href="https://www.linkedin.com/in/pernblad/" target="_blank" rel="noopener"&gt;Nicklas Pernblad&lt;/A&gt; (CTO) from Pervasent, join &lt;A href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt;&amp;nbsp;from Microsoft to showcase&amp;nbsp;&lt;STRONG&gt;how Pervasent has created really polished and advance solution for board and executive meeting management using SharePoint Framework&amp;nbsp;&lt;/STRONG&gt;(SPFx).&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;Founded in 2008, &lt;A class="lia-external-url" href="https://www.pervasent.com/" target="_blank" rel="noopener"&gt;Pervasent&lt;/A&gt; offers &lt;STRONG&gt;Microsoft 365-based board solutions to secure and streamline the preparation and distribution of materials for board and executive meetings&lt;/STRONG&gt;. Today, Pervasent's &lt;A class="lia-external-url" href="https://www.pervasent.com/board-papers/" target="_blank" rel="noopener"&gt;Board Papers&lt;/A&gt; and &lt;A class="lia-external-url" href="https://www.pervasent.com/team-papers/" target="_blank" rel="noopener"&gt;Team Papers&lt;/A&gt; solutions are used by organizations ranging from small nonprofits to some of the world's largest financial and healthcare institutions in over 35 countries. Leveraging the safety and reliability provided by Microsoft 365, Pervasent's solutions have been approved for use by government agencies requiring the strictest security for their sensitive meeting materials.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Pervasent's SharePoint-based Board Papers and Teams-based Team Papers board solutions are &lt;STRONG&gt;deployed in an organization’s Microsoft 365 tenancy and leverage all the security and user management tools provided by Microsoft 365&lt;/STRONG&gt;. A simple browser interface lets meeting organizers quickly assemble meeting agendas and documents using a flexible set of drag and drop, form and datasheet features. Organizers can cut the time required to prepare for board and executive meetings in half.&lt;/P&gt;
&lt;P&gt;Native Board Papers and Team Papers apps&lt;STRONG&gt; installed on board members and meeting participants' PCs, tablets and phones offer a friendly book-like interface&lt;/STRONG&gt; for reviewing and marking up documents, online or offline, and are designed for users that may not be comfortable with technology. In the app, meeting participants add and share notes, electronically sign pages, and cast votes with one or two clicks. &lt;STRONG&gt;Copilot integration lets participants query meeting documents.&lt;/STRONG&gt; Participants come to meetings prepared, and that means shorter and more effective meetings.&lt;/P&gt;
&lt;P&gt;See a live demo and further details from the following video.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=TdD0KZ8D2xA/1775068932601" data-video-remote-vid="https://www.youtube.com/watch?v=TdD0KZ8D2xA/1775068932601" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FTdD0KZ8D2xA%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTdD0KZ8D2xA&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FTdD0KZ8D2xA%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Find out more about Pervasent from following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.pervasent.com/" target="_blank" rel="noopener"&gt;Pervasent&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/pervasent/" target="_blank" rel="noopener"&gt;Pervasent in LinkedIn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.pervasent.com/board-papers/" target="_blank" rel="noopener"&gt;Board Papers solution&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.pervasent.com/team-papers/" target="_blank" rel="noopener"&gt;Team Papers solution&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint provide a great out of the box features, which&amp;nbsp;&lt;STRONG&gt;can be extended and adjusted based on the user experience objectives using no-code, low-code, and pro-code options.&lt;/STRONG&gt;&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;SharePoint 25th anniversary live stream - new AI features and more&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt;&amp;nbsp;enables building solutions outside of Microsoft 365 with a custom user interface, but continue storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have offering for the SharePoint&lt;/STRONG&gt;&amp;nbsp;which end users can use and you would be interested in sharing your story with the ecosystem? Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we’ll get back to you on planning the right model together –&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 20:59:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/board-and-executive-meeting-management-pervasent-sharepoint/ba-p/4507688</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-04-27T20:59:23Z</dc:date>
    </item>
    <item>
      <title>SharePoint Showcase: How SharePoint uses AI to strengthen Work IQ’s data layer</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-how-sharepoint-uses-ai-to-strengthen-work-iq/ba-p/4507100</link>
      <description>&lt;P&gt;A recently published &lt;A href="https://techcommunity.microsoft.com/t5/s/gxcuf89792/attachments/gxcuf89792/SPBlog/8498/1/Omdia-WP-Microsoft-AI-in-SharePoint-Mar-2026.pdf" target="_blank" rel="noopener"&gt;whitepaper from Omdia,&lt;/A&gt; “&lt;EM&gt;Expanding Your Knowledge with Microsoft’s AI in SharePoint”&lt;/EM&gt; highlights a consistent conclusion. AI performance depends on content readiness which underscores the importance of content quality, structure, freshness, and governance to shape the reliability of AI outputs.&lt;/P&gt;
&lt;P&gt;As a load-bearing structural component of &lt;A href="https://techcommunity.microsoft.com/blog/microsoft365copilotblog/a-closer-look-at-work-iq/4499789" target="_blank" rel="noopener"&gt;Work IQ’s&lt;/A&gt; data layer, SharePoint serves as a primary knowledge platform across many organizations. With over a billion users each year, SharePoint is also the number 1 grounding source for Microsoft 365 Copilot and agents.&lt;/P&gt;
&lt;P&gt;Consequently, the AI capabilities currently available inside SharePoint –which support how content is created, structured, governed, and discovered –significantly influence the quality of the Data layer within Work IQ as the “brain” behind Copilot.&lt;/P&gt;
&lt;P&gt;This month’s Showcase offers four AI capabilities in SharePoint that help strengthen how Copilot and agents reason over enterprise knowledge. Please note, there are some prerequisites that need to met which are summarized on &lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-get-started" target="_blank" rel="noopener"&gt;MS Learn, HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Now let’s dive into the four capabilities, including instructions on how to access and steps to optimize usage.&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;Content management practices that improve AI outcomes&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;AI performance reflects the quality of the information it uses; accurate, structured, and current content leads to reliable results.&lt;/P&gt;
&lt;P&gt;Omdia’s whitepaper points to common patterns across enterprises which include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Diffusion of content spreads across sites and libraries.&lt;/LI&gt;
&lt;LI&gt;Multiple versions of documents exist.&lt;/LI&gt;
&lt;LI&gt;Link degradation and diminished relevance of pages over time.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These conditions affect how AI surfaces answers because AI reasons over content as stored.&lt;/P&gt;
&lt;P&gt;AI in SharePoint evaluates content quality across sites and libraries. It surfaces improvement recommendations for site owners and content managers with an emphasis on actions that raise content clarity and usability.&lt;/P&gt;
&lt;P&gt;Examples may include identifying pages with low engagement, highlighting broken links, and surfacing gaps where users search for information. AI also prompts content refresh actions when guidance no longer reflects current needs.&lt;/P&gt;
&lt;P&gt;This capability operates directly within SharePoint experiences that teams already use, and supports ongoing readiness without introducing separate review cycles or tooling.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action to take&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Select high impact sites such as HR, Legal, or IT guidance.&lt;/LI&gt;
&lt;LI&gt;Within a site, choose the floating button and select &lt;STRONG&gt;Improve this site.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Review AI-driven recommendations for stale content, content gaps, and broken links.&lt;/LI&gt;
&lt;LI&gt;Update, consolidate, and refresh content based on those signals.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Learn more: &lt;A href="https://learn.microsoft.com/en-us/sharepoint/advanced-management" target="_blank" rel="noopener"&gt;SharePoint Advanced Management overview - SharePoint in Microsoft 365 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;H1&gt;&lt;STRONG&gt;Metadata extraction that improves AI responses&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;Metadata provides essential signals for AI reasoning. In this scenario we define metadata as structured information that enables AI systems to understand meaning, relationships, and context.&lt;/P&gt;
&lt;P&gt;While many SharePoint libraries contain valuable documents, in the past, tagging documents with metadata was a manual task resulting in inconsistent tagging across libraries. Furthermore, inconsistent structure across high-value content (e.g., contracts, policies, and technical documentation) can adversely affect precision for search, filtering, and AI responses.&lt;/P&gt;
&lt;P&gt;AI in SharePoint helps address metadata gaps. It can suggest metadata columns based on document patterns, extract and populate values directly from file content, as well as infer additional details using context across the library. Once applied, metadata supports accurate filtering, grouping, and discovery – improving how Copilot and agents interpret relevance and scope.&lt;/P&gt;
&lt;P&gt;As a result, manual effort for content owners is greatly reduced while simultaneously increasing consistency at scale. Over time, structured metadata strengthens confidence in AI-generated summaries and answers.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action to take&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Identify one library with high business value.&lt;/LI&gt;
&lt;LI&gt;Within the library, choose the floating button and select &lt;STRONG&gt;Add autofill columns&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Ask SharePoint to create columns for the metadata you want AI to extract.&lt;/LI&gt;
&lt;LI&gt;Review results and refine as needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Learn more about metadata and response quality in the October, &lt;A href="https://aka.ms/KAmetadatablog" target="_blank" rel="noopener"&gt;SharePoint Showcase&lt;/A&gt;.&lt;/P&gt;
&lt;img /&gt;
&lt;H1&gt;&lt;STRONG&gt;Admin agent support for content cleanup and governance&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;Governance plays an important role in AI outcomes; content lifecycle, storage usage, and permissions all influence what AI surfaces.&lt;/P&gt;
&lt;P&gt;The SharePoint Admin Agent applies generative AI to SharePoint Advanced Management insights. It enables administrators to ask natural language questions about site lifecycle, storage patterns, and permissions exposure.&lt;/P&gt;
&lt;P&gt;The agent analyzes reports regarding inactivity, storage usage, and permissions distribution and then summarizes findings along with sharing recommended actions. This approach helps administrators focus attention on sites that affect risk and efficiency.&lt;/P&gt;
&lt;P&gt;Examples include identifying inactive sites with large storage footprints, surfacing ownerless sites, and highlighting broad access patterns. These insights support informed cleanup and governance planning.&lt;/P&gt;
&lt;P&gt;As such, cleaner and well- governed environments improve AI grounding. Permissions accuracy ensures responses align with access boundaries and reduced duplication improves signal quality for AI reasoning.&lt;/P&gt;
&lt;P&gt;The Admin Agent supports a human review model. It’s recommended that administrators evaluate insights and determine next steps which is in keeping with common responsible AI practices.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action to take&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use the SharePoint Admin Agent to review inactive and storage heavy sites.&lt;/LI&gt;
&lt;LI&gt;Prioritize cleanup and ownership alignment.&lt;/LI&gt;
&lt;LI&gt;Strengthen permissions governance for high visibility content.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Learn more: &lt;A href="https://learn.microsoft.com/en-us/sharepoint/content-governance-agent" target="_blank" rel="noopener"&gt;SharePoint Admin Agent overview - SharePoint in Microsoft 365 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;Practical improvements in document libraries and content organization&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;AI capabilities in SharePoint support everyday work inside document libraries with an emphasis on structure, clarity, and usability.&lt;/P&gt;
&lt;P&gt;Within libraries, AI is ready to help organize files using metadata-driven views and groupings. In addition, new content is classified on a consistent basis as it arrives. And, it can enable automation tied to content changes.&lt;/P&gt;
&lt;P&gt;Examples include triggering review workflows when documents update and surfacing grouped views based on inferred attributes. These features help reduce friction for users navigating large collections.&lt;/P&gt;
&lt;P&gt;At the site level, AI surfaces improvement suggestions based on usage patterns and can identify areas where users search for information. These insights are then leveraged to recommend content updates or new pages that align with observed needs.&lt;/P&gt;
&lt;P&gt;Continuous improvement of the knowledge platform in response to real usage signals helps evolve the content and improve the structure over time. As a result, not only are AI outcomes strengthened within familiar SharePoint experiences, but daily productivity is improved.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action to take&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Review frequently used document libraries.&lt;/LI&gt;
&lt;LI&gt;Apply metadata-based views and groupings.&lt;/LI&gt;
&lt;LI&gt;Use AI recommendations to refine site structure and content placement.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Learn more: &lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-create-document-library" target="_blank" rel="noopener"&gt;Create document library with AI - SharePoint in Microsoft 365 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;H1&gt;In closing&lt;/H1&gt;
&lt;P&gt;Teams that invest in content readiness will see strategic advantage in the long run as they will have strengthened content trust, alongside improved AI accuracy, higher productivity, and decision quality across Microsoft 365.&lt;/P&gt;
&lt;P&gt;Looking ahead, the &lt;A href="https://m365conf.com/#!/" target="_blank" rel="noopener"&gt;Microsoft 365 Conference&lt;/A&gt; (April 21-23, Orlando, Florida) includes several sessions which dive into the latest innovations coming in SharePoint including latest AI capabilities and best practices around libraries and metadata management. You can find out more about the conference via &lt;A href="https://techcommunity.microsoft.com/blog/microsoft_365blog/your-guide-to-the-microsoft-365-community-conference/4505384" target="_blank" rel="noopener"&gt;this blog post&lt;/A&gt; or register for the conference &lt;A href="https://m365conf.com/#!/register?utm_source=M365EGBL" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Recommended sessions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/From%20Chaos%20to%20AI-Ready%20in%2030%20Days:%20Meet%20the%20SharePoint%20Governance%20Agent,%20Grounded%20by%20SAM/8552" target="_blank" rel="noopener"&gt;From Chaos to AI-Ready in 30 Days: Meet the SharePoint &lt;STRONG&gt;Admin &lt;/STRONG&gt;Agent, Grounded by SAM&lt;/A&gt; (Tuesday, 11:30 AM – 12:15 PM EST)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/Meet%20AI%20in%20SharePoint/8532" target="_blank" rel="noopener"&gt;Meet AI in SharePoint&lt;/A&gt; (Tuesday, 2:45-3:30 PM EST)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/AI%20in%20SharePoint:%20From%20Content%20Chaos%20to%20Clarity%20and%20Impact.%20Get%20Copilot%20Ready/8480" target="_blank" rel="noopener"&gt;AI in SharePoint: From Content Chaos to Clarity and Impact. Get Copilot Ready&lt;/A&gt; (Wednesday, 11:15 AM – 12:00 PM EST)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/The%20Future%20of%20SharePoint:%20AI%20Ready%20to%20Discover,%20Publish%20and%20Build/8536" target="_blank" rel="noopener"&gt;The Future of SharePoint: AI Ready to Discover, Publish and Build&lt;/A&gt; (Wednesday, 1:30 – 2:15 PM EST)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/Using%20SharePoint%20AI%20to%20Solve%20Business%20Processes/8533" target="_blank" rel="noopener"&gt;Using SharePoint AI to Solve Business Processes&lt;/A&gt; (Wednesday, 1:30 – 2:15 PM EST)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://m365conf.com/#!/session/SharePoint:%20AI%E2%80%91Forward%20Content%20Creation%20&amp;amp;%20Curation%20for%20the%20Modern%20Intranet/8502" target="_blank" rel="noopener"&gt;SharePoint: AI‑Forward Content Creation &amp;amp; Curation for the Modern Intranet&lt;/A&gt; (Thursday, 10:00 – 10:45 AM EST)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 31 Mar 2026 15:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/sharepoint-showcase-how-sharepoint-uses-ai-to-strengthen-work-iq/ba-p/4507100</guid>
      <dc:creator>John_Mighell</dc:creator>
      <dc:date>2026-03-31T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Announcing the winners of the SharePoint Hackathon 2026</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/announcing-the-winners-of-the-sharepoint-hackathon-2026/ba-p/4505690</link>
      <description>&lt;P&gt;We are excited to announce the&amp;nbsp;&lt;STRONG&gt;winners of the SharePoint Hackathon 2026&lt;/STRONG&gt;. We had a total of 125 submissions on this hackathon by customers and partners. It was a great pleasure to review the submissions during the past week. Thanks you all for being part of the hackathon 🙏&lt;/P&gt;
&lt;P&gt;SharePoint Hackathon was a two week long online event with 6 live streams. Attendee had an option to participate to submit video showcasing their creation built with SharePoint.&amp;nbsp;&lt;STRONG&gt;We had six different official submission categories&lt;/STRONG&gt;, and many submissions were valid for numerous categories. Judging was performed by the feature owners from Microsoft on the specific categories.&lt;/P&gt;
&lt;P&gt;Award ceremony for the hackathon&amp;nbsp;&lt;STRONG&gt;was live streamed in YouTube on Wednesday 26&lt;SUP&gt;th&lt;/SUP&gt;&amp;nbsp;of March&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;You can watch the recording of the award ceremony from the&amp;nbsp;&lt;A href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=nXxWb0XdnIk/1774477845410" data-video-remote-vid="https://www.youtube.com/watch?v=nXxWb0XdnIk/1774477845410" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FnXxWb0XdnIk%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DnXxWb0XdnIk&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FnXxWb0XdnIk%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;H2&gt;Nominees and winners in categories&lt;/H2&gt;
&lt;H3&gt;Most beautiful Intranet home page&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;Recognizes a SharePoint site with outstanding visual design, branding, layout, and usability that delivers a polished and engaging user experience.&lt;/P&gt;
&lt;P&gt;Winner in this category was &lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/115" target="_blank" rel="noopener"&gt;"Digital for Future" for the best SharePoint design category&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/carlobresolin/" target="_blank" rel="noopener"&gt;Carlo Bresolin&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/matteotomasulo/" target="_blank" rel="noopener"&gt;Matteo Tomasulo&lt;/A&gt; 🥇&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/SharePoint/sharepoint-hackathon/issues/183" target="_blank" rel="noopener"&gt;NOXEN Intranet - A design‑led SharePoint portal combining modern branding and AI‑assisted knowledge&lt;/A&gt; by &lt;A href="https://www.linkedin.com/in/francisca-peixoto/" target="_blank" rel="noopener"&gt;Francisca Peixoto&lt;/A&gt; &amp;amp; &lt;A href="https://www.linkedin.com/in/joao12ferreira/" target="_blank" rel="noopener"&gt;João Ferreira&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/SharePoint/sharepoint-hackathon/issues/220" target="_blank" rel="noopener"&gt;Project: Risk prevention advisor agent: AI in SharePoint-orchestrated compliance operations&lt;/A&gt; by &lt;A href="https://www.linkedin.com/in/lancemasina/" target="_blank" rel="noopener"&gt;Lance Masina&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Best mobile experience design for SharePoint&lt;/H3&gt;
&lt;P&gt;Awards a solution that delivers an intuitive, responsive, and high-quality SharePoint experience optimized specifically for mobile devices through Microsoft Teams mobile experiences.&lt;/P&gt;
&lt;P&gt;Winner in this category was &lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/183" target="_blank" rel="noopener"&gt;NOXEN Intranet - A design‑led SharePoint portal combining modern branding and AI‑assisted knowledge&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/francisca-peixoto/" target="_blank" rel="noopener"&gt;Francisca Peixoto&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/joao12ferreira/" target="_blank" rel="noopener"&gt;João Ferreira&lt;/A&gt; 🥇&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/230" target="_blank" rel="noopener"&gt;Project: Building Modern &amp;amp; Rich SharePoint Intranet using OOTB in 2026&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/sandeepps1299/" target="_blank" rel="noopener"&gt;Sandeep P S&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/196" target="_blank" rel="noopener"&gt;Project: Personalized SharePoint pages with configurable widgets&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/calvin-poleij/" target="_blank" rel="noopener"&gt;Calvin Poleij&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/markvandijk/" target="_blank" rel="noopener"&gt;Mark van Dijk&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/mikefortgens/" target="_blank" rel="noopener"&gt;Mike Fortgens&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/reiniersmit/" target="_blank" rel="noopener"&gt;Reinier Smit&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Best organized library using AI in SharePoint&lt;/H3&gt;
&lt;P&gt;Celebrates a document library that leverages a Knowledge agent to improve content organization, discoverability, metadata enrichment, and user understanding.&lt;/P&gt;
&lt;P&gt;Winner in this category was&amp;nbsp;&lt;A class="lia-external-url" style="background-color: rgb(255, 255, 255); font-style: normal; font-weight: 400;" href="https://github.com/SharePoint/sharepoint-hackathon/issues/227" target="_blank" rel="noopener"&gt;Project: Build Your Own Copilot Cowork with SharePoint&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; by &lt;/SPAN&gt;&lt;A class="lia-external-url" style="background-color: rgb(255, 255, 255); font-style: normal; font-weight: 400;" href="https://www.linkedin.com/in/yuichi-tsutsumi-448109188/" target="_blank" rel="noopener"&gt;Yuichi Tsutsumi&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; (Pepe), Yasushi Shiroma, Toshio Otsubo &amp;amp; Ryo Sekine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/220" target="_blank" rel="noopener"&gt;Project: Risk prevention advisor agent: AI in SharePoint-orchestrated compliance operations&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/lancemasina/" target="_blank" rel="noopener"&gt;Lance Masina&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/228" target="_blank" rel="noopener"&gt;Parliament Library of South Australia: Introducing "The Registry"&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anna-graves-7bb89466/" target="_blank" rel="noopener"&gt;Anna Graves&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/john-weste-0bb0b8112/" target="_blank" rel="noopener"&gt;John Weste&lt;/A&gt; &amp;amp; Luke Martin&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Best use of SharePoint in AI agents&lt;/H3&gt;
&lt;P&gt;Build intelligent agents that use SharePoint as their grounding layer — from agents in SharePoint, declarative agents, and Copilot Studio agents to fully custom AI engines. Show how your solution turns organizational knowledge in SharePoint into dynamic, interactive experiences through smart retrieval, reasoning, and storytelling.&lt;/P&gt;
&lt;P&gt;Winner in this category was &lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/181" target="_blank" rel="noopener"&gt;Plumsail Project: Generate Documents with Custom Copilot Agent in SharePoint&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/jusper/" target="_blank" rel="noopener"&gt;Dmitry Kozlov&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/angelika-cherina/" target="_blank" rel="noopener"&gt;Angelika Cherina&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/khritonenkov/" target="_blank" rel="noopener"&gt;Anton Khritonenkov&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/katrinafrolkina/" target="_blank" rel="noopener"&gt;Katrina Frolkina&lt;/A&gt; 🥇&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/227" target="_blank" rel="noopener"&gt;Project: Build Your Own Copilot Cowork with SharePoint&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/yuichi-tsutsumi-448109188/" target="_blank" rel="noopener"&gt;Yuichi Tsutsumi&lt;/A&gt; (Pepe), Yasushi Shiroma, Toshio Otsubo &amp;amp; Ryo Sekine&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/202" target="_blank" rel="noopener"&gt;MyHub — The JTI Employee Experience, Reimagined&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/karol-muzyczak/" target="_blank" rel="noopener"&gt;Karol Muzyczak&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/pauladdy/" target="_blank" rel="noopener"&gt;Paul Addy&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/jorge-reales-cabrera-19916ab/" target="_blank" rel="noopener"&gt;Jorge Reales Cabrera&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/george-ionita-62ab5898/" target="_blank" rel="noopener"&gt;George Ionita&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Most innovative SharePoint experience with SPFx&lt;/H3&gt;
&lt;P&gt;Recognizes SPFx solutions that extend the UI of SharePoint by providing extra features and capabilities for end users. Focus on custom web parts, extensions, or experiences that go beyond out-of-the-box capabilities. Extra points on AI scenarios for example by using &lt;A href="https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/copilot-apis-overview" target="_blank" rel="noopener"&gt;Copilot APIs&lt;/A&gt;&amp;nbsp;with custom SPFx solutions.&lt;/P&gt;
&lt;P&gt;Winner in this category was &lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/202" target="_blank" rel="noopener"&gt;MyHub — The JTI Employee Experience, Reimagined&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/karol-muzyczak/" target="_blank" rel="noopener"&gt;Karol Muzyczak&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/pauladdy/" target="_blank" rel="noopener"&gt;Paul Addy&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/jorge-reales-cabrera-19916ab/" target="_blank" rel="noopener"&gt;Jorge Reales Cabrera&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/george-ionita-62ab5898/" target="_blank" rel="noopener"&gt;George Ionita&amp;nbsp;&lt;/A&gt;&amp;nbsp;🥇&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/145" target="_blank" rel="noopener"&gt;Project: Copilot Engagement Program - Driving Daily Copilot Usage through SharePoint Extensibility and Agentic Experiences&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/federicoporceddu/" target="_blank" rel="noopener"&gt;Federico Porceddu&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/228" target="_blank" rel="noopener"&gt;Parliament Library of South Australia: Introducing "The Registry"&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anna-graves-7bb89466/" target="_blank" rel="noopener"&gt;Anna Graves&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/john-weste-0bb0b8112/" target="_blank" rel="noopener"&gt;John Weste&lt;/A&gt; &amp;amp; Luke Martin&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Most innovative solution with SharePoint Embedded&lt;/H3&gt;
&lt;P&gt;Awards groundbreaking solutions that embed SharePoint content or services into external applications, enabling seamless content management and collaboration experiences.&lt;/P&gt;
&lt;P&gt;Winner in this category was &lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/233" target="_blank" rel="noopener"&gt;Project: Nexus — AI-Powered Bid Management System&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/madhesh-r-699b6b1a6/" target="_blank" rel="noopener"&gt;Madhesh R&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/aravindhan-g-37518b246/" target="_blank" rel="noopener"&gt;Aravindhan G&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/yogesh-murugan-557412121/" target="_blank" rel="noopener"&gt;Yogesh Murugan&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/devaraj-p-0a86b3240/" target="_blank" rel="noopener"&gt;Devaraj P&lt;/A&gt;&amp;nbsp;🥇&lt;/P&gt;
&lt;P&gt;Other official nominees in this category (in top 3) were following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/175" target="_blank" rel="noopener"&gt;Project: Transmital Flow&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/albertjanschot/" target="_blank" rel="noopener"&gt;Albert-Jan Schot&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/jaakke/" target="_blank" rel="noopener"&gt;Robert Jaakke&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/182" target="_blank" rel="noopener"&gt;Project: NorthStar — AI-Powered Employee Onboarding Platform built on SharePoint Embedded + Azure OpenAI&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/reddemma-hasanapuram-35a8b73b7/" target="_blank" rel="noopener"&gt;Reddemma Hasanapuram&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Additional categories&lt;/H2&gt;
&lt;P&gt;We also awarded following five additional categories to celebrate great submissions we got as part of the hackathon. There was no specific prizes associated with these categories.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Most Creative Video Presentation ✨
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/228" target="_blank" rel="noopener"&gt;Parliament Library of South Australia: Introducing "The Registry"&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anna-graves-7bb89466/" target="_blank" rel="noopener"&gt;Anna Graves&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/john-weste-0bb0b8112/" target="_blank" rel="noopener"&gt;John Weste&lt;/A&gt; &amp;amp; Luke Martin &amp;nbsp;👏&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Best Video Presenter Voice 🎤
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/203" target="_blank" rel="noopener"&gt;WayPoint + SharePoint Agents: Faster navigation, better answers&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/kanwalkhipple/" target="_blank" rel="noopener"&gt;Kanwal Khipple&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/kris-glasier/" target="_blank" rel="noopener"&gt;Kristopher G.&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/mallikalimbu/" target="_blank" rel="noopener"&gt;Mallika Limbu&lt;/A&gt; &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/plantt/" target="_blank" rel="noopener"&gt;Richard Plantt&lt;/A&gt; &amp;nbsp;👏&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Most Enthusiastic Presenter ⚡
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/220" target="_blank" rel="noopener"&gt;Risk prevention advisor agent: AI in SharePoint-orchestrated compliance operations&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; by&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/in/lancemasina/" target="_blank" rel="noopener"&gt;Lance Masina&lt;/A&gt; &amp;nbsp;👏&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Most Innovative SharePoint Hack 👩‍💻
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/206" target="_blank"&gt;Template Gallery - One-Click SharePoint Site Provisioning&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; by&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/in/trentallday/" target="_blank" rel="noopener"&gt;Trent Allday&lt;/A&gt;, &lt;A class="lia-external-url" href="https://www.linkedin.com/in/joseph-jang-4975a5239/" target="_blank" rel="noopener"&gt;Joseph Jang&lt;/A&gt;, sijiez209 &amp;amp; &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anishkapse/" target="_blank" rel="noopener"&gt;Anish Kapse&lt;/A&gt; &amp;nbsp;👏&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Most Artistic SharePoint Visualization 🎨
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/SharePoint/sharepoint-hackathon/issues/162" target="_blank" rel="noopener"&gt;Knowledge Galaxy - 3D Organizational Knowledge Universe for SharePoint&lt;/A&gt; by &lt;A class="lia-external-url" href="https://www.linkedin.com/in/hussaine/" target="_blank" rel="noopener"&gt;Ejaz Hussain&lt;/A&gt; &amp;nbsp;👏&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Feedback and next steps&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;We will be contacting the winning teams within upcoming days for the following steps to receive their award(s)&lt;/STRONG&gt;. We will also contact other attendees for video showcase stories and encourage them to sign up for community call demos to &lt;STRONG&gt;showcase their work&lt;/STRONG&gt; within the &lt;A class="lia-external-url" href="https://aka.ms/community/calls" target="_blank" rel="noopener"&gt;Microsoft 365 &amp;amp; Power Platform community calls&lt;/A&gt;. Please fill in following form for volunteering for community call demo -&amp;nbsp;&lt;A href="https://aka.ms/community/request/demo" target="_blank" rel="noopener"&gt;https://aka.ms/community/request/demo&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;No matter if watched the hackathon live streams, followed us on online or submitted a video as part of the hackathon, your input matters: &lt;STRONG&gt;We would love to get your feedback&lt;/STRONG&gt; and input on the hackathon delivery. Your input will help us to understand the value of these kinds of events and continue doing these also in future.&lt;/P&gt;
&lt;P&gt;Please fill in the feedback form at&amp;nbsp;&lt;A href="https://aka.ms/sharepoint/hackathon/feedback" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/hackathon/feedback&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all for participating in the Hackathon 👏🙏🧡&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 03:28:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/announcing-the-winners-of-the-sharepoint-hackathon-2026/ba-p/4505690</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-03-26T03:28:36Z</dc:date>
    </item>
    <item>
      <title>Structured document generation with forms now in preview</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/structured-document-generation-with-forms-now-in-preview/ba-p/4503012</link>
      <description>&lt;P&gt;We’re excited to announce the preview of &lt;A href="https://learn.microsoft.com/en-us/sharepoint/structured-document-generation" target="_blank" rel="noopener"&gt;structured document generation with forms&lt;/A&gt;, a new capability in Microsoft 365 that helps organizations generate consistent, structured documents directly from form-based inputs.&lt;/P&gt;
&lt;P&gt;Last year, we &lt;A href="https://techcommunity.microsoft.com/blog/spblog/ux-updates-ai-actions--forms-in-document-libraries/4466700" target="_blank" rel="noopener"&gt;enhanced Microsoft Lists forms&lt;/A&gt; with features to help you quickly capture data and documents using dynamic, customized, and efficient forms.&lt;/P&gt;
&lt;P&gt;This preview brings together document templates, structured data, and forms to streamline how teams create repeatable, high-quality documents without having to copy and paste or create custom code or complex workflows.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Consistent document generation &amp;amp; management&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Across industries, teams require consistent and templated documents every day. These structured documents are part of common processes— letters, invoices, contracts, reports, receipts, statements of work, compliance artifacts, and more. While the content in these documents is standardized, many businesses struggle to regulate how these documents are created, resulting in inaccurate or incomplete outputs and disorganization across files. External AI tools can increase speed, but often bring additional costs due to errors, rework, and compliance issues.&lt;/P&gt;
&lt;P&gt;Structured document generation addresses this gap by allowing you to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create templates backed by forms&lt;/LI&gt;
&lt;LI&gt;Share those forms and capture inputs when employees fill out the form&lt;/LI&gt;
&lt;LI&gt;Automatically generate documents that follow the template’s structure, formatting, and required fields&lt;/LI&gt;
&lt;/UL&gt;
&lt;img&gt;&lt;EM&gt;Easily build templates that use Forms to generate repeatable, high-value docs&lt;/EM&gt;&lt;/img&gt;
&lt;P&gt;The result is faster document creation, improved consistency, and reduced manual effort.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;How it works&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Create AI-assisted document templates without code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Templates define the layout and structure of the generated document, making it easier to standardize outputs across teams and business processes. AI automatically detects fields in the document and creates reusables forms.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Generate documents from structured form inputs&lt;BR /&gt;&lt;/STRONG&gt;Use forms to collect standardized information and automatically populate that data into a document template. This means documents are created with the right structure and fields every time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Share form links &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After a form is published, you can share the form link with users in your organization, enabling them to submit forms and generate documents. Each submission creates a new document that preserves the approved document’s layout and language — only the field values change.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Keep documents connected to structured data&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Because documents are generated from a template, the output has consistent metadata, downstream workflows, and governance (including retention and sensitivity labels).&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Turn documents into workflows with the help of AI.&lt;/EM&gt;&lt;/img&gt;
&lt;H2&gt;&lt;STRONG&gt;Example scenarios&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;This capability is designed for repeatable, high-value document workflows, such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;HR and people operations&lt;/STRONG&gt;: Generate offer letters, onboarding documents, benefits notices, policy acknowledgements and more from standardized form inputs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Legal and compliance&lt;/STRONG&gt;: Create structured agreements, contracts, audit reports and other compliance documents that follow consistent templates.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Operations and program management&lt;/STRONG&gt;: Produce reports, project documents and other standardized deliverables with predictable structure.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&lt;STRONG&gt;Stored in SharePoint. Integrated with Word.&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;Structured document generation with forms natively stores all content in SharePoint, allowing organizations to take advantage of existing document management, permissions, and lifecycle capabilities. Using forms to generate structured documents in SharePoint document libraries with templates, teams can reduce document sprawl while improving consistency and quality. The features also integrate directly and natively with Word, unlocking rich, no-code template management capabilities. &amp;nbsp;A Microsoft 365 Copilot &lt;A href="https://learn.microsoft.com/en-us/copilot/microsoft-365/microsoft-365-copilot-licensing" target="_blank" rel="noopener"&gt;license&lt;/A&gt; is required to build the forms and workflows, but not to generate a document using the template.&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;Template configuration pane in Word&lt;/EM&gt;&lt;/img&gt;&lt;img&gt;&lt;EM&gt;Document generation pane in Word&lt;/EM&gt;&lt;/img&gt;
&lt;H2&gt;&lt;STRONG&gt;Getting started&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;To learn more about how structured document generation with forms works and what’s supported in this preview, see the &lt;A href="https://learn.microsoft.com/en-us/sharepoint/structured-document-generation" target="_blank" rel="noopener"&gt;Generate structured documents in a SharePoint document library article on Microsoft Learn&lt;/A&gt;. This preview is now rolling out to tenants in the &lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-get-started" target="_blank" rel="noopener"&gt;AI in SharePoint public preview&lt;/A&gt;. You can follow the &lt;A href="https://learn.microsoft.com/en-us/sharepoint/ai-in-sharepoint-get-started" target="_blank" rel="noopener"&gt;steps in this article&lt;/A&gt; to enable it for your tenant. Please share your feedback as we continue to work towards making document creation more structured, automated, and scalable in Microsoft 365.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 18:56:21 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/structured-document-generation-with-forms-now-in-preview/ba-p/4503012</guid>
      <dc:creator>Shreya_Ganguly</dc:creator>
      <dc:date>2026-03-17T18:56:21Z</dc:date>
    </item>
    <item>
      <title>How the latest frontier models unlocked AI in SharePoint: Technical deep dive</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/how-the-latest-frontier-models-unlocked-ai-in-sharepoint/ba-p/4499555</link>
      <description>&lt;P&gt;Over three years, the SharePoint engineering team iterated through five major architectures for AI-powered page authoring. We over-constrained early models, underestimated discoverability, were delighted by new language model capabilities every few months, and learned to pivot fast when emerging approaches leapfrogged what we already had in flight.&lt;/P&gt;
&lt;P&gt;This post documents what worked, what didn't, and what we changed at each generation. If you're building AI features, or interested in the engineering tradeoffs of shipping LLM-based products at enterprise scale, these are the patterns and pitfalls we wish we'd known sooner.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Where we are today?&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Earlier this week, at &lt;A class="lia-external-url" href="http://aka.ms/SharePointAI" target="_blank" rel="noopener"&gt;aka.ms/SharePointAI&lt;/A&gt;, we introduced the new agentic SharePoint page authoring that runs on a coding agent like, minimal-scaffolding, schema-driven system where the model treats the page creation as a coding problem and applies the proven code generation technique to get high quality and predictable outcomes. This architecture only became viable when frontier reasoning models arrived in late 2025 and delivered a step change over their predecessors. Early comparisons against GPT-4.1 show a 30% improvement in eval pass rates, with GPT-5 and Claude reasoning models reaching 85%+. It took five architectural pivots and learnings to get here and we want to share our journey.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;The Journey at a Glance&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;1 - Early 2023 - Full Page&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 1: SharePoint Copilot (v1)&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;GPT-3.5 • Formal DSL with multi-step orchestration.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Built on the shared Office Copilot stack for fast access to RAI and compliance tooling. Basic prompts worked in dogfood, but real page creation exposed GPT-3.5's small context window, hallucination rates, and weak instruction following. Without evals, we found these gaps late.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2 - Mid 2024 - Scope Down&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 2: Rich Text Copilot&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;GPT-4 • Scoped to inline text rewrites and grounded composition. •no evals&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Scoped down to text editing on SharePoint page and proved we could reach high quality. Negative feedback dropped by more than a third over 18 months, so we found product market fit. Next we focused on improving discoverability.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3 - Late 2024 - Full Page&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 3: AI Pages with Prompt Engineering&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;GPT-4 • Full-page generation with RAG • Automated evals introduced late in cycle&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Thumbs-down feedback (the percentage of AI suggestions users weren't satisfied with) from Rich Text Copilot (Version 2) told us users wanted to turn documents and meetings into pages. New platform capabilities (Semantic Index, Graph, Design Ideas) made full-page generation worth attempting. Templates produced strong results but open-ended prompts received 3-4x more negative feedback, and users had no way to iterate on individual sections. We introduced automated evaluation for the first time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4 - Mid 2025 - Scope Down&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 4: Sections with AI with Prompt Engineering&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;GPT 4.1 • Section-scoped generation with inline refinement • Evals maturing with grounding metrics and intent analysis&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Scoped down to sections, addressing Version 3’s lack of post-generation control and context window limits. GPT-4.1’s larger context window (32K tokens) gave us more room for grounding material. Eval infrastructure matured with grounding precision tracking and intent analysis. Keep rate nearly doubled, engagement grew meaningfully. We were onto something.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4b - Mid 2025 - Scope Down&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 4b: FAQ Web Part — Domain-Specialized Generation&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;GPT 4.1 • Single web part with domain-tuned prompts, staged generation, and evals maturing.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A parallel team took the scope-down approach even further, focusing on a single web part: FAQs. FAQ generation was well within GPT 4.1’s capabilities, and the narrow focus let the team ship high-quality grounded output with strong user satisfaction. The multi-stage pipeline mapped each stage directly to the user’s task rather than to infrastructure concerns, and a custom eval framework enabled rapid prompt iteration.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;5 - Early 2026 - Full Page&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 5: Agentic Workspace + Evals Suite&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Thinking Models • Page as code with JSON schemas, targeted deltas, and operation validation • ~400 daily evals, 85%+ pass rate&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Code generation was becoming remarkably good across models, so we modeled page content as code and turned page creation into a code delta problem. The LLM reads schemas and current page state, then generates targeted diffs. Combined with a comprehensive eval suite, this gave us our strongest and most model-first system yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 1: The Illusion of Control&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;SharePoint Copilot (v1)&lt;/P&gt;
&lt;P&gt;GPT-3.5 • Early 2023 • Full Page Creation&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In early 2023, we made our first foray into LLM-based page generation. We wanted to leverage common infrastructure built by the Office teams, so we bet on the shared Office Copilot stack and its formal Domain Specific Language (ODSL), where every page operation (insert_webpart(...), update_section(...)) was explicitly defined. The shared infrastructure gave us critical capabilities like Responsible AI (RAI) filtering, compliance tooling, and an embeddings-based few-shot learning pipeline that let us build quickly. We also integrated content grounding from tenant documents and videos, and Bing image generation for title regions. The system reached broad internal dogfood by mid-2023 and a limited private preview with early adopters by year's end.&lt;/P&gt;
&lt;P&gt;Basic prompts worked well in dogfood, but real page creation intents quickly exposed the limits of GPT-3.5. The model's 4,097-token context window couldn't fit complex pages, it hallucinated frequently, and it struggled to follow multi-step instructions reliably. The multi-stage pipeline amplified these problems because each stage depended on the previous one, causing model errors to cascade through the system. We also lacked eval maturity, which meant we didn't catch these limitations early enough in the development cycle. Overall this was a great learning experience that taught us what the models could and couldn't do, showed us the cost of building without evals, and changed our approach for every subsequent version.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Match scope to model capability. &lt;/STRONG&gt;GPT-3.5’s small context window, high hallucination rates, and weak instruction following meant full-page creation was beyond what the model could reliably handle. We learned to assess model limitations honestly before committing to a scope.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Build evals before you need them.&lt;/STRONG&gt; We lacked eval maturity, which meant we didn’t catch GPT-3.5’s limitations until dogfood. Earlier evaluation infrastructure would have surfaced these gaps during development, not after deployment.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Shared infrastructure accelerates the first mile.&lt;/STRONG&gt; Betting on the Office Copilot stack gave us RAI filtering, compliance tooling, and few-shot learning pipelines without building from scratch. For a first attempt, speed to learn matters more than full architectural control.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 2: Finding Success by Scoping Down&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Rich Text Copilot&lt;/P&gt;
&lt;P&gt;GPT-4 • Mid 2024 • Inline Text Assistance&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After Version 1, we took the lesson of matching scope to model capability and put it into practice. Instead of generating whole pages, we focused on the rich text editor on SharePoint page. GPT-4 gave us better instruction following, double the context window, and lower hallucination rates, and restricting to only the RTE kept inputs well within those limits. We started with a small, canned set of rewrite options like adjust tone, shorten, and expand. The set was small enough to manually validate quality before shipping, which mattered because we still had no automated evals. As users adopted the feature, we added custom prompts and RAG support for attaching documents and meeting transcripts as source material, both driven directly by what thumbs-down feedback told us users needed.&lt;/P&gt;
&lt;P&gt;Our telemetry showed that users who found the feature used it actively, but only a small fraction of page authors found the buttons when they needed them, despite strong engagement from those who did. We added floating Copilot icons inspired by Word’s inline text assistant, contextual hints in empty sections, and onboarding nudges. Educating users to adopt AI features remains an ongoing challenge and these entry points continue to evolve as we learn what works.&lt;/P&gt;
&lt;P&gt;Early metrics showed strong signal: more than half of suggestions were kept. Improving AI quality was only half the problem. The other half was helping users build new habits around a fundamentally different way of creating content. That required intentional UX work, not just better prompts. The key was facetizing customer intents and recognizing which ones we could best improve. Through persistent effort in prompt tuning, format preservation, and tone calibration, the team reduced negative feedback by more than a third. Constrained rewrites performed best (6% thumbs-down); free-prompt drafts remained the weakest scenario, primarily due to language translation issues.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Scope down to model capabilities.&lt;/STRONG&gt; We observed that models in this era were better at scoped tasks like summarizing and rewriting, so we shaped our problems to match their capabilities. Narrowing to inline text editing let us ship a feature that worked well within what GPT-4 could reliably handle.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Persistent, data-driven improvement compounds.&lt;/STRONG&gt; Negative feedback dropped by more than a third, not through one big fix, but iterative refinements in prompt tuning, format preservation, and tone calibration.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Small scope enables quality without automated evals. &lt;/STRONG&gt;We started with a canned set of rewrite options small enough to manually validate before shipping. This let us reach high quality early, even without an eval pipeline. As we expanded to custom prompts and open-ended drafts, the lack of automated evals became a bigger gap, one we addressed more seriously in later versions.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Facetize customer intents to focus improvement. &lt;/STRONG&gt;Not all intents are equal. Constrained rewrites hit 6% thumbs-down while free-prompt drafts stayed much higher. Breaking down user scenarios let us identify which intents we could improve quickly and which ones, like multilingual quality, still needed more work.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 3: Full Page Generation using Prompt Engineering&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;AI Pages&lt;/P&gt;
&lt;P&gt;GPT-4 • Late 2024 • Complex Prompt Engineering + RAG&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Rich Text Copilot proved that scoping to model capabilities works. At the same time, thumbs-down feedback from RTE Copilot was telling us what users wanted next: they were asking for ways to turn Word documents and meeting content into full SharePoint pages. That is inherently a full-page problem. New platform capabilities made it worth attempting. The Semantic Index gave us conceptual matching against organizational data, Microsoft Graph provided grounding in documents and meetings, and prompt engineering was proving effective for structured content across Office apps. We built a workflow that pulled grounded content from attached files, retrieved relevant organizational context, fed it to the LLM for page generation, and then applied Design Ideas to make the pages look beautiful. We shipped two modes: templates (newsletters, events, status updates) where the structure constrained the model’s output, and open-ended prompts for blank pages. Our intuition was that templates would produce stronger results, but blank page creation was too common an entry point to leave unsupported.&lt;/P&gt;
&lt;P&gt;Template-driven pages achieved strong satisfaction, but the approach had a fundamental scaling problem. Each template needed its own prompt tuning to produce good results, and when users went off the tuned intents, quality dropped sharply. Open-ended prompts received roughly 3–4x more negative feedback than template-based ones. The single-shot, all-or-nothing interaction model made this worse: users waited through a long generation cycle and then had no way to fix individual sections. After investing that time, they didn’t feel in control of the result. We began building automated evaluation infrastructure in this version, measuring grounding accuracy and relevance across our top templates. The evals validated prompt tuning improvements but came together late, closer to release than to development, and open-ended prompts shipped without the same eval coverage that templates had.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Users needed post-generation control. &lt;/STRONG&gt;Generation quality and post-generation control are inseparable. Build per-unit editing controls before optimizing first-shot quality.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Validate intuitions with data. &lt;/STRONG&gt;We had an intuition that template-based generation would produce stronger results than open-ended prompts. The data confirmed it: open-ended prompts received roughly 3-4x more negative feedback. Starting with a constrained approach and measuring against the open-ended alternative gave us a clear signal about where to invest next.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Prompt engineering eats context window.&lt;/STRONG&gt; Comprehensive system prompts were less constraining than ODSL but still guided the model down narrow paths. This limited model creativity and consumed a large portion of the context window, hurting reliability on longer pages.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User feedback reveals the next product bet.&lt;/STRONG&gt; Thumbs-down feedback from RTE Copilot told us users wanted to turn documents and meetings into full pages. That signal drove the decision to attempt full-page generation. Feedback loops don’t just improve existing features, they point you toward what to build next.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 4: Scoped Section Generation using Prompt Engineering&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Sections with AI&lt;/P&gt;
&lt;P&gt;GPT-4.1 • Mid 2025 • Section-Level Generation&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We solved the problem of inability to iterate and token bloat due to full page generation by scoping down to individual sections. Sections were small enough to evaluate in seconds, cheap to regenerate, and focused enough for the model to handle consistently. Users could refine each section with conversational follow-ups like “change the image” or “make it formal,” with design family and genre detection matching the page’s visual style. GPT 4.1’s larger context window gave us more room for grounding, and evals matured with automated grounding metrics, intent bucketing, and LLM-driven quality gates.&lt;/P&gt;
&lt;P&gt;The first version chose from ~20 fixed templates. When a request did not match, the system forced the closest fit and silently ignored parts of what the user asked for. This drove roughly 30% of negative feedback. We fixed it by introducing an intermediate representation (IR), a simplified, model-friendly schema that sits between the user’s request and SharePoint’s complex native page format. The model writes to the IR, which maps to full web part configurations on the client. After the switch, keep rate nearly doubled and negative feedback dropped by roughly a quarter.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Smaller chunks plus iteration is the winning formula.&lt;/STRONG&gt; Sections are small enough to evaluate in seconds, cheap to regenerate, and focused enough for the model to handle consistently. Keep rate nearly doubled compared to full-page generation.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;An LLM-friendly intermediate representation simplifies the model’s job. &lt;/STRONG&gt;SharePoint’s native web part JSON is too complex for an LLM to reason about reliably. The IR gave the model a clean, simplified schema to write to instead, removing the ~20-template constraint and letting it generate layouts directly from natural language. Keep rate nearly doubled.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fit before scale, again. &lt;/STRONG&gt;Version 1 validated the section-level interaction model, but template force-fitting drove 30% of negative feedback. We shipped the IR before pushing for broader adoption, and the metrics confirmed it was the right call.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Patterns validated at section scope carry forward. &lt;/STRONG&gt;The IR, design family matching, and genre detection all informed the agentic architecture in Version 5.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 4b: Domain-Specialized Generation — The FAQ Web Part&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;FAQ Web Part&lt;/P&gt;
&lt;P&gt;GPT 4.1 • Mid 2025 • Single Web Part, Domain-Tuned Generation&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;While Sections with AI scoped page authoring down to sections, a parallel team applied the same “match scope to model capability” lesson from Version 1 at its most extreme: generate just one web part, FAQs. FAQ generation from documents was well within GPT 4.1’s capabilities by this point, so the team didn’t need complex scaffolding. Like Version 2’s canned rewrite options, the team constrained the problem to three well-defined FAQ types (Event, Product, Policy) and built domain-specific instruction sets for each, embedding them directly into the orchestration layer. This kept the surface area small enough to test thoroughly. Authors selected grounding sources and FAQ type, and the model handled the rest.&lt;/P&gt;
&lt;P&gt;The system used a three-stage pipeline (categories, then questions, then grounded answers), with users reviewing and editing at each stage. Unlike Version 1’s multi-stage approach where each stage served infrastructure concerns like classification and code generation, here each stage mapped directly to the user’s task and could run as a straightforward prompt with minimal scaffolding. We prioritized the top user tasks in our evals, and a custom evidence-anchored framework cut individual eval runs from roughly 30 minutes to under 10 minutes, giving us a much tighter prompt iteration loop. Authors reported reducing FAQ creation time from hours to minutes, and the feature saw strong adoption with a majority of generated FAQs kept.&lt;/P&gt;
&lt;P&gt;The initial rollout surfaced familiar challenges. The biggest dissatisfaction driver was incorrect output language, a problem Rich Text Copilot also faced with multilingual content. The team resolved it with a language selector. Reliability was another concern: large prompts hitting the orchestration layer caused latency spikes, echoing the same lesson from Version 3 that monolithic prompts create fragility. Breaking prompts into staged calls improved resilience.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Narrower scope, higher quality. &lt;/STRONG&gt;FAQ generation was a well-understood task for GPT 4.1, so the team didn’t need the scaffolding overhead of earlier generations. Domain-specific instruction sets for Event, Product, and Policy FAQs replaced generic prompts and eliminated the need for user prompt engineering entirely.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Multi-stage pipelines work when stages serve the task, not the architecture. &lt;/STRONG&gt;Version 1 also used multiple stages, but those stages served infrastructure concerns (classification, embedding lookup, code generation). Here, each stage mapped to the user’s problem: categories, questions, answers. With clean separation of concerns and better model capabilities, each stage could use a simple prompt with minimal scaffolding. Human checkpoints between stages gave authors control and independently validated the “small chunks plus iteration” pattern from Version 4.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fast evals accelerate prompt iteration.&lt;/STRONG&gt; The team built a custom evidence-anchored evaluation framework that reduced eval cycle time by roughly 6x. This enabled a much tighter feedback loop between prompt changes and quality measurement.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Dependency-graph grounding enables content freshness. &lt;/STRONG&gt;Modeling source-to-answer relationships as a graph (rather than flat retrieval) enabled answer-level change detection and targeted refresh, solving the stale-content problem that plagues enterprise FAQs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Version 5: Full Page Generation using Agentic Workspace&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Page Builder&lt;/P&gt;
&lt;P&gt;GPT 5.x (Thinking Models) • Early 2026 • Model-First Architecture&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What &amp;amp; How&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;By Version 4, we had learned that scoped generation with templates worked, that the IR could dynamically configure web parts, and that eval infrastructure was essential for rapid iteration. At the same time, we observed that code generation was becoming remarkably good across different frontier models. This prompted a fundamental pivot: instead of adding more scaffolding, we modeled page generation as a code generation problem. All page content is represented as JSON using the IR from Version 4, and each web part is similarly modeled with its own JSON schema. The LLM reads the current page state, the page schema, and the web part schemas, then decides on the right code deltas to apply to reach the desired outcome.&lt;/P&gt;
&lt;P&gt;This approach takes advantage of the LLM’s natural code writing capabilities and world knowledge to produce the right diffs. Adding a new web part means adding a new schema file, which moves prompt engineering from a central orchestration layer to the web part itself. Each web part owns its own schema, prompts, and validation rules, so a bug in one web part does not break others. This isolation also lets us scale development across many engineers, since teams can work on their web parts independently without coordinating on a shared prompt.&lt;/P&gt;
&lt;P&gt;An operation validator checks every delta against page semantics and web part semantics before applying it, catching invalid operations that the model might produce. This gives us a safety net that earlier generations lacked, where invalid output either failed silently (Version 1) or produced partial results (Version 4). In practice we found a balance between what goes into the system prompt and what goes into validators. Common rules that the model needs to follow on every turn belong in the system prompt, where they prevent mistakes before they happen. Edge cases like whether an image crop is acceptable belong in validators, which keep the prompt small but cost an extra model turn when they reject output.&lt;/P&gt;
&lt;P&gt;Because the scaffolding is minimal, the architecture is model-first. This is the culmination of the eval journey that started with no evals in Version 1, added late automated evaluation in Version 3, matured with grounding metrics and intent analysis in Version 4, and now runs a comprehensive suite across every model we consider. When a new model ships, we run the evals and immediately understand how much per-model tuning it would need to reach production quality. The table below shows how multiple frontier models perform on our eval suite:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="border-width: 1px;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Model&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Avg Pass Rate&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Claude Opus 4.5&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;88.32%&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Claude Opus 4.6&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;86.48%&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;GPT-5 Reasoning&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;84.20%&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;GPT-5.2 Reasoning&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;83.00%&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;GPT-4.1&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;53.86%&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 50.00%" /&gt;&lt;col style="width: 50.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The eval suite covers a wide range of scenarios, from PR regression gates to complex multi-step authoring:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; border-width: 1px;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Tests&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;% of Total&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;PR&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;46&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;12%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Pull request regression gate, run on every PR before merge&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Core&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;135&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;35%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Fundamental operations critical for the feature to work&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Type 1&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;66&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;17%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Basic operations with clear, unambiguous prompts&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Type 2&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;95&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;25%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Intermediate complexity with multiple parameters&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Type 3&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;24&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;6%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Complex multi-step authoring scenarios&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Type 4&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;18&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;5%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Edge cases and advanced operations&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;384&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;100%&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 25.0206%" /&gt;&lt;col style="width: 25.0206%" /&gt;&lt;col style="width: 25.0206%" /&gt;&lt;col style="width: 25.0206%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reasoning models brought a step change in code generation quality that made this architecture possible, which is clear from the evals across GPT-4.1 and the reasoning models. Earlier models needed extensive scaffolding to produce valid page structures. These models handle it with schemas alone. The eval suite lets us measure that difference precisely and swap models with confidence.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Internal testing shows higher satisfaction scores than all previous generations, along with qualitative feedback indicating that authors use the tool more naturally and spend less time working around limitations. We expect to validate these signals with public preview users.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Model page creation as code generation.&lt;/STRONG&gt; The latest reasoning models excel at writing code, so representing pages as JSON and asking the model to generate code deltas against schemas lets us harness capabilities it already has. The operation validator catches invalid output, giving us a safety net that earlier approaches lacked. Adding a new web part is just adding a new schema file, so the system scales without prompt changes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Self-contained leaf nodes isolate failures and scale teams.&lt;/STRONG&gt; Each web part owns its own schema, prompts, and validation rules. A bug in one web part does not break others, and teams can work on their web parts independently without coordinating on a shared prompt. This is what let us scale development across many engineers.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Balance system prompts and validators.&lt;/STRONG&gt; Common rules belong in the system prompt, where they prevent mistakes before they happen. Edge cases like image crop validation belong in validators, which keep the prompt small but cost an extra model turn when they reject output.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;What We Learned Along the Way&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Looking across all five generations, certain patterns held regardless of which approach we tried. These aren't theoretical principles. They're lessons we learned the hard way, often by doing the opposite first.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;01 - Build for the model you have, design for the model that’s coming&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 1 needed heavy scaffolding for GPT-3.5. By Version 5, minimal scaffolding lets the model reason. Each generation’s architecture was right for its era but became overhead for the next. Design scaffolding to be removable.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;02 - Invest in evals early&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Every generation that invested in evaluation infrastructure shipped faster and with fewer surprises. The teams that built evals late spent cycles discovering problems from user feedback that automated testing would have caught earlier. By the time we reached Version 5, our eval suite let us evaluate new models within a day and understand exactly where to focus tuning effort.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;03 - Scope down to find fit, then expand&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Full page, then text, then full page, then sections and a single web part, then full page again. Each scope-down found product-market fit and produced patterns that fed directly into the next expansion. The lesson is not to stay small but to use narrower scope as a proving ground.&lt;/P&gt;
&lt;P class=""&gt;&lt;STRONG&gt;04 - Break down feedback, address each facet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Raw thumbs-down data is noisy. The real value came from breaking feedback into specific intents and addressing each one separately. This told us where to focus (constrained rewrites were strong while free-prompt drafts needed work), revealed platform problems that crossed features (multilingual issues appeared independently in Rich Text Copilot and the FAQ Web Part), and pointed toward new product bets (doc-to-page feedback drove the decision to attempt full-page generation).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;05 - Discoverability is a feature&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Half of users who found Rich Text Copilot became active users, but only a small fraction ever found it. The FAQ Web Part had a similar problem, with some users unaware it existed at all. Solving discoverability through floating icons, contextual hints, and onboarding nudges became as important as improving the AI itself.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;06 - Give users control over the output, not just the input&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Version 3’s single-shot, all-or-nothing flow was the biggest deal breaker. Users invested time waiting for a full page and then had no way to fix individual parts. Every subsequent version increased user control: Version 4 let users generate and refine one section at a time, Version 4b added human checkpoints at each pipeline stage, and Version 5 uses incremental deltas that users can accept or adjust individually.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Looking Forward&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Three years, multiple architectures, and a lot of pivots taught us that building AI features is less about picking the right approach upfront and more about learning fast from customer feedback and being willing to throw away what isn't working. Each generation made the next one possible. Page Builder is our strongest system yet, and domain-specialized features like the FAQ Web Part show how the same principles (scoped generation, human-in-the-loop, fast evals) extend beyond page authoring to individual web parts. We know from experience that the real test is customer usage. We are heading to public preview and are eager to continue this learning journey with real feedback from real authors.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Join Our Previews and Early Access Program&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/NewSP_PublicPreview" target="_blank" rel="noopener"&gt;Try the new SharePoint experience in public preview today&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/SPAIoptin" target="_blank" rel="noopener"&gt;Try the AI in SharePoint experience in public preview today&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/JoinSharePointAI" target="_blank" rel="noopener"&gt;Nominate your organization for the SharePoint AI Early Access Program&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/how-the-latest-frontier-models-unlocked-ai-in-sharepoint/ba-p/4499555</guid>
      <dc:creator>suyog_gadgil</dc:creator>
      <dc:date>2026-03-05T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Product suite on top of SharePoint - Intelligent Decisioning - SharePoint Partner Showcase</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/product-suite-on-top-of-sharepoint-intelligent-decisioning/ba-p/4499387</link>
      <description>&lt;P&gt;We are excited to share a new episode on our&lt;STRONG&gt;&amp;nbsp;partner showcase series focused on SharePoint in Microsoft 365&lt;/STRONG&gt;. In this brief discussion &lt;A class="lia-external-url" href="https://www.linkedin.com/in/anthonypounder/" target="_blank" rel="noopener"&gt;Tony Pounder&lt;/A&gt; (CTO), &lt;A class="lia-external-url" href="https://www.linkedin.com/in/andy-smith-6639a212/" target="_blank" rel="noopener"&gt;Andy Smith&lt;/A&gt; (Director) and &lt;A class="lia-external-url" href="https://www.linkedin.com/in/nikboden/" target="_blank" rel="noopener"&gt;Nick Boden&lt;/A&gt; (Content and Collaboration Specialist) from Intelligent Decisioning (ID Live), join &lt;A class="lia-external-url" href="https://www.linkedin.com/in/vesajuvonen/" target="_blank" rel="noopener"&gt;Vesa Juvonen&lt;/A&gt;&amp;nbsp;from Microsoft to showcase&amp;nbsp;&lt;STRONG&gt;how ID Live builds secure, native experiences on top of SharePoint and Microsoft 365 using SharePoint Framework&lt;/STRONG&gt; (SPFx).&lt;/P&gt;
&lt;P&gt;&lt;STRONG data-olk-copy-source="MessageBody"&gt;Intelligent Decisioning&lt;/STRONG&gt;, commonly known as &lt;A class="lia-external-url" href="https://www.id-live.com/" target="_blank" rel="noopener"&gt;ID Live&lt;/A&gt;, is a UK‑based Microsoft specialist and trusted digital transformation partner that helps organizations get more value from Microsoft 365, SharePoint, Teams and the Power Platform by combining deep technical expertise with practical, outcome‑focused delivery.&lt;/P&gt;
&lt;P&gt;The ID Live product suite, of Mercury Intranet, MegaNav, docCentrum, Knowledge Base and Digital Asset Manager provides &lt;STRONG&gt;ready‑to‑use, extensible solutions such as intranets, navigation, document control, compliance, migration and digital workplace tools&lt;/STRONG&gt;, all designed to work natively within Microsoft 365. ID Live products help customers improve governance, simplify collaboration, strengthen information security and compliance, and accelerate adoption as well as reducing complexity while enabling staff to work more efficiently and confidently in a modern, secure digital workplace.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mercury Intranet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/mercury/" target="_blank" rel="noopener"&gt;Mercury Intranet&lt;/A&gt; is an intuitive, cost‑effective intranet solution for Microsoft 365 / SharePoint Online, with optional modules such as Analytics and Document Management. Mercury Intranet provides tailored branding and personalisation so the intranet aligns with corporate identity and culture. Mercury Intranet provides a Command Bar and broader intranet accelerators, plus integration points into Microsoft 365 tools (e.g., surfacing productivity features inside the intranet experience.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MegaNav&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/meganav/" target="_blank" rel="noopener"&gt;MegaNav&lt;/A&gt; is the ultimate app for seamless SharePoint navigation, aiming to make navigation consistent, easy to customise, and visually richer across a hub hierarchy. MegaNav improves usability with mobile responsiveness, audience targeting, and branding flexibility, and managed via a drag-and-drop approach.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;docCentrum&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/document-management-system/" target="_blank" rel="noopener"&gt;docCentrum&lt;/A&gt; provides a secure document management solution for Microsoft 365 / SharePoint Online and simplifies important, organisational document management with a graphical dashboard driven approach to managing the document lifecycle. docCentrum provides a “single source of truth” and integrates tightly with Mercury Intranet and MegaNav.&lt;/P&gt;
&lt;P&gt;The demo highlights how ID Live's SPFx-based apps inherit Microsoft 365 security controls, integrate seamlessly into the SharePoint experience, and deliver the performance, scalability, and trust customers expect from solutions built directly on the platform.&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=BMgk8An5BR0/1772627124868" data-video-remote-vid="https://www.youtube.com/watch?v=BMgk8An5BR0/1772627124868" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FBMgk8An5BR0%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBMgk8An5BR0&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FBMgk8An5BR0%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;Find out more about Intelligent Decisioning from following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/" target="_blank" rel="noopener"&gt;Intelligent Decisioning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.linkedin.com/company/intelligent-decisioning-ltd/" target="_blank" rel="noopener"&gt;Intelligent Decisioning | LinkedIn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/mercury/" target="_blank" rel="noopener"&gt;Mercury Intranet&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/meganav/" target="_blank" rel="noopener"&gt;MegaNav&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.id-live.com/document-management-system/" target="_blank" rel="noopener"&gt;docCentrum&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Microsoft 365 and SharePoint provide a great out of the box features, which&amp;nbsp;&lt;STRONG&gt;can be extended and adjusted based on the user experience objectives using no-code, low-code, and pro-code options.&lt;/STRONG&gt;&amp;nbsp;This flexibility enables customers to configure and build unique and powerful experiences at Microsoft 365 for corporate communications, employee experiences and business processes.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/microsoft-365/sharepoint" target="_blank" rel="noopener"&gt;Microsoft SharePoint&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/sharepoint" target="_blank" rel="noopener"&gt;SharePoint help &amp;amp; learning&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/intelligent-intranet-overview" target="_blank" rel="noopener"&gt;Intelligent intranet overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/spfx" target="_blank" rel="noopener"&gt;SharePoint Framework&lt;/A&gt;&amp;nbsp;provides a secure, modern way to build custom and AI-enhanced experiences in SharePoint and Microsoft 365.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/sharepoint/dev/embedded/overview" target="_blank" rel="noopener"&gt;SharePoint Embedded&lt;/A&gt;&amp;nbsp;enables building solutions outside of Microsoft 365 with a custom user interface, but continue storing files in SharePoint.&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://aka.ms/community/youtube" target="_blank" rel="noopener"&gt;Microsoft Community Learning YouTube channel&lt;/A&gt;&amp;nbsp;for videos and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you have offering for the SharePoint&lt;/STRONG&gt;&amp;nbsp;which end users can use and you would be interested in sharing your story with the ecosystem? Let us highlight your solution(s). We welcome all kinds of solutions which highlight the art of possible with SharePoint. Please fill in the following form to get us connected with you and we’ll get back to you on planning the right model together –&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/sharepoint/partner/showcase" target="_blank" rel="noopener"&gt;https://aka.ms/sharepoint/partner/showcase&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Building engaging and exciting experiences with SharePoint, powered by AI! ✨&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 13:22:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/product-suite-on-top-of-sharepoint-intelligent-decisioning/ba-p/4499387</guid>
      <dc:creator>VesaJuvonen</dc:creator>
      <dc:date>2026-03-05T13:22:05Z</dc:date>
    </item>
  </channel>
</rss>

