Skip to content
View in the app

A better way to browse. Learn more.

Benchmark Six Sigma Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Message added by Mayank Gupta,

AI or Artificial Intelligence is a self learning and/or self rewriting technology that mimics human mind, intelligence and decision making. It has the ability to evolve and learn basis the responses it receives in different situations. As per IEEE SA, AI is “the combination of cognitive automation, machine learning (ML), reasoning, hypothesis generation and analysis, natural language processing and intentional algorithm mutation producing insights and analytics at or above human capability.”

 

Prompt is the input (command, question or instructions) given to an AI model to perform a specific task and generate a response.

 

Flow AI refers to a visual or structured approach to designing conversational experiences—often for chatbots or virtual assistants—where interactions are mapped out in a sequence or "flow."

 

An application-oriented question on the topic along with responses can be seen below. The best answer was provided by Hardik Joshi, Sourav Biswas and Nwamaka Benedicta Olorungbade.

 

Applause for all the respondents - Hardik Joshi, Sourav Biswas, Haroon Rashid, Diop Saliou, Vijayaraja Kandasamy, Vidhya Rathinavelu, Nwamaka Benedicta Olorungbade.

Beyond the Obvious: What’s a Surprising but Powerful Use of Prompt + Flow AI?

Featured Replies

Q 767. Most people use prompt and flow-based AI solutions for common tasks like answering FAQs or handling support tickets. But what is one unexpected application of this approach — something unconventional, yet highly impactful in your domain?

Describe the use case, explain how prompts and flow logic would be orchestrated, and why this application stands out in terms of value or efficiency.

 

🏆 The best answer will be selected on the basis of:

  • Originality and creativity of the use case

  • Clarity in explaining how prompt + flow design is applied

  • Practicality and potential for high impact

 

Note for website visitors -

Solved by Hardik Joshi

  • Solution

Prompt-Flow Systems for AI-Driven Excipient Compatibility Screening

What Makes This Unique:

In pharmaceutical formulation R&D, choosing appropriate excipients (inactive components that aid in the delivery of pharmaceutically active substances) is often crucial and very tedious. Making the wrong selection may lead to problems with stability, efficacy, or complete failure of clinical trials. This step has historically depended on thorough manual literature reviews, trial-and-error experimentation, and expert deep intuition.

This task can be performed by an AI system using prompts and flows to automate and optimize.

Exemplar interactions:

·       Structured prompts support predicting interactions.

·       LLM knowledge retrieval support enabled predictive formulation hypothesis generation.

·       Guided lab workflows enable dynamic decision logic algorithms for guiding workflows.

Description: How It Works - A prompt-flow orchestration 

1. Knowledge Retrieval & Hypothesis Generation (Prompt Layer)

Input Prompt:

"Available [Drug Molecule: X] with specific properties like low pH sensitivity and poor solubility, identify constituents compatible with respect to FDA’s formulated excipients records, avoiding known incompatibilities and encounter discriminative stability enhancement order. Rank by Stability Enhancement Potential.” 

AI Action: 

AI sends queries to Internal Databases and regulatory agencies sources. 

Literature (RAG – Retrieval-Augmented Generation) and cross-reference outputs list as “Mannitol (high compatibility), PVP (medium), exclude other PEG and stearic acid).”

2. Dynamic Experiment Design (Flow Logic)

Decision Node: If the AI proposes a novel excipient,

·       QSAR models will trigger stability simulation. For example, the use of an uncommon polymer would fall under this category.

·       Revises approval precedence (EMA/FDA approval history).

·       If confidence is high, sends to lab automation systems for bench testing.

3. Revised Iterative Optimization Loop

Feedback request: "Would suggest alternatives or modifiers for prior formulation with [Excipient Y] cited [Issue: precipitation at pH 5]."

Every new experiment and data point modifies the next recommendation the system gives.

Why This is High-Impact:

·       Excursion screening significantly reduces formulation development time.

·       Prevention of significant errors is achieved through flagging incompatibilities before lab trials.

·       Inexperienced researchers become recipients of AI-system recommendations by achieving cost democracy.

·       Compliance checks were built on which ensure the confidence of regulations

In Healthcare insurance domain, the most unexpected and unorthodox way of creating an AI model using Prompt and Flow-based AI designing would be Automated Provider Credentialling Clarification Assistant.

 

