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

# Getting Started

> Start using PulseGuard in minutes

## Dashboard Overview

After signing up and logging in, you'll be taken to your dashboard where you can start monitoring your domains and devices.

<Steps>
  <Step title="Create an account or log in">
    If you don't have an account yet, sign up at [guard.ipulse.one](https://guard.ipulse.one).
  </Step>

  <Step title="Add your first domain">
    Click on "Add New" in the sidebar and select "Add New Domain". For more details, see our guide on [Domain Monitoring](/monitoring/domains).
  </Step>

  <Step title="Configure notifications">
    Set your [notification preferences](/account/notifications) in the account settings.
  </Step>

  <Step title="Explore the dashboard">
    Navigate through the sections to view your monitoring data.
  </Step>
</Steps>

## Navigation

PulseGuard has a user-friendly sidebar navigation with the following main sections:

<AccordionGroup>
  <Accordion icon="gauge" title="Dashboard">
    Overview of all your monitored resources, showing their current status and performance metrics at a glance.
  </Accordion>

  <Accordion icon="globe" title="Domains">
    Manage your websites and API endpoints. Add new domains to monitor, view detailed performance data, and configure monitoring settings.
  </Accordion>

  <Accordion icon="server" title="Device Monitoring">
    Monitor your servers and devices. Track CPU usage, memory, disk space, and other important metrics to ensure optimal performance.
  </Accordion>

  <Accordion icon="chart-line" title="Reports">
    Generate detailed reports about your monitored resources, including uptime statistics, response times, and incidents.
  </Accordion>
</AccordionGroup>

### Additional Features

<CardGroup cols={2}>
  <Card title="Toolbox" icon="toolbox" href="/features/toolbox">
    Collection of useful tools for website diagnostics including DNS lookup, WHOIS lookup, SSL checker, and more.
  </Card>

  <Card title="AI Insights" icon="brain" href="/features/ai-insights">
    AI-powered analysis of your monitoring data to identify patterns, predict issues, and provide recommendations.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/features/integrations">
    Connect PulseGuard with other services like Slack, Discord, Telegram, and more for enhanced notifications.
  </Card>

  <Card title="API" icon="code" href="/api-reference/introduction">
    Programmatic access to your monitoring data through our comprehensive API.
  </Card>
</CardGroup>

## Adding Your First Domain

For a detailed guide, please see the [Domain Monitoring](/monitoring/domains) page. Here is a quick overview:

<Steps>
  <Step title="Navigate to the Domains section">
    Click on "Domains" in the main sidebar navigation.
  </Step>

  <Step title="Add a new domain">
    Click on the "Add New" button and select "Add New Domain".
  </Step>

  <Step title="Enter domain details">
    Enter the full URL including the protocol (e.g., [https://example.com](https://example.com)).
  </Step>

  <Step title="Configure monitoring preferences">
    Set check frequency, alert thresholds, and notification preferences.
  </Step>

  <Step title="Save to start monitoring">
    Click the "Save" button to begin monitoring your domain.
  </Step>
</Steps>

<Note>
  Free plans can monitor up to 3 domains with checks every 5 minutes. For more details, check our [Subscription Plans](/resources/subscription-plans).
</Note>

## Setting Up Device Monitoring

For full details, see the [Device Monitoring](/monitoring/devices) guide. Device monitoring requires installing a small agent on your servers or devices:

<Steps>
  <Step title="Navigate to Device Monitoring">
    Click on "Device Monitoring" in the main sidebar navigation.
  </Step>

  <Step title="Add a new device">
    Click on the "Add New" button and select "Add New Device".
  </Step>

  <Step title="Enter device details">
    Provide a name, description, and operating system information.
  </Step>

  <Step title="Install the monitoring agent">
    Follow the provided instructions to install the agent on your device.
  </Step>

  <Step title="Configure monitoring parameters">
    Set alert thresholds for CPU, memory, disk space, and other metrics.
  </Step>
</Steps>

<Note>
  The monitoring agent is lightweight and has minimal impact on performance. It's available for Windows, Linux, and macOS.
</Note>

## Need Help?

If you have any questions or need assistance, our support team is ready to help:

<CardGroup cols={2}>
  <Card title="Knowledge Base" icon="book-open" href="/">
    Browse our articles and guides.
  </Card>

  <Card title="Contact Support" icon="life-ring" href="https://arjandh.notion.site/1ff0645fff30819ab883fe1e29743e7c">
    Reach out to our support team
  </Card>
</CardGroup>
