Getting Started with Culindo

Welcome to Culindo! This guide will help you create, configure, and deploy your first AI agent in minutes.

What is Culindo?

Culindo is a platform for creating and deploying intelligent conversational AI agents. Build custom agents that can chat with users, schedule appointments, and provide automated support—all without writing code.

Quick Start

  1. Sign up for a free Culindo account
  2. Create your first agent and configure its personality
  3. Test your agent in the built-in chat interface
  4. Share your agent with others via a unique link

Creating Your First Agent

Step 1: Navigate to Agents

From your dashboard, click the "New Agent" button to start creating your AI agent.

Step 2: Configure Basic Settings

Give your agent a name and description. These help users understand what your agent does.

  • Name: A clear, descriptive name (e.g., "Customer Support Bot")
  • Description: Brief overview of your agent's purpose
  • Slug: URL-friendly identifier for sharing

Step 3: Define Instructions

Instructions guide your agent's behavior and personality. Be specific about:

  • Tone and style (professional, friendly, casual)
  • Areas of expertise
  • How to handle specific questions
  • Boundaries and limitations

Agent Configuration

Agent Settings

Fine-tune your agent's behavior with these configuration options:

  • Active/Inactive: Control whether your agent can receive new conversations
  • Model Selection: Choose the AI model that powers your agent
  • Temperature: Adjust creativity vs. consistency (0-1)
  • Max Tokens: Set response length limits

Tools & Features

Enhance your agent with powerful built-in tools:

  • Appointment Scheduling: Let users book time with you
  • Calendar Integration: Sync with your availability
  • Knowledge Base: Upload documents for your agent to reference
  • Custom Actions: Define specific tasks your agent can perform

Managing Conversations

Viewing Conversations

Access all conversations with your agents from your dashboard. Each conversation includes:

  • Full message history
  • Participant information
  • Timestamps and metadata
  • Sentiment analysis (coming soon)

Analytics & Insights

Track your agent's performance with detailed analytics:

  • Total conversations and messages
  • User satisfaction ratings
  • Common questions and topics
  • Response times and engagement metrics

Appointment System

Setting Up Appointments

Enable appointment scheduling to let users book time directly through your agent:

  1. Navigate to your agent's settings
  2. Enable "Appointment Scheduling"
  3. Configure your availability
  4. Set meeting duration and buffer times

Managing Appointments

View and manage all scheduled appointments from your dashboard:

  • See upcoming appointments at a glance
  • Reschedule or cancel appointments
  • Send reminders to participants
  • Add notes and follow-ups

Calendar Integration

Setting Your Availability

Define when you're available for appointments using calendar slots:

  • Set recurring availability (e.g., Mon-Fri 9am-5pm)
  • Block out specific dates and times
  • Set different availability for different agents
  • Configure timezone preferences

External Calendar Sync

Keep your calendar in sync across platforms:

  • Export to Google Calendar
  • Export to Outlook/Office 365
  • iCal feed for Apple Calendar
  • Two-way sync (coming soon)

Sharing & Embedding

Share Your Agent

Every agent gets a unique URL that you can share:

https://culindo.com/chat/your-agent-slug

Share this link on social media, in emails, or anywhere you want people to interact with your agent.

Embed on Your Website

Add your agent to any website with a simple embed code:

<iframe src="https://culindo.com/chat/your-agent-slug"></iframe>

Customize the embed with optional parameters for size, theme, and behavior.

Privacy & Access Control

Control who can access your agent:

  • Public: Anyone with the link can chat
  • Unlisted: Only people with the exact link (not searchable)
  • Private: Require authentication to access

API Reference

API Overview

The Culindo API allows you to integrate agent functionality into your own applications. All API requests require authentication via API key.

Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

Send Message Endpoint

POST /chat/:slug/message

Send a message to an agent and receive a response.

Parameters:

  • message - The user's message text
  • conversation_id - Optional: Continue existing conversation

Rate Limits

API rate limits by plan:

  • Free: 100 requests/hour
  • Pro: 1,000 requests/hour
  • Enterprise: Custom limits

Best Practices

Writing Effective Instructions

  • Be specific and detailed about the agent's role
  • Include examples of ideal responses
  • Define clear boundaries and limitations
  • Use a consistent tone and voice
  • Test and iterate based on real conversations

Optimizing Performance

  • Keep instructions concise but comprehensive
  • Use appropriate temperature settings (lower for factual, higher for creative)
  • Monitor response times and adjust model if needed
  • Regularly review conversations for improvement opportunities

User Experience Tips

  • Set clear expectations about what your agent can do
  • Provide fallback options for unsupported requests
  • Include a way for users to reach a human if needed
  • Keep response times fast and consistent
  • Collect feedback to improve your agent over time

Frequently Asked Questions

How many agents can I create?

Free accounts can create up to 3 agents. Pro accounts have unlimited agents.

Can I use my own AI models?

Enterprise plans support custom model integration. Contact us for details.

Is my data secure?

Yes! All data is encrypted in transit and at rest. We never train models on your private conversations.

Can I export my conversation data?

Yes, you can export all conversation data as JSON or CSV at any time from your dashboard.

What happens if I exceed my plan limits?

Your agents will continue working, but you'll be prompted to upgrade. We'll never shut down your agents without notice.

How do I delete an agent?

Navigate to the agent's settings page and click "Delete Agent" at the bottom. This action cannot be undone.

Need more help?

Contact our support team at support@culindo.com or visit our About page to learn more.