wordpress/Status

Status Page

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

Navigate to Intufind → Status in WordPress admin.

Status Page Screenshot: wp-status.png

System Health

Quick overview of critical system components:

API Connection

StatusMeaning
✓ ConnectedSuccessfully communicating with Intufind servers
✗ DisconnectedCannot reach API (check internet/firewall)
⚠ DegradedIntermittent connectivity issues

API Key Status

StatusMeaning
✓ ConnectedValid API key, connected to cloud
✗ InvalidAPI key not valid or missing
⚠ ExpiringSubscription expires soon

Index Status

Shows the current state of your AI knowledge base:

  • Total items indexed — Products, posts, pages, taxonomies
  • Last sync — When content was last synchronized
  • Pending changes — Items queued for sync

Content Sync Status

Detailed breakdown by content type:

Post Types

ColumnDescription
TypePost type name (Posts, Pages, Products, etc.)
IndexedNumber of items in AI index
AvailableNumber of published items
Last SyncWhen this type was last synced
ActionsSync Now button

Taxonomies

Similar breakdown for categories, tags, and other taxonomies.

Manual Sync

To force a sync for any content type:

  1. Find the content type in the list
  2. Click Sync Now
  3. Wait for sync to complete
  4. Status updates automatically

Logs

View recent activity and errors:

Log Levels

LevelDescription
InfoNormal operations
WarningPotential issues
ErrorFailed operations

Common Log Entries

  • Sync completed — Successful content sync
  • API request — Communication with Intufind servers
  • Webhook delivered — Outgoing webhook notification
  • Handoff initiated — Live agent transfer

Clearing Logs

Click Clear Logs to remove all log entries. This doesn't affect functionality, just clears the history.

Usage Statistics

Current billing period usage:

MetricDescription
MessagesChat messages used vs. plan limit
SearchesSearch queries used vs. plan limit
Indexed ItemsProducts/posts indexed vs. plan limit

Refresh Usage

Click Refresh to fetch the latest usage data from Intufind servers.

Troubleshooting

API Connection Failed

  1. Check your internet connection
  2. Verify firewall allows api.intufind.com
  3. Test with: curl https://api.intufind.com/health
  4. Contact support if issue persists

API Key Shows Invalid

  1. Go to Intufind → API Key
  2. Re-enter your API key
  3. Click Save API Key
  4. Check subscription status at intufind.com/dashboard
  5. Generate a new API key if needed at intufind.com/dashboard/api-keys

Sync Stuck

If sync seems stuck:

  1. Check the logs for errors
  2. Verify server resources (memory, timeout)
  3. Try syncing a single content type
  4. Contact support with log details

Missing Content

If indexed count doesn't match available:

  1. Check content is published (not draft/private)
  2. Verify content type is enabled (Intufind → Indexing)
  3. Trigger manual sync
  4. Check logs for sync errors

Health Refresh

Click Refresh Health to:

  • Re-check API connectivity
  • Update license status
  • Verify all system components

Next Steps