Getting StartedQuickstart
Getting Started

Getting Started with PilotPulse

Set up your PilotPulse account, configure your first AI assistant, and explore initial workflows in under 5 minutes.

Prerequisites

Ensure you have:

  • A valid email address for account creation
  • Access to your business domain or phone number for channel integrations (e.g., WhatsApp)
  • Basic familiarity with web dashboards

Prepare your environment by visiting the PilotPulse dashboard at https://dashboard.pilotpulse.ai.

Create Your Account and Log In

Follow these steps to get your PilotPulse account up and running.

Sign Up

Navigate to https://dashboard.pilotpulse.ai/signup.

Fill in your email, company name, and create a strong password.

Verify your email via the confirmation link sent to your inbox.

Log In

Return to https://dashboard.pilotpulse.ai/login.

Enter your credentials to access the main dashboard.

Dashboard Walkthrough

The PilotPulse dashboard provides a central hub for managing AI assistants. Key sections include Assistants, Integrations, Analytics, and Settings.

Create and Deploy Your First AI Assistant

Build a simple customer support assistant that handles FAQs and escalates complex queries.

New Assistant

Click New Assistant on the dashboard.

Name it Customer Support Bot and select Customer Engagement template.

Configure Prompts

In the prompt editor, define the assistant's behavior:

{
  "system_prompt": "You are a helpful customer support agent for PilotPulse. Answer queries about products, pricing, and demos. Escalate to human if needed.",
  "tools": ["faq_search", "escalate_to_human"]
}

Deploy

Save and click Deploy. Note your assistant ID: asst_abc123.

Test Your Assistant

Test across common channels using the built-in simulator or API.

Use the Test panel in your assistant settings.

Type: "What's your pricing?"

Expected: Returns tiered plans and demo link.

Replace YOUR_API_KEY with your actual key from Settings > API Keys. Keep it secure.

Next Steps

Explore the full documentation or contact support for custom setups. You're now ready to automate workflows with PilotPulse!