wordpress/Status & Monitoring

Status & Monitoring

The Status page provides a comprehensive view of your Intufind installation health, sync status, and helps troubleshoot issues.

Navigate to Intufind → Status in your WordPress admin.

Status page overview

Connection Health

API Connection

Shows connectivity to Intufind's cloud services.

StatusMeaning
ConnectedSuccessfully communicating with Intufind servers
DisconnectedCannot reach API — check internet/firewall
⚠️ DegradedIntermittent connectivity issues

Workspace

Displays your connected workspace information:

  • Workspace Name — The workspace this site is connected to
  • Workspace ID — Unique identifier for API calls
  • Tenant — Your Intufind tenant ID

Plan Status

Shows your current subscription:

  • Plan Name — e.g., "Starter", "Pro", "Enterprise"
  • Status — Active, Trial, Expired
  • Limits — Usage limits for your plan

Content Sync Status

Detailed breakdown of indexed content by type.

Sync status section

Post Types

ColumnDescription
TypePost type name (Posts, Pages, Products, etc.)
SyncedNumber of items in Intufind's index
AvailableNumber of published items in WordPress
Last SyncWhen this type was last synchronized
Status✓ In sync, ⚠️ Pending, ✗ Error

Taxonomies

Similar breakdown for categories, tags, and other taxonomies.

Sync Actions

For each content type, you can:

  • Sync Now — Trigger immediate sync for that type
  • View Details — See individual item sync status

Order Support Status

Shows whether AI-powered order lookups are enabled for the chat widget.

Order support status section

Status Indicators

StatusMeaning
RegisteredOrder lookups are active and working
Not RegisteredOrder lookups unavailable — click Retry

Actions

  • Retry Registration — Try to enable order lookups again if status shows "Not Registered"

Order support requires WooCommerce to be active. See Order Support for details.

Usage Statistics

Current billing period usage against your plan limits.

MetricDescription
Chat MessagesAI chat messages used this period
Search QueriesSearch requests processed
Indexed ItemsTotal documents in your knowledge base
API CallsTotal API requests made

Click Refresh to fetch the latest usage data.

⚠️
Approaching limits?
If you're nearing your plan limits, consider upgrading at intufind.com/dashboard/billing

Quick Actions

Refresh Status

Click Refresh to:

  • Re-check API connectivity
  • Update sync statistics
  • Verify order support registration
  • Fetch latest usage data

Full Re-sync

To force a complete re-sync of all content:

  1. Go to Intufind → Knowledge
  2. Click Sync All Content
  3. Return to Status to monitor progress

Test Connection

The Status page automatically tests the API connection on load. If you see connection errors:

  1. Click Refresh to retry
  2. Check your server can reach api.intufind.com
  3. Verify your API key is correct in Settings

Health Indicators

Green (Healthy)

  • ✓ API connected
  • ✓ Content synced and current
  • ✓ Order support registered (if WooCommerce active)
  • ✓ Usage within limits

Yellow (Warning)

  • ⚠️ Content sync pending or delayed
  • ⚠️ Order support registration failed (retryable)
  • ⚠️ Approaching usage limits
  • ⚠️ Some items failed to sync

Red (Error)

  • ✗ API disconnected
  • ✗ Invalid API key
  • ✗ Subscription expired
  • ✗ Critical sync failures

Troubleshooting from Status Page

API Connection Failed

  1. Check your internet connection
  2. Verify firewall allows outbound HTTPS to api.intufind.com
  3. Test connectivity: curl https://api.intufind.com/health
  4. Check if Intufind is experiencing issues at status.intufind.com

Sync Count Mismatch

If "Synced" count doesn't match "Available":

  1. Check that auto-sync is enabled in Knowledge
  2. Some items may be excluded (drafts, private, manually excluded)
  3. Trigger a manual sync for that content type
  4. Check logs for sync errors

Order Support Not Registered

  1. Verify WooCommerce is active
  2. Click Retry Registration
  3. Check for error messages
  4. Verify no security plugins are blocking the connection

High API Usage

If usage is unexpectedly high:

  1. Check for automated scripts or bots hitting search
  2. Review cache duration settings in Search
  3. Consider increasing cache duration
  4. Contact support for usage analysis

Viewing Logs

The Status page shows recent activity logs:

Log LevelDescription
InfoNormal operations (syncs, API calls)
WarningPotential issues (retried operations)
ErrorFailed operations (needs attention)

Click on a log entry to see details.

Exporting Logs

For support requests, you can export logs:

  1. Scroll to the Logs section
  2. Click Export Logs
  3. Attach the file to your support ticket

Next Steps