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

# Plugins

> Enable Narada to understand and interact with diverse applications and platforms

# Plugins

**Plugins** enable Narada to understand and interact with a diverse range of applications and platforms, expanding on Narada's core capabilities. By using plugins, Narada will leverage many of your personal tools, whenever applicable, to carry out the tasks you ask it to do.

## How to Use Narada Plugins

<Steps>
  <Step title="Navigate to Plugins">
    Navigate to the **Plugins** section from your Narada sidebar.

    <Frame style={{ width: "50%", margin: "0 auto" }}>
      <img src="https://mintcdn.com/naradaai/V_hKSzoFuGmkr-Yj/images/plugins.png?fit=max&auto=format&n=V_hKSzoFuGmkr-Yj&q=85&s=ad44fac4adcf5aea3ffdf7ff412d43d6" alt="Narada plugins section in sidebar" width="574" height="344" data-path="images/plugins.png" />
    </Frame>
  </Step>

  <Step title="Browse Available Plugins">
    Browse through the list of available plugins to see what integrations are possible.

    <Frame style={{ width: "50%", margin: "0 auto" }}>
      <img src="https://mintcdn.com/naradaai/V_hKSzoFuGmkr-Yj/images/plugins-list.png?fit=max&auto=format&n=V_hKSzoFuGmkr-Yj&q=85&s=b545449ff433cb97035368b753823808" alt="List of available Narada plugins" width="584" height="946" data-path="images/plugins-list.png" />
    </Frame>
  </Step>

  <Step title="Enable Plugin">
    Enable the plugin you want to use by clicking on the toggle button next to it.

    <Frame style={{ width: "50%", margin: "0 auto" }}>
      <img src="https://mintcdn.com/naradaai/V_hKSzoFuGmkr-Yj/images/plugins-enable.png?fit=max&auto=format&n=V_hKSzoFuGmkr-Yj&q=85&s=0017f8229b03e966fc42ce2434a2f412" alt="Enable plugin toggle button" width="570" height="292" data-path="images/plugins-enable.png" />
    </Frame>
  </Step>

  <Step title="Follow Integration Instructions">
    Follow any specific instructions to integrate the plugin with your account.

    <Check>
      Each plugin will guide you through its specific setup process.
    </Check>
  </Step>
</Steps>

## Available Plugins

<CardGroup cols={2}>
  <Card title="Zoom Integration" icon="video" href="#zoom-integration">
    Schedule meetings, send invites, and join calls with one command
  </Card>

  <Card title="Google Workspace" icon="google" href="#google-workspace">
    Gmail, Calendar, and Drive integration for seamless productivity
  </Card>

  <Card title="Slack Integration" icon="slack" href="#slack-integration">
    Search across workspaces and draft messages efficiently
  </Card>

  <Card title="HubSpot CRM" icon="hubspot" href="#hubspot-crm-integration">
    Search contacts and deals with natural language commands
  </Card>

  <Card title="Salesforce" icon="salesforce" href="#salesforce-integration">
    Access and manage your Salesforce data seamlessly
  </Card>

  <Card title="Web Search" icon="magnifying-glass" href="#web-search-capabilities">
    Real-time web search for current information and research
  </Card>
</CardGroup>

### Zoom Integration

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/JPXmhbjlkVc" title="Zoom Integration with Narada" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

Harness the power of Narada with Zoom for seamless meeting scheduling, organization, and more.

<AccordionGroup>
  <Accordion title="Key Features" icon="list-check">
    * Schedule Zoom meetings directly from Narada
    * Automatically send invites and add to calendar
    * Join meetings with one command
    * Support for meeting titles and descriptions
  </Accordion>

  <Accordion title="How to Use" icon="play">
    1. Enable the Zoom plugin from the sidebar 2. Sign in to your Zoom account
       through the integration 3. Use natural language commands like: - "Schedule a
       Zoom meeting for Monday at 10 AM" - "Set up a Zoom call with the design team
       for next Monday at 10 AM" - "Create a weekly Zoom meeting every Monday at 10
       AM"
  </Accordion>

  <Accordion title="Troubleshooting" icon="wrench">
    **Multiple Zoom accounts:** Narada uses the account you connect with. To switch accounts, disconnect the current one and connect the desired account.

    **Recurring meetings:** Currently not supported for Zoom via Narada, but you can set up recurring Google Calendar meetings with your Zoom link.
  </Accordion>
</AccordionGroup>

### Google Workspace

Comprehensive integration with Gmail, Google Calendar, and Google Drive for seamless productivity.