The Rationale:

 

  • Use Case: In Provider Data Management division of a Healthcare insurance organization, one of the most time-consuming and error-prone process is Credentialling.
    • Credentialling process involves verifying a provider's qualifications, licenses, affiliations, practice details etc.
    • Providers or their billing offices submit forms and documents to the insurance with required info to get them credentialled.
    • Almost every time, credentialling team must go back and forth with providers to clarify missing or inconsistent information in submitted documents or forms, the FTR rate typically are in between 12 - 20%.
    • The process is mostly manual, slow and prone to delays, which affects provider onboarding and claim processing timelines.

 

  • How to use Flow+Prompt-based AI design to solve this problem:
    1. Trigger: When a provider submits a credentialling request, the system should check for missing, inconsistent, or ambiguous data. The triggers will be detected using:
      • Rule-based checks,
      • Data validation scripts,
      • Simple ML classifiers, flagging inconsistent entries based on historical patterns
    2. Prompt Engine: A prompt-based AI agent will be triggered. This agent will:
      • Generate a NL (natural language) clarification request designed for the specific issue, and
      • Ask follow-up questions (if needed).
      • It will use template-based prompts with dynamic slot filling.
      • In case of ambiguous answers, AI will follow-up with a more specific question.
      • In case of multiple issues, AI will prioritize and address them one at a time.
    3. Flow Logic:
      • If the provider responds with valid data, the system will update the record and move on to the next step.
      • In case of unclear or incorrect answers, AI will follow-up with a more refined prompt.
      • If no response received within a set-time, the case will be sent to a human reviewer.
      • Steps:
        1. Detect Issue -> Trigger AI
        2. Send Prompt -> Wait for provider to respond
        3. Evaluate response
          • Valid -> Update System -> Mark as Issue Resolved
          • Unclear -> Send follow-up prompt
          • No response in pre-defined timeframe -> Escalate to human reviewer
        4. Loop until all issues are either resolved or the case is escalated.
    4. Embed the solution within existing credentialling platforms.
    5. Constantly review and update the KB to ensure the model learns from provider responses and improve future prompts and reduce friction.

 

  • The Why: Because it's unconventional, high-value, scalable & cost-effective.
    • Novelty: Prompt-based AI solutions in healthcare are mostly used to answer FAQs, or claims status checks. Using it for Credentialling solution, especially when embedding the solution to the existing credentialling platforms has a novelty factor.
    • High Value: This solution will address a high-friction, yet low-visibility pain point.
      • It will reduce onboarding time for providers.
      • It will minimize manual back-and-forth between the business and providers.
      • It will improve data accuracy, impacting directly to the downstream processes (ex: claims adjudication).
    • Scalable & Cost-effective: Being a LLM based model, enhanced by flow and prompt engineering, it will save cost and add value to the business.
      • Retraining of the models won't be needed, we can design smarter prompts and flows.
      • Can be deployed across multiple provider types and regions with bare minimum customization.

Natural language processing (NLP) is used by the AI to look at the claims data by asking a number of questions. The questions will be based on claims this will helps to find a relevant information, possible problems, and decide if the claim raised is true or false.

Flow Logic:

The flow logic plays a vital role in claims the AI starts a set of steps when it analyzes something, such as Asking for a detailed information or proof giving the claim to a person reviewer to look over again automatically approving or refusing the claim based on the rules and guidelines of the policy Making a choice letter or notice for the policyholder.

 

Handling Exceptions: The AI can also find complicated or unique claims because all claims are different with each other due to which you need to refer to a human help and send them to be experienced adjusters or experts to be looked over, so kind of app stands out because it has the ability to speed up processing an average handling time and lower turnaround times Make choices about claims more accurate and consistent.

 

Cost Reductions: Costs can be cut by automating routine flows and cutting down on manual intervention. It's valuable because it can speed up the claims process, make customers happier, and let BPO providers handle a lot of cases without sacrificing quality or accuracy.

In TPM one of the more impactful activity between AM and PM pilar is Tag negaciation, allocation and closing follow up.

we create an App automatize the closing follow which should take in a consideration:

- Equipement

- Equipement location

- Part of the equipement 

- Name of the responsible of the task

- Start Date

