> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Analyze Technician Work

> Ensure technicians provide complete documentation and follow your standards

The Analyze Technician Work action evaluates technician notes against your defined criteria to ensure completeness and adherence to documentation standards, helping maintain quality and improve internal communication.

<Tip>
  This action ensures technicians provide all necessary information in ticket notes, such as what they've done, next steps, and ETAs. It helps improve ticket update quality, leading to better internal communication and customer satisfaction.
</Tip>

<Info>
  This action is only available as a **triggered** action in workflows.
</Info>

## Quick start

<Steps>
  <Step title="Create triggered workflow">
    Set the trigger to "Technician adds note to ticket" for the teams you want to monitor.
  </Step>

  <Step title="Define your criteria">
    Specify what constitutes complete documentation, like: "Technician must include work performed, current status, next steps, and timeline."
  </Step>

  <Step title="Add follow-up actions">
    Use "Add Ticket Note" to document analysis results and "Notify Internal Team" to alert managers when standards aren't met.
  </Step>

  <Step title="Test and refine">
    Review Event History to see how the AI interprets your criteria and adjust as needed.
  </Step>
</Steps>

## How it works

When a technician updates a ticket, this action:

1. **Analyzes ticket notes** against criteria you define
2. **Determines compliance** - whether the technician's work meets your standards
3. **Provides detailed reasoning** - explains what's missing or confirms completeness
4. **Generates notifications** - alerts relevant parties when standards aren't met

If criteria are met, the action logs success but doesn't generate MSP notifications. If criteria aren't met, it creates detailed messages explaining what's missing.

## Setup

**Ticket to analyze**: The action works with any ticket from your workflow trigger when a technician adds a note.

**Criteria (optional)**: Define the standards or requirements for technician work that the AI will check against. For example: "Technician must detail the problem, steps taken, resolution outcome, and next steps with timeframes."

## What you get

After running, you'll have detailed analysis results about whether technician documentation meets your standards, along with specific reasoning about what's missing or confirmation of completeness. The action also logs what happened in your Event History.

## Common use cases

<AccordionGroup>
  <Accordion title="Ensure complete ticket updates">
    Verify technicians provide all necessary information when updating tickets. Set criteria like: "Technician must include summary of work performed, current status, next steps, and expected timeline."
  </Accordion>

  <Accordion title="Verify SLA compliance information">
    Check that technicians provide required SLA-related details before status changes. Ensure they confirm customer has been provided an ETA and next steps have been communicated.
  </Accordion>

  <Accordion title="Quality assurance coaching">
    Use detailed reasoning from analysis results to coach technicians on documentation standards and identify training opportunities.
  </Accordion>

  <Accordion title="Prevent incomplete handoffs">
    Ensure technicians provide complete information before tickets are reassigned or escalated to other team members.
  </Accordion>
</AccordionGroup>

## Best practices

<AccordionGroup>
  <Accordion title="Be specific with criteria">
    Clear, specific criteria lead to consistent results. Instead of vague requirements like "Technician updated the ticket well", use detailed specifications:

    ```
    Technician must document:
    1. Troubleshooting steps performed
    2. Outcome of each step
    3. Planned follow-up actions with timeframes
    4. Any customer communication sent
    ```
  </Accordion>

  <Accordion title="Start simple and iterate">
    Begin with 2-3 basic requirements and test with real tickets. Check Event History to see how the AI interprets your criteria, then refine based on false positives or missed issues.
  </Accordion>

  <Accordion title="Use for coaching and training">
    The detailed reasoning in output messages makes this action valuable for technician coaching and training on documentation standards. Use output messages for coaching sessions.
  </Accordion>

  <Accordion title="Design effective follow-up workflows">
    When criteria are NOT met: Add internal notes, notify managers, prevent status changes. When criteria ARE met: Log success and allow normal workflow progression.
  </Accordion>

  <Accordion title="Combine with notification actions">
    Make this action impactful by pairing with "Add Ticket Note" for internal documentation, "Notify Internal Team" for alerts, and conditional logic to prevent actions when standards aren't met.
  </Accordion>

  <Accordion title="Monitor and refine regularly">
    Regularly review your Event History to see how the action performs and understand the AI's reasoning. This helps you fine-tune your criteria for better accuracy.
  </Accordion>
</AccordionGroup>

## Example workflows

<AccordionGroup>
  <Accordion title="Basic Documentation Quality Check">
    1. **Trigger:** Technician adds note to ticket
    2. **Analyze Technician Work** - Criteria: "Technician must include work performed, current status, next steps, and timeline"
    3. **Add Ticket Note** - Document analysis results internally
    4. **Result:** Consistent documentation standards across all technicians
  </Accordion>

  <Accordion title="SLA Compliance Verification">
    1. **Trigger:** Before ticket moved to "Waiting on Customer"
    2. **Analyze Technician Work** - Criteria: "Technician must confirm customer has been provided ETA and next steps"
    3. **Notify Internal Team** - Alert manager if criteria not met
    4. **Result:** Ensures SLA compliance before customer handoff
  </Accordion>

  <Accordion title="Quality Coaching Workflow">
    1. **Trigger:** Technician adds note to ticket
    2. **Analyze Technician Work** - Comprehensive criteria for documentation standards
    3. **Add Ticket Note** - Save detailed reasoning for coaching
    4. **Notify Ticket's Owner** - Send feedback to technician for improvement
    5. **Result:** Continuous improvement in documentation quality
  </Accordion>
</AccordionGroup>