<Tabs>
  <Tab title="Gmail Integration">
    <AccordionGroup>
      <Accordion title="Email Management" icon="envelope">
        * Compose, reply, and forward emails using natural language
        * Search through your emails with specific criteria
        * Attach files from Google Drive directly
        * Schedule emails to be sent later
      </Accordion>

      <Accordion title="Example Commands" icon="terminal">
        ```
        "Send an email to Sarah about the quarterly review"
        "Search my emails for messages about the marketing campaign"
        "Draft a follow-up email with the project proposal attached"
        ```
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Google Calendar">
    <Frame>
      <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/9-KuWw5ekUE" title="Google Calendar Integration with Narada" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
    </Frame>

    <AccordionGroup>
      <Accordion title="Calendar Features" icon="calendar">
        * Create and edit calendar invites with natural language
        * Search for events by date range or keywords
        * Check user availability across multiple time slots
        * Set up recurring meetings and events
        * Automatically schedule meetings with optimal times
      </Accordion>

      <Accordion title="Example Commands" icon="terminal">
        ```
        "Schedule a meeting with Alex and Tina on July 15th at 3 PM for 60 minutes"
        "Show me all my events for today"
        "Am I available on September 21st between 2 PM and 3 PM?"
        "Set up a weekly team meeting every Monday at 10 AM"
        ```
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Google Drive">
    <AccordionGroup>
      <Accordion title="File Management" icon="folder">
        * Search for files by name, type, or content
        * Share documents seamlessly with email attachments
        * Access files across your entire Drive
        * Organize and manage file permissions
      </Accordion>

      <Accordion title="Example Commands" icon="terminal">
        ```
        "Find the quarterly report from last month"
        "Share the presentation with team@company.com"
        "Search for all PDFs related to the project proposal"
        ```
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>

### Slack Integration

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/hO_t2NvdPhQ" title="Slack Integration with Narada" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

Search through multiple Slack workspaces and draft messages efficiently.

<AccordionGroup>
  <Accordion title="Search Capabilities" icon="magnifying-glass">
    * Search across all your Slack workspaces simultaneously
    * Find specific messages and conversations by keywords
    * Workspace-specific searches for targeted results
    * Access to message history and shared files
  </Accordion>

  <Accordion title="Message Management" icon="message">
    * Draft messages to users or channels - Review messages before sending -
      Multi-workspace support for organizations - Integration with team
      communication workflows
  </Accordion>

  <Accordion title="Example Commands" icon="terminal">
    ```
    "Search Slack for 'budget discussions'"
    "Draft a message to the #general channel"
    "Search in [Workspace Name] for 'team meeting notes'"
    "Draft a Slack message to John saying 'Let's catch up tomorrow at 3 PM'"
    ```
  </Accordion>
</AccordionGroup>

### HubSpot CRM Integration

Search contacts and deals in your HubSpot CRM with natural language commands.

<AccordionGroup>
  <Accordion title="Contact Management" icon="users">
    * Search for contacts by name, email, or custom properties
    * Access comprehensive contact information and history
    * View contact engagement and interaction timeline
    * Property-based search for targeted results
  </Accordion>

  <Accordion title="Deal Tracking" icon="handshake">
    * Find deals by name or associated contact - Track deal status and pipeline
      progression - Access deal details including value and close dates - Monitor
      sales performance and engagement
  </Accordion>

  <Accordion title="Example Commands" icon="terminal">
    ```
    "Search HubSpot contacts for John Doe"
    "Find HubSpot deals with sarah@company.com"
    "Search HubSpot contacts with the email john@example.com"
    "Search HubSpot deals for Quentin's car"
    ```
  </Accordion>
</AccordionGroup>

<Note>
  Currently specialized in searching contacts and deals. Adding or modifying
  entries will be supported in future updates.
</Note>

### Salesforce Integration

Access and search your Salesforce data seamlessly with Narada's advanced web navigation.

<AccordionGroup>
  <Accordion title="CRM Management" icon="database">
    * Search contacts, leads, and opportunities
    * Access comprehensive account information
    * Track sales pipeline and performance data
    * Add call logs and activity records
    * Create and modify contacts and accounts
  </Accordion>

  <Accordion title="Advanced Navigation" icon="robot">
    * Powered by world-class web navigation algorithm - Real-time execution in
      your Salesforce dashboard - Visual execution - watch Narada navigate for you -
      Support for complex queries and modifications
  </Accordion>

  <Accordion title="Example Commands" icon="terminal">
    ```
    "/Salesforce add call log with John Doe about product feedback"
    "/Salesforce create new contact Jane Doe, email jane@example.com"
    "/Salesforce search for annual sales report 2023"
    "/Salesforce update contact John Smith with new phone number"
    ```
  </Accordion>