- Closure date

If the ask is not closed in due date, AM, PM pilar lead and their line manager should receive an email saying that the tag allocated to (Name) was not completed in time.

if a tag is completed and the same issue come back, the could not be completed without uploading a RCA first.

 

this process could be reasonably be put in plays using:

- scanning the equipement

- choose the part of the equipement having the issue (picture)

- prioritizing the issue

- looking in the KB if the tag has been already solved

- if yes verify if the RCA exist

- if yes allocate the issue to RCA flow

- if no allocated accordingly 

- close the the tag and save the RC 

- send recognision if timely completed coping AM, PM pilar lead and line manager

- if not completed in time, send email to same group

- generate statistics to ease decisions 

 

 

 

While AI-driven prompt and flow-based solutions are widely used for customer support, an unconventional yet highly impactful application in IT is Automated Root Cause Analysis (RCA) for incident resolution. In large-scale IT operations, identifying the root cause of system failures or performance issues can be time-consuming and requires expert analysis. AI can streamline this process by guiding engineers through structured RCA workflows using dynamic prompts and decision logic.

Use Case: AI-Assisted RCA in IT Infrastructure Monitoring

Context:

An enterprise IT team manages a cloud infrastructure hosting critical applications. Suddenly, a performance degradation issue arises, affecting end-user experience. Instead of relying solely on engineers manually diagnosing the problem, AI-driven RCA is activated.

How AI Uses Prompts and Flow Logic:

  1. Incident Classification:

    • AI receives system logs and error reports.

    • It prompts engineers with structured questions, like: "Is the degradation affecting multiple services or isolated to one?"

    • Flow logic categorizes the issue (network latency, database congestion, API failures, etc.).

  2. Guided Diagnosis Steps:

    • AI generates next-step prompts based on user responses.

    • If the issue is database-related, AI suggests running queries to check load spikes.

    • If network-related, AI proposes checking packet loss or server response times.

  3. Correlation and Knowledge Retrieval:

    • AI references past incident patterns and known resolutions.

    • It surfaces relevant documentation or prior fixes using embeddings-based search.

  4. Recommended Action & Automation:

    • Based on insights, AI suggests mitigation steps (e.g., increasing memory allocation, restarting services, or applying patches).

    • If approved, AI triggers automated corrective scripts.

Why This Application Stands Out

  • Accelerates Incident Resolution: Engineers can diagnose and fix issues significantly faster by avoiding manual trial-and-error troubleshooting.

  • Reduces Dependency on Senior Experts: AI enables junior engineers to follow structured RCA processes without deep expertise.

  • Improves System Reliability: Prevents repeated failures by learning from previous incidents and suggesting proactive measures.

  • Enhances Knowledge Retention: Converts tribal knowledge into reusable AI-driven insights.

This approach revolutionizes IT operations by making incident management more efficient, scalable, and intelligent, leveraging AI beyond traditional support tasks.

Beyond prompt and flow-based AI solutions for common tasks like service ticket management, another key implementation could involve continuous input flows instead of manual human inputs. By using these inputs, preventive actions can be performed to enhance business service or manufacturing line availability and reliability.

 

The process would involve:

1. Manufacturing plant, line, and device sensor data serve as inputs or triggers to a Voice Flow system.
2. A large language model (LLM) agent ingests the data, identifies patterns, and classifies them.
3. The classification determines the health and potential problems.
4. Corrective actions are issued to the manufacturing plant, line, or device.
5. A feedback loop monitors the data and patterns to ensure the issue is corrected and that the system is functioning properly.

 

 

Use Case: AI-Powered Peer Review Validator in Audit Firms

 

Unexpected Application:

Using prompt + flow-based AI design to validate and review working papers prepared by audit team members before they go for second-level human review (i.e., peer review or manager approval). This is unconventional because most AI tools in audit are focused on analytics or documentation automation — but automated reasoning over internal documents using structured flows is still largely untapped.

 

How It Works (Prompt + Flow Design):

 

Step 1: Input Flow (Document Capture)

  • Audit team uploads a completed audit working paper (e.g., test of controls, sampling, revenue verification).
  • Flow triggers a document classification module to identify the audit area (e.g., inventory, revenue, payroll).

