+
+| Name |
+Value |
+
+
+| AIAssist |
+AI Assist |
+
+
+| AssistViewHeaderText |
+Can I help you? |
+
+
+| AIAssistanceDescription |
+How can I help you with this document? |
+
+
+| AIAssistanceTitle |
+AI Assistance |
+
+
+| AIServiceNotAvailableContent |
+No AI service has been configured for Smart PDF Viewer. |
+
+
+| AIServiceNotAvailableTitle |
+AI Service Not Available |
+
+
+| AITools |
+AI Tools |
+
+
+| AIModelNotReadyContent |
+The AI model is still preparing the document. Please try again in a few moments. |
+
+
+| AIModelNotReadyTitle |
+AI Not Ready |
+
+
+| AuthenticationFailedContent |
+The credentials were not provided, incorrect, or invalid. Please verify your AI configuration. |
+
+
+| AuthenticationFailedTitle |
+Authentication Failed |
+
+
+| ConnectionErrorContent |
+The connection to the AI service has been lost. Please check your network connection and try again. |
+
+
+| ConnectionErrorTitle |
+Connection Error |
+
+
+| DisclaimerContent |
+AI-generated content may contain inaccuracies. |
+
+
+| NoInformationErrorContent |
+No sensitive information was found in the document. |
+
+
+| NoInformationErrorContentHeader |
+No Data Found |
+
+
+| NoPatternSelectedContent |
+Please select at least one pattern. |
+
+
+| NoPatternSelectedTitle |
+Pattern Required |
+
+
+| ModelNotAvailableContent |
+The configured AI model is unavailable or does not exist. |
+
+
+| ModelNotAvailableTitle |
+Model Not Available |
+
+
+| RateLimitExceededContent |
+The AI service rate limit has been exceeded. Please try again later. |
+
+
+| RateLimitExceededTitle |
+Rate Limit Exceeded |
+
+
+| Redact |
+Redact |
+
+
+| RedactDisclaimer |
+AI-detected information may not be accurate. Please verify results before use. |
+
+
+| RedactOptionsHeader |
+Select the pattern |
+
+
+| Scan |
+Scan |
+
+
+| RedactViewHeader |
+Select the patterns |
+
+
+| SmartFill |
+Smart Fill |
+
+
+| SmartRedaction |
+Smart Redaction |
+
+
+| TimeOutErrorContent |
+Your search request took longer than expected and exceeded the maximum allowed time. |
+
+
+| TimeOutErrorTitle |
+Request Timeout |
+
+
+| UnsupportedFileErrorContent |
+This file doesn't support generative AI features because it's blank or doesn't contain enough text. Please try a different file. |
+
+
+| UnSupportedFileErrorTitle |
+Unsupported File |
+
+
+
+## Localizing the redaction patterns
+
+The default redaction pattern names (Person Names, Organization Names, Email Addresses, Phone Numbers, Addresses, Dates, Account Numbers, and Credit Card Numbers) shown in the Smart Redaction panel are provided through the [`RedactPatterns`](./smart-redaction#redactpatterns) property. To present these patterns in a different language, assign the localized pattern names to the `SmartRedactSettings.RedactPatterns` property.
+
+{% tabs %}
+{% highlight C# tabtitle="MainPage.xaml.cs" %}
+
+using System.Globalization;
+using Syncfusion.Maui.SmartPdfViewer;
+. . .
+
+SfSmartPdfViewer pdfViewer = new SfSmartPdfViewer
+{
+ SmartRedactSettings = new SmartRedactSettings
+ {
+ RedactPatterns = CultureInfo.CurrentUICulture.TwoLetterISOLanguageName == "fr"
+ ? new string[] { "Noms de personnes", "Noms d'organisations", "Adresses e-mail", "Numéros de téléphone", "Adresses", "Dates", "Numéros de compte", "Numéros de carte de crédit" }
+ : new string[]
+ {
+ "Person Names",
+ "Organization Names",
+ "Email Addresses",
+ "Phone Numbers",
+ "Addresses",
+ "Dates",
+ "Account Numbers",
+ "Credit Card Numbers"
+ }
+ }
+};
+
+{% endhighlight %}
+{% endtabs %}
+
+N> Custom redaction patterns supplied via `RedactPatterns` are sent to the AI service as-is for detection. Verify that the configured AI model understands the localized pattern names.
+
+## See also
+
+* [.NET MAUI Smart PDF Viewer Overview](./overview)
+* [Getting Started with .NET MAUI Smart PDF Viewer](./getting-started)
+* [Document Summaries in .NET MAUI Smart PDF Viewer](./document-summarizer)
+* [Smart Redaction in .NET MAUI Smart PDF Viewer](./smart-redaction)
+* [Smart Fill in .NET MAUI Smart PDF Viewer](./smart-fill)
+* [Localization in .NET MAUI PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/localization)
\ No newline at end of file
diff --git a/Document-Processing/PDF/Smart-PDF-Viewer/maui/overview.md b/Document-Processing/PDF/Smart-PDF-Viewer/maui/overview.md
new file mode 100644
index 0000000000..efaf4f1e48
--- /dev/null
+++ b/Document-Processing/PDF/Smart-PDF-Viewer/maui/overview.md
@@ -0,0 +1,84 @@
+---
+layout: post
+title: About Syncfusion .NET MAUI Smart PDF Viewer Component | Syncfusion
+description: Learn about the AI-powered Syncfusion .NET MAUI Smart PDF Viewer, including document summarization with Q&A, smart redaction, and smart fill.
+platform: document-processing
+control: SfSmartPdfViewer
+documentation: ug
+keywords: .net maui smart pdf viewer, maui smart pdf viewer, ai pdf viewer maui, smart redaction maui, smart fill maui, document summarizer maui
+---
+
+# About Syncfusion .NET MAUI Smart PDF Viewer Component
+
+The **[.NET MAUI Smart PDF Viewer](https://www.syncfusion.com/maui-controls/maui-pdf-viewer)** is an AI-powered component in Syncfusion's .NET MAUI suite. Built on top of the [SfPdfViewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/overview) control, it enhances document interaction with built-in AI capabilities while retaining all the core PDF viewing features — magnification, page navigation, annotations, form filling, text search, and more — on Android, iOS, macOS, and Windows from a single code base. To get started, see [Getting Started](./getting-started).
+
+Key capabilities include [**Document Summarization with Q&A**](#document-summarization), [**Smart Redaction**](#smart-redaction), and [**Smart Fill**](#smart-fill). These features enable efficient and secure document workflows.
+
+## Document Summarization
+
+* Analyzes PDF content and produces concise summaries using AI.
+* Supports natural-language Q&A with user-entered and AI-suggested questions.
+* Accelerates understanding without reading the entire document.
+* Applicable to legal contracts, research papers, business reports, and other lengthy documents.
+
+## Smart Redaction
+
+* Detects and removes sensitive or confidential information.
+* Identifies patterns such as personal identifiers and financial data.
+* Ensures consistent redaction across documents.
+* Supports privacy and compliance requirements while reducing manual effort.
+
+## Smart Fill
+
+* Intelligently populates form fields based on context.
+* Understands the structure and expected input of PDF forms.
+* Reduces manual data entry and improves accuracy.
+
+## Core PDF Viewing Features
+
+Because the Smart PDF Viewer inherits from the .NET MAUI [SfPdfViewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/overview), it also includes the complete set of core viewing features:
+
+* **Open documents** from streams, local storage, URLs, Base64 strings, or password-protected files.
+* **Annotations**: Add, edit, import, and export highlights, shapes, ink, stamps, sticky notes, free text, and more.
+* **Form filling**: Fill, edit, import, and export PDF form fields including text boxes, checkboxes, and signatures.
+* **Text search and selection**: Search for text and navigate all occurrences in a document.
+* **Save documents**: Save modified documents to a file stream, with optional annotation flattening.
+* **Built-in toolbars and page navigation**: Include bookmarks, thumbnails, and customizable toolbar items.
+* **Redaction and electronic signatures**: Permanently remove sensitive content, and add handwritten, typed, or image-based signatures.
+
+For more details on these core features, refer to the [.NET MAUI PDF Viewer documentation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/overview).
+
+## Benefits
+
+* **Efficiency**: Automates time-consuming tasks.
+* **Accuracy**: Minimizes human error.
+* **Scalability**: Suitable for enterprise-level document management.
+* **Cross-platform**: Works on Android, iOS, macOS, and Windows from a single code base.
+* **Security**: Enhances privacy protection.
+
+## In this section
+
+| Topic | Description |
+|---|---|
+| [Getting Started](./getting-started) | Install the package, register the handler, configure the AI service, and load your first PDF document. |
+| [Document Summarizer](./document-summarizer) | Generate document summaries and ask AI-assisted questions with the Assist View. |
+| [Smart Redaction](./smart-redaction) | Detect and redact sensitive information using AI-assisted pattern detection. |
+| [Smart Fill](./smart-fill) | Automatically populate PDF form fields from clipboard or specified data. |
+| [Localization](./localization) | Localize the static text of the Smart PDF Viewer to other languages. |
+
+## Integration
+
+* Powered by AI services such as [Syncfusion.Maui.SmartComponents](https://www.nuget.org/packages/Syncfusion.Maui.SmartComponents), Microsoft.Extensions.AI, [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/create-resource?pivots=web-portal), OpenAI, and Ollama.
+* Features are optional and can be enabled independently as needed.
+* Chat clients are registered once in `MauiProgram.cs` using `Microsoft.Extensions.AI`, and the Smart PDF Viewer resolves them through dependency injection.
+
+## See also
+
+* [Getting Started with .NET MAUI Smart PDF Viewer](./getting-started)
+* [Document Summaries in .NET MAUI Smart PDF Viewer](./document-summarizer)
+* [Smart Redaction in .NET MAUI Smart PDF Viewer](./smart-redaction)
+* [Smart Fill in .NET MAUI Smart PDF Viewer](./smart-fill)
+* [Localization in .NET MAUI Smart PDF Viewer](./localization)
+* [.NET MAUI PDF Viewer Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/overview)
+* [Configure Chat Client with AI-Powered Components](https://help.syncfusion.com/maui/common/configure-ai-service)
+* [Custom AI Service](https://help.syncfusion.com/maui/common/custom-ai-service)
\ No newline at end of file
diff --git a/Document-Processing/PDF/Smart-PDF-Viewer/maui/smart-fill.md b/Document-Processing/PDF/Smart-PDF-Viewer/maui/smart-fill.md
new file mode 100644
index 0000000000..bf57924392
--- /dev/null
+++ b/Document-Processing/PDF/Smart-PDF-Viewer/maui/smart-fill.md
@@ -0,0 +1,138 @@
+---
+layout: post
+title: Smart Fill in .NET MAUI Smart PDF Viewer | Syncfusion
+description: Discover how Smart Fill enhances form filling in the Syncfusion .NET MAUI Smart PDF Viewer by automatically detecting and populating PDF form fields.
+platform: document-processing
+control: SfSmartPdfViewer
+documentation: ug
+keywords: .net maui smart pdf viewer, smart fill maui, ai form filling, automatic form fill, pdf forms maui
+---
+
+# Smart Fill in .NET MAUI Smart PDF Viewer
+
+Smart Fill accelerates completion of PDF forms by using AI to detect fields and populate them from clipboard content or specified data, reducing manual input and errors. The Smart Fill option is available only when the loaded PDF contains form fields and can be enabled or disabled via the [`IsEnabled`](#isenabled) property. Users can review and adjust the populated values before finalizing.
+
+Users can trigger Smart Fill by selecting the **Smart Fill** button from the **AI Tools** menu in the viewer toolbar. The feature analyzes the current clipboard content (or the data passed programmatically) and maps the extracted values to the corresponding form fields — including text boxes, combo boxes, radio buttons, and list boxes — in the loaded PDF document.
+
+
+
+N> The AI service must be configured before using the Smart Fill feature. Refer to [Getting Started](./getting-started) to learn how to register a chat client in `MauiProgram.cs`.
+
+## Component usage
+
+Add the following code in the `MainPage.xaml` file to enable and try the Smart Fill feature in the Smart PDF Viewer.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+