</AccordionGroup>

<Tip>
  Use the `/Salesforce` shortcut followed by your command in natural language.
  Narada will open a new Chrome tab and execute the command in your dashboard.
</Tip>

### Web Search Capabilities

Search the web for current information and data when you need information beyond your personal tools.

<AccordionGroup>
  <Accordion title="Search Features" icon="magnifying-glass">
    * Real-time web search results from multiple sources
    * Automatic source selection and verification
    * Synthesized answers from multiple web sources
    * Current information and fact-checking capabilities
    * Intelligent query routing (personal vs web data)
  </Accordion>

  <Accordion title="Information Synthesis" icon="brain">
    * Filters through web noise to find relevant information - Provides source
      citations and links - Combines multiple sources for comprehensive answers -
      Saves time by eliminating manual browsing
  </Accordion>

  <Accordion title="Example Commands" icon="terminal">
    ```
    "What is the tallest mountain in the world?"
    "Find the latest research on renewable energy sources"
    "What are the current stock prices for tech companies?"
    "Search for recent news about artificial intelligence developments"
    ```
  </Accordion>
</AccordionGroup>

<Info>
  Narada automatically determines when to use web search versus personal data
  sources, so you don't need to specify the search method.
</Info>

## Popular Use Cases

<Tabs>
  <Tab title="Meeting Management">
    **Schedule and manage meetings across platforms:**

    <CodeGroup>
      ```text Zoom Meeting theme={null}
      "Schedule a Zoom meeting with the design team for next Monday at 10 AM"
      ```

      ```text Calendar Check theme={null}
      "What meetings do I have tomorrow?"
      ```

      ```text Time Blocking theme={null}
      "Block my calendar for 2 hours this afternoon for focused work"
      ```
    </CodeGroup>
  </Tab>

  <Tab title="Communication">
    **Email and messaging workflows:**

    <CodeGroup>
      ```text Email Composition theme={null}
      "Send an email to Sarah about the quarterly review with the latest report attached"
      ```

      ```text Slack Search theme={null}
      "Search Slack for messages about the marketing campaign from last week"
      ```

      ```text Message Drafting theme={null}
      "Draft a follow-up email to the client with the project proposal"
      ```
    </CodeGroup>
  </Tab>

  <Tab title="Data Access">
    **CRM and business data:**

    <CodeGroup>
      ```text HubSpot Search theme={null}
      "Find all deals in HubSpot associated with Acme Corp"
      ```

      ```text Salesforce Query theme={null}
      "Search Salesforce for contacts in the technology industry"
      ```

      ```text Contact Information theme={null}
      "Get the contact information and recent activity for our biggest client"
      ```
    </CodeGroup>
  </Tab>

  <Tab title="Research">
    **Information gathering:**

    <CodeGroup>
      ```text Market Research theme={null}
      "Search the web for current cryptocurrency trends and market analysis"
      ```

      ```text Industry News theme={null}
      "Find the latest industry news about artificial intelligence and machine learning"
      ```

      ```text Financial Data theme={null}
      "What are the current stock prices and performance for major tech companies?"
      ```
    </CodeGroup>
  </Tab>
</Tabs>

## Best Practices

<CardGroup cols={2}>
  <Card title="Clear Commands" icon="message">
    Use specific, detailed commands with dates, names, and relevant context for better results
  </Card>

  <Card title="Context Matters" icon="brain">
    Provide context like timeframes, specific people, and relevant details to
    improve accuracy
  </Card>

  <Card title="Test Integration" icon="flask">
    Test each plugin after enabling to ensure proper functionality and permissions
  </Card>

  <Card title="Regular Updates" icon="refresh">
    Keep your connected accounts and permissions up to date for optimal performance
  </Card>
</CardGroup>

## Support & Troubleshooting

<AccordionGroup>
  <Accordion title="Common Issues" icon="triangle-exclamation">
    **Authentication Problems:** Most issues are resolved by re-authenticating or checking account permissions in the plugin settings.

    **Search Results:** If you can't find what you're looking for, try refining your query with more specific details or different keywords.

    **Plugin Not Responding:** Ensure you're connected to the internet and your account permissions are up to date.
  </Accordion>

  <Accordion title="Getting Help" icon="circle-help">
    For more in-depth support or specific plugin issues:

    * Check plugin-specific settings and permissions
    * Review the integration setup steps
    * Contact our support team at [support@narada.ai](mailto:support@narada.ai)
    * Join our community for tips and best practices
  </Accordion>
</AccordionGroup>

<Warning>
  Always verify important information, especially when dealing with sensitive
  business data or making significant changes through plugin integrations.
</Warning>