Step 2: Prompt-Based AI Validation

  • A series of LLM prompts are run on the document:
    • “Summarize the key audit procedure applied.”
    • “Identify any gaps between procedure and the audit objective.”
    • “List whether sufficient appropriate audit evidence is documented.”
    • “Compare the sample size with firm policy (attached policy doc).”
    • “Are all observations followed by conclusions and reviewer comments?”

Step 3: Decision Logic in Flow

 

  • Based on prompt outputs:
    • If gaps found → flag for team revision.
    • If insufficient evidence cited → recommend attachments or supporting files.
    • If documentation is robust → send for manager-level peer review.

Step 4: Manager Dashboard Output

  • AI generates a structured summary:
    • Strengths of the working paper
    • Red flags or inconsistencies
    • Suggested improvements
    • Confidence score in completeness and compliance

Why This Stands Out:

  • Unconventional: Audit documentation quality review is manual and subjective. AI is rarely used here due to trust concerns — but a prompt-based logic augments, not replaces, reviewers.
  • High-Impact:
    • Saves hours in review cycles.
    • Trains juniors in real-time with AI feedback.
    • Reduces risk of missed audit issues or documentation errors.

In supply chain management, an AI solution that indicates to the customer any failure or delay in logistics/shipment is a good use case.

 

In case of scheduled delivery of products to the customer, if the AI can understand or predict a delay in shipping due to external environmental factors, vehicle maintenance delay based on historical records, or due to weather conditions, it can recommend :

1. an alternative route,

2. different slot for delivery,

3. suggestions on how to address the delays,

4. notify the warehouse for the backup vehicle

 

This support from AI can help save unnecessary cost leakage due to delays and ensure near-perfect turnaround time.

Scenario:

High level façade cleaning is a very critical job and requires careful risk assessment and method statement prior to execution. Skilled technicians visit work site prior and prepare RAMS (Risk and Method Statement) manually which is tedious and time consuming.

A Prompt and flow-based AI assistant can dynamically these documents, guided by structured prompts and conditional flows based on the location, building structure, access methods, elevation, surface material, weather and other regulatory compliance needs.

 

Orchestration of prompt and flow logic:

High level flow diagram:

Initiation -> Details gathering prompt -> Risk identification sequence -> Risk & Method statement builder -> Output generator

Detailed flow:

1.       Initiator

Objective: Define scope of work and trigger AI workflow

AI Action: Capture work related data, identify and load the contextual flow, create session for saving details and future access.

2.       Prompt1: Gathering details (site & access)

Objective: Collect work details including limitations and constraints.

AI Action: Understand and classify related work-zone hazard and define variables.

3.       Prompt2: Identification of risks

Objective: Identify all risks and prepare mitigation measures.

AI Action: Generate and list risks identified based on user inputs. Generate mitigation measures based on pre-trained logic. Provide room for human validation and inputs.

4.       Prompt3: Risk & method statement building

Objective: Build comprehensive risk mitigation and methods plan

AI Action: Build the method statement in the pre-trained flow. Embed safety and regulatory protocols.

5.       Prompt4: Report generation (RAMS)

Objective: Generate and output RAMS

AI Action: Assemble the final report in the required format. Route the document for review, validation and approvals.

 

Why does this application stand out?

Increase efficiency: The amount of manual time-consuming efforts can be minimized, and the output can be obtained in minutes.

Eliminate errors: Well-defined agents can produce high quality and well-defined reports eliminating risk of errors.

Enhance safety: All aspects of work-related risks are systematically identified, eliminating risks and enhancing work safety.

Saves cost: Regulatory non-compliances and other risks could lead to imposition of fines and business risks which can be eliminated.

Less skill: Preparation of RAMS could be done with less experienced personnel; however, the quality of input is critical. 

 

Prompt and flow-based AI solutions offer a powerful combination for development and deployment of AI applications. These solutions provide a structured approach to prompt engineering, enabling developers to create and refine prompts, orchestrate AI logic, and streamline the end to end development lifecycle of AI applications, from idea creation, deployment and monitoring. 

 

BPO: Building chat bots and virtual assistants can assist with customer inquiries and provide support. You can customize and iterate on prompts and flows, giving you greater control over the behavior of your AI applications. 

 

