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

# Catalogue

> Browse and discover available PowerLinks for your Agentix workspace

PowerLinks are modular, ready-made building blocks you can install to extend your Agentix platform. Each PowerLink includes specs, supported agents and configuration options — tailored for different service modes like **Guided**, **Self-Service** and **Automated**.

<img src="https://mintcdn.com/agentix-5c0a3d87/3fWHT_5u43zyi8Am/user-guide/images/powerlinks-catalogue.png?fit=max&auto=format&n=3fWHT_5u43zyi8Am&q=85&s=840c88cea7d007a44cec36dd603f1cd0" alt="Catalogue Preview" className="rounded-xl my-6 shadow" width="1152" height="618" data-path="user-guide/images/powerlinks-catalogue.png" />

## 🔍 How to Use the Catalogue

You can **browse**, **preview** and **install** PowerLinks from the cPanel sidebar under **Store → Catalogue**:

1. **Open the Catalogue**
2. **Filter or search** by type, category or keyword
3. Click any PowerLink to explore its:
   * 🧾 Description and use cases
   * 🤖 Supported AI-Agents
   * ⚙️ Configuration specs
   * 💰 Pricing model (Quota or Concurrent)

## ⚙️ Installing a PowerLink

To install a PowerLink:

1. Click **Install** on the PowerLink card
2. Review the included configuration specs and default settings
3. Save and proceed to create **Actions** using the PowerLink
4. Assign agents, instructions, tools and sources to each Action

<img src="https://mintcdn.com/agentix-5c0a3d87/3fWHT_5u43zyi8Am/user-guide/images/install-powerlink.png?fit=max&auto=format&n=3fWHT_5u43zyi8Am&q=85&s=d8c73fbe6e27f1c58ee5e4a5d6aa5b69" alt="Install Process" className="rounded-xl my-6 shadow" width="1008" height="551" data-path="user-guide/images/install-powerlink.png" />

### ✅ After Installation

Once installed:

* Configure the PowerLink’s specs (language, handoff mode, etc.)
* Create **Actions** using this PowerLink
* Link the Actions to a **Workflow**
* Launch and monitor Jobs using LaunchPad or QR code

## 🔄 Update the Catalogue

Use the **Update** button on the Catalogue page to sync your local store with the latest available PowerLinks from the online marketplace.

This ensures you:

* Have access to new PowerLinks added by the platform
* Get the latest version and specs of existing PowerLinks
* See updated agent compatibility and pricing

> 💡 You can update at any time — no configurations are overwritten unless the PowerLink was previously installed.

## 💡 Understanding Service Modes

Powerlinks are avaiable with the following service-modes:

<div style={{ display: 'flex', flexDirection: 'column', gap: '12px' }}>
  <div
    style={{
border: '1px solid #147acd',
borderRadius: '6px',
padding: '8px 12px',
fontSize: '0.85rem'
}}
  >
    <div className="badge-guided">guided</div>
    <div>Requires a human or AI agent to join and guide the interaction</div>
  </div>

  <div
    style={{
border: '1px solid #f59e0b',
borderRadius: '6px',
padding: '8px 12px',
fontSize: '0.85rem'
}}
  >
    <div className="badge-self-service">self-service</div>
    <div>Customers complete tasks on their own with no agent involvement</div>
  </div>

  <div
    style={{
border: '1px solid #10b981',
borderRadius: '6px',
padding: '8px 12px',
fontSize: '0.85rem'
}}
  >
    <div className="badge-automated">automated</div>
    <div>Runs fully in the background with no user interaction</div>
  </div>
</div>

## 🔍 Explore Available PowerLinks

<Card title="Realtime Audio, Video and Chat" icon="microphone" href="./plk-realtime" horizontal>
  Live collaboration using voice and video with AI or human agents.
  <br /><span className="badge-guided">guided</span>
</Card>

<Card title="Media Upload" icon="upload" href="./plk-media-upload" horizontal>
  Let customers upload files via camera, gallery or document picker.<br />
  <span className="badge-self-service">self-service</span>
</Card>

<Card title="Recording Analyzer" icon="headphones" href="./plk-recording-review" horizontal>
  Score and analyze call recordings for QA, compliance and coaching.
  <br /><span className="badge-automated">automated</span>
</Card>

<Card title="Outbound Dialer" icon="phone-arrow-up-right" href="./plk-telephony-outbound" horizontal>
  Run AI-powered telephony outbound calls for any action.
  <br /><span className="badge-automated">automated</span>
</Card>

<Card title="MasterMind" icon="sparkles" href="./plk-mastermind" horizontal>
  Automate complex decisions with AI Agents.
  <br /><span className="badge-automated">automated</span>
</Card>
