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

# Introduction to Thoughtly

> Welcome to Thoughtly — build, test, and deploy AI voice agents in minutes for inbound and outbound calls across sales, support, and operations workflows.

export const NextSection = ({title, icon, href, description}) => <div>
		<br />
		<Card title={title} icon={icon} href={href} horizontal="true">
			{description}
		</Card>
	</div>;

export const ArcadeEmbed = ({code}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(54.13424124513618% + 41px)',
  height: 0,
  width: '100%'
}}>
		<iframe src={`https://demo.arcade.software/${code}?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true`} frameBorder="0" loading="lazy" allowFullScreen allow="clipboard-write" style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
    </div>;

<ArcadeEmbed code="1kp8LmATOV0ijz1vEpFU" />

Thoughtly is the leading platform for building and deploying [AI-powered Voice Agents](/resources/glossary#voice-agent) that can handle phone calls, answer questions, book appointments, and integrate with your existing systems.

Build and deploy fully-functional voice agents in under 15 minutes—no coding required.

## How Thoughtly Works

Building with Thoughtly revolves around three core concepts:

<CardGroup cols={3}>
  <Card title="Build Your Agent" icon="diagram-nested" href="/agents/overview">
    Design conversation flows and train your AI agent
  </Card>

  <Card title="Connect Systems" icon="plug" href="/integrations/getting-started">
    Integrate with your CRM, calendar, and other tools
  </Card>

  <Card title="Deploy to Phone" icon="phone-volume" href="/phone-number/getting-started">
    Get a phone number and start taking calls
  </Card>
</CardGroup>

## What is a Voice Agent?

A **Voice Agent** is a conversational AI that interacts with customers over the phone, providing a human-like experience. Voice Agents can:

* **Answer questions** using your knowledge base
* **Schedule appointments** with your calendar integrations
* **Qualify leads** and route them appropriately
* **Collect information** through natural conversation
* **Transfer calls** to human agents when needed
* **Send SMS messages** for follow-ups and confirmations

## Common Use Cases

### Inbound Calls

When customers call your [Thoughtly phone number](/phone-number/getting-started), your Voice Agent answers and interacts naturally:

<CardGroup cols={2}>
  <Card title="Customer Service" icon="headset" href="/getting-started/use-cases#customer-service">
    Provide existing customers with help and support
  </Card>

  <Card title="Receptionist" icon="bell-concierge" href="/getting-started/use-cases#receptionist">
    Answer calls and route them to the right department
  </Card>

  <Card title="Sales" icon="money-bill" href="/getting-started/use-cases#sales">
    Build an SDR that qualifies leads and sets appointments
  </Card>

  <Card title="Appointment Scheduling" icon="calendar" href="/getting-started/use-cases#appointment-scheduling">
    Allow customers to call in and schedule appointments
  </Card>
</CardGroup>

### Outbound Calls

Your Voice Agent can proactively call customers, clients, or leads:

<CardGroup cols={2}>
  <Card title="Lead Follow-up" icon="money-bill" href="/getting-started/use-cases#lead-followup">
    Call leads, qualify them, and book meetings
  </Card>

  <Card title="Appointment Reminders" icon="calendar-check" href="/getting-started/use-cases#appointment-reminders">
    Confirm or reschedule upcoming appointments
  </Card>
</CardGroup>

## Common Questions

**Do I need coding experience?**\
No! Thoughtly is built for non-developers. Our drag-and-drop [Agent Builder](/agents/overview) requires zero coding.

**How long does it take to build an agent?**\
You can build a basic agent in [15 minutes](/getting-started/quick-start). Complex agents with integrations may take a few hours.

**What integrations are available?**\
We support [20+ native integrations](/integrations/getting-started) including Salesforce, HubSpot, Calendly, and more.

**Can I use my own phone number?**\
Yes! You can [purchase or import numbers](/phone-number/byoc) through Thoughtly's BYOC (Bring Your Own Carrier) feature, supporting Twilio and Telnyx.

**How much does it cost?**\
See our [pricing page](https://thoughtly.com/pricing) for current plans and credit-based billing information.

## See also

* [Quick Start Guide](/getting-started/quick-start) - build your first agent
* [Use Cases](/getting-started/use-cases) - industry-specific examples
* [Platform Overview](/platform/overview) - understanding the Thoughtly platform
* [FAQ](/resources/faq) - frequently asked questions
* [Glossary](/resources/glossary) - AI voice terminology

## Next Steps

Ready to get started? Here are some helpful resources:

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket-launch" href="/getting-started/quick-start">
    Build your first voice agent in 15 minutes
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/getting-started/use-cases">
    Explore what's possible with Thoughtly
  </Card>

  <Card title="Agent Builder" icon="diagram-nested" href="/agents/overview">
    Learn how to build sophisticated voice agents
  </Card>

  <Card title="Support" icon="headset" href="/support/getting-help">
    Get help from our team
  </Card>

  <Card title="Developer Documentation" icon="code" href="/developers">
    Integrate Thoughtly with your applications
  </Card>
</CardGroup>

## Need Help?

* **Chat with us**: Click the chat bubble in the bottom right corner
* **Email support**: [support@thoughtly.com](mailto:support@thoughtly.com)
* **Watch tutorials**: [Video Library](/resources/video-library)

<NextSection title="Quick Start Guide" icon="rocket-launch" href="/getting-started/quick-start" description="Build your first voice agent in 15 minutes ->" />
