Skip to main content

Taxonomy Manager

Define required photo checklists for media workflows

What Is a Taxonomy?

A taxonomy is a predefined checklist of required shots for a specific use case. It tells the Media Processing Node’s Coverage Scoring section what photos to expect and how to recognize them. Each taxonomy includes:
  • Required Shots: Must be captured before proceeding
  • Conditional Shots: Required only when a specific condition is met
  • AI Descriptions: How Claude identifies each shot type
  • Extraction Links: Which shots should trigger OCR data extraction
Taxonomies are managed separately from workflows, allowing you to reuse the same shot requirements across multiple workflows and clients.

Accessing the Taxonomy Manager

Navigate to Settings → Taxonomy Manager to view, create, and edit taxonomies. The List View displays all available taxonomies with:
  • Taxonomy name and icon
  • Industry category
  • Shot count (required vs. conditional)
  • Type badge (Plura Template or Custom)
Use the filters to narrow by industry or type, or search by name.

Creating a Taxonomy

1

Click Create Taxonomy

Or clone an existing template to start with a base configuration.
2

Set Basic Info

  • Name: Descriptive name (e.g., “Auto Damage - Standard”)
  • Industry: Category for filtering (Auto, Homeowners, Healthcare, Logistics)
  • Icon: Visual identifier for the list view
  • Description: Optional context for your team
3

Add Shot Requirements

Define each photo you need. See Shot Configuration below.
4

Configure Conditions

For conditional shots, specify when they’re required.
5

Link Extraction Fields

Connect shots to extraction fields for OCR (e.g., VIN plate → VIN extraction).
6

Save

Your taxonomy is now available in the Media Processing Node dropdown.

Shot Configuration

Each shot in a taxonomy has the following fields:

Writing Good AI Descriptions

The AI Description is critical — it’s what Claude uses to determine if a photo matches a shot type. Good descriptions include:
  • What should be visible in the frame
  • Relative positioning and framing
  • Key identifying features
Example — Front of Vehicle:
Example — VIN Plate:
Be specific about what makes this shot different from similar shots. For corners, specify which corner and the expected angle (e.g., “45-degree angle showing both front and driver side”).

Conditional Shots

Conditional shots are only required when a specific condition is true. This keeps the shot list manageable while ensuring you capture situational documentation.

Condition Syntax

Conditions use the same variable syntax as Decision Triggers:

Common Conditions

Setting Condition Variables

Condition variables can be set by:
  1. Data Extraction in an earlier node
  2. API Call that returns claim details
  3. User Input captured in the conversation
  4. Workflow Variables passed from the trigger

Plura Template Library

Plura ships with pre-built taxonomies for common use cases. These can be used as-is or cloned and customized.

Auto Insurance

Homeowners Insurance

Healthcare

Logistics


Example: Auto Damage - Standard

Here’s the complete breakdown of the Auto Damage - Standard taxonomy:

Required Shots (9)

Required with Extraction (3)

Conditional Shots (3)


Taxonomy Versioning

When you update a taxonomy, existing in-flight conversations continue using the version they started with. New conversations use the updated taxonomy.
Significant taxonomy changes should be tested before deployment. Consider cloning the taxonomy and testing the new version in a staging workflow before updating the production taxonomy.

JSON Import/Export

For power users, taxonomies can be exported and imported as JSON.

Export

Click Export JSON on any taxonomy detail view to download the configuration.

Import

Use Create Taxonomy → Import JSON to create a new taxonomy from a JSON file.

JSON Structure


Best Practices

Start with Templates

Clone a Plura template and customize rather than building from scratch.

Be Specific in Descriptions

Detailed AI descriptions reduce misclassification and improve coverage accuracy.

Use Conditional Shots

Don’t overload required shots — use conditions to keep the flow manageable.

Link Extraction Fields

Connect shots to extraction when you need OCR data from that specific photo.

Next Steps