> ## 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.

# PowerLinks

> Prebuilt applications that define customer interaction types in Agentix

## Definition

**PowerLinks** are **prebuilt applications** in Agentix that define how users interact with your service—whether through **self-service**, **automated** or **guided** experiences.

Each PowerLink is developed with a specific **service mode** based on what it is designed to do. You don’t manually set the mode—it is defined by the function of the PowerLink itself.

PowerLinks are the foundation of your workflows. They encapsulate functionality such as document uploads, realtime-based assistance, automated decisions, outbound campaigns and more.

<img src="https://mintcdn.com/agentix-5c0a3d87/3fWHT_5u43zyi8Am/user-guide/images/powerlinks.png?fit=max&auto=format&n=3fWHT_5u43zyi8Am&q=85&s=ed25bb65eec9a24932a98fe607b73f39" alt="Agentix Powerlinks" width="817" height="414" data-path="user-guide/images/powerlinks.png" />

*A sample overview of the different PowerLinks available in Agentix.*

## Characteristics

PowerLinks are:

* 🔌 **Reusable** – Designed to be plugged into different workflows without rewriting logic
* 🧩 **Composable** – Can be combined to form complete, multi-step customer journeys
* 🧠 **Dynamic** – Can trigger AI, human agents or direct user interactions
* 🎯 **Purposeful** – Each PowerLink has a specific function and clear input/output behavior

## Service Modes

Every PowerLink operates in one of the following **service modes**, depending on what it was built to handle:

* **🧍 Self-Service** – Used directly by the customer (e.g. uploading a document or submitting a form)
* **🤖 Automated** – Executed entirely by the system or an AI agent without real-time interaction
* **👥 Guided** – Delivered through live interaction with an AI or human agent via chat, voice or video

> ⚠️ You don’t assign the service mode — it is defined by the PowerLink design and use case.

## Example PowerLinks

| Name                          | Service Mode    | Description                                    |
| ----------------------------- | --------------- | ---------------------------------------------- |
| **Media Upload**              | 🧍 Self-Service | Customer uploads documents or images           |
| **Realtime**                  | 👥 Guided       | AI-Agent or human joins live session to assist |
| **Telephony Outbound Dialer** | 🤖 Automated    | Make telephony outbound calls to customers     |

***

> 👉 Explore available PowerLinks in the [PowerLinks Catalog](/user-guide/powerlinks/catalogue)