Flows allow you to define and execute sequences of AI operations, enabling complex applications and workflows. These solutions provide tools and frameworks for creating and refining prompts, making it easier to guide AI models to generate desired outputs. From prototyping to production deployment, prompt and flow-based solutions provide a structured process for developing and deploying AI applications.

These solutions often support collaborative workflows, allowing multiple developers to work together on AI projects. 

AI-Prompted Root Cause Discovery Assistant for Recurrent Defect Analysis


Use Case Summary:

Problem: Recurrent aircraft defects (especially MEL deferrals, component removals, or fault repeats) are time-consuming to investigate and often rely on tribal knowledge, siloed data, and manual report digging.

Solution: A Prompt + Flow-based AI Co-pilot to guide engineers through a structured RCA (Root Cause Analysis) journey using past data, reliability metrics, AMM/IPC references, and tribal insights — all triggered dynamically via contextual AI prompts.


How It Works: Prompt + Flow Orchestration

Step 1: Trigger Prompt Flow Initiation

  • Input Prompt: "Investigate ATA Code 27-50 recurrent defect on Aircraft Y8-XYZ – 5 removals in 90 days."
  • The AI system parses ATA code, aircraft tail, time window, and removal count.

Step 2: Conditional Logic & Flow Pathing

  • IF >3 removals in <90 days → Route to Recurrent Fault Flow
  • ELSE IF AOG delay associated → Route to AOG RCA Flow
  • ELSE Route to General Reliability Flow

Step 3: AI-Driven Prompt Cascades (Flow Stages)

Each stage uses chained prompts and decision branches.

Flow Stage

AI Prompt Action Example

Flow Logic

Data Retrieval

"Fetch all SRRs, MEL entries, removals, AHM alerts for ATA 27-50 on Y8-XYZ in last 90 days"

Call reliability DB + AHM systems

Pattern Recognition

"Identify common symptoms or fault codes across these events"

NLP clustering on discrepancy texts

Documentation Reference

"Check if any AMM/TSM task steps are linked to repetitive fault or missed actions"

Queries manuals via vector search

Tech Log Cross-Check

"Any notes by engineers indicating non-standard workaround or repeat complaints?"

Sentiment + keyword analysis

Tribal Knowledge Prompt

"Based on past similar faults, what solutions worked across other fleets?"

Trained on internal closed RCAs

Suggest RCA Hypothesis

"Summarize 2–3 possible causes with supporting evidence. Recommend next troubleshooting step."

Generates RCA hypothesis

Optional Integration

  • Integrates with Power BI for visualization.
  • Links with ERP for component traceability.

  

Why This Stands Out:

Dimension

Value

Originality

Moves beyond ticketing into intelligent diagnostics. Transforms passive reports into active root cause intelligence.

Clarity

Each step is rule-driven but AI-augmented via prompts, ensuring explainability and adaptability.

Impact

Can reduce investigation time by 50–70%, improve fault resolution rates, and codify tribal knowledge into repeatable flows.

Practicality

Leverages existing defect data, logs, and manuals. No need to reinvent the core systems — just plug in prompt/flow logic.


Future Add-On

  • Self-learning: Feedback loop where engineers can approve/reject AI hypotheses, helping the model improve over time.
  • Risk Scoring: AI can flag potential safety risk or upcoming reliability threats based on unresolved patterns.

An unexpected application for AI in the insurance industry is Proactive risk assessment & intervention in policy updation

 

Use Case:

Apart from only processing applications & claims, AI can also be used to understand the exceptions/variations/real time data from market through news articles to understand the trends of fraudulent activity. This learning can then be used to compare the current underwriting policies and then propose changes

 

Prompt and Flow Logic Orchestration

1. Triggers & Analysis: AI to monitor external information available on the web on weather, news, economical changes and info related to market. AI to also analyse internal customer information for customer profile, location, existing ailemnts & claims history 

 

2. Risk indicator analysis: Identify anomalies that indicate a change in risks relating to nature, weather, market conditions, technological evolution that may impact a customer

 

3. Re-evaluation: AI to re-evaluate the customer proposal/claim on the basis of these external & internal information 

 

4. Requirement generation: AI to generate a prompt to the underwriter to recommend additional reviews which DO NOT fall within the scope of current underwriting policies

 

5. Recommendations to policy: AI can suggest policy updates, risk mitigation ideas and proactive customer communication on identified risks. 

 

