Introduction:

👋  Welcome

Platform

FAQ

Plans and Pricing

Changelog

Agents:

Agents Overview

Build Your Agent

Share Your Agent

Monitor Your Agent

Features:

Interaction Tools (100+)

Voice & Arabic support

Environment Awareness

System Prompting

Templates (20+)

Available LLMs

Shipcrew

Tips & Tricks:

Prompting Guide

Agent Basics

Slack Integration

Alternatives

Use Cases

TestAI Integration

About:

Team

Support Policy

Privacy Policy

Terms & Conditions

Referral Program

CNTXT

External Links:

Basics of Agent

This page introduces the essential building blocks of creating AI agents in Shipable. If you're new here, this is your cheat sheet.

What is an Agent?

A Shipable agent is an intelligent, interactive assistant that can:

Core Concepts

1. Prompt (Instructions)

This is the agent’s brain. Prompts define its role, behavior, tone, and rules. Good prompts = good agents.

Think of it as the agent’s job description.

2. Knowledge Base (KB)

Attach data to your agent so it can answer questions or make decisions. This can include:

3. Tools

Give your agent real-world powers. With tools, your agent can:

4. Memory

Memory lets your agent retain information about users and interactions across sessions. Great for:

How It All Comes Together

Here’s what happens under the hood:

  1. User sends a message
  2. Agent matches it to prompt logic
  3. Fetches relevant knowledge
  4. Runs tools if needed
  5. Responds using selected LLM
  6. Logs conversation and updates memory

TL;DR