6. Feedback: Use AI to collect feedback from underwriters

 

Value & Efficiency that this will create:

1. Proactive risk management

2. Early detection of Emerging risk

3. Data - Driven risk assessment

 

Vidhya R

I rewcently attended an Wedding and I think ver specificalay to Wedding Planing and exceution Here is the plan 

 Case: Wedding Planning and Dressing

 

Orchestration of Prompts and Flow Logic

 

Initial Consultation:

Prompt: The AI begins by asking questions to understand the couple's vision for their wedding, such as "What is your preferred wedding theme?" or "Do you have a specific budget in mind?"

 

Flow Logic: Based on the responses, the AI categorizes the wedding style and budget, tailoring subsequent prompts to match their preferences.

 

Venue and Vendor Recommendations:

Wedding Dress and Attire Selection:

Timeline and Checklist Management:

End to End Guest mAngemet and Logistics - Arrival to Departure 

 

Prompt:

AI provides suggestions for venues and vendors that align with the couple's vision and budget.
Flow Logic: The AI tracks the couple's feedback on the recommendations and refines future suggestions based on their preferences.

 

Wedding Dress and Attire Selection:

 

Prompt: The AI offers personalized fashion advice for wedding attire, considering the couple's style, body type, and wedding theme. For instance

 

Timeline and Checklist Management:

Prompt: The AI helps the couple create a detailed timeline and checklist for the wedding planning process.  THe activitirs panned based on the specific theme of Weddings based on localaty and the ethenic grps. THis will perhaps be the most importnant pne 

Scenario: Real-Time, Hyper-Localized Retail Campaign Activation

 

Overview:
One of the high-level advantages of the application of prompt + flow-based AI in the FMCG sector, is the automation of the creation of micro-campaigns specifically for individual retail stores. These campaigns are set in motion by hyper-local data such as weather conditions, in-store foot traffic, inventory levels, or nearby competitor promotions.

Instead of deploying national-level promotions, this system uses real-time inputs to generate specifically tailored to suit in-store messaging, signage, staff scripts, and dynamic digital shelf content, all by using prompt orchestration and decision flow logic.

 

Application of Prompt + Flow Design.

1. Flow Node Trigger Detection

Activation of the flow is done by using incoming data from localized sources, each serving as a trigger that aligns with the specific campaign opportunity. Examples are POS inventory data e.g., surplus milk approaching expiry, competitor activity (e.g., online detection of nearby promotional offers)

 

2. Campaign Logic Decision Tree (Flow Layer)

This uses a rules-based flow to evaluate:

  • Which SKU category is affected?
  • What is the promotion urgency?
  • What assets are available?
  • Which customer personas frequent the store?

Example: "If stock > threshold and product = cold beverage and weather = hot → trigger hydration-themed promotion flow".

 

3. Prompt Layered – AI-Powered Content Generation.
For every campaign scenario, prompts that are structured are sent to the AI to generate specific marketing assets across multiple formats, examples are highlighted below.

  (a)       Shelf Talkers / In-Store Signage:
E.g. “Write a catchy, persuasive shelf message, maximum of 20 words, promoting mango electrolyte drinks to gym-goers during a hot day in Lagos.”

(b)         Staff Sales Scripts:
E.g. “Create a 10-second friendly pitch for store staff to recommend strawberry yogurt to mothers with children, focusing on health benefits.”

 

All the contents generated must undergo quality-check through a human-in-the-loop review process before being deployed either in-store or digitally.

Reasons why this approach is effective (Originality + High Impact)

  • Originality
  • Scalability
  • Conversion Impact
  • Operational Efficiency

Conclusion:
This scenario integrates intelligent, real-time data flows with prompt-based generative AI to transform every retail outlet into a responsive, adaptive marketing engine. A rare but game-changing innovation in the FMCG landscape.

 

Selecting the winner for this question was probably the toughest one so far for me. There are so many brillaint and unconventional ideas for using prompt+flow AI. It was very difficult to choose one clear winner and for the first time in the history of building this dictionay, there are 3 winners to this question (bais the unique and unconventional area of application) - Hardik Joshi, Sourav Biswas and Nwamaka Benedicta Olorungbade.

 

Well done all of you!!

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.