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

# Quickstart

> Build your first voice assistant and make a phone call in minutes.

# Assistants Quickstart

Build your first assistant and make a phone call in minutes 🚀

In this quickstart, you’ll:

* Create a voice assistant using a simple prompt
* Attach a phone number
* Make your first call
* (Optional) Add tools so your assistant can take real actions

***

## 🧩 Prerequisites

* Create an account on [Pranthora](https://app.pranthora.firstpeak.ai)

***

## 1️⃣ Create an Assistant

Follow these three steps to create your first assistant:

1. **Open the Assistant Dashboard**
   Go to [Dashboard → Agents](https://app.pranthora.firstpeak.ai/agents)
   and click **“Create Assistant.”**

2. **Add a System Prompt**
   Use a friendly and concise system prompt to define your assistant’s behavior:

   ```text theme={null}
   You are a friendly phone support assistant. 
   Greet the caller and offer help. 
   Keep responses under 40 words. 
   ```

3. **Save Your Assistant**
   Once your prompt is ready, click **Save** to finish creating your assistant.

   <div className="relative mt-[40px] rounded-xl p-[8px] bg-gradient-to-br from-[#ffa366] via-[#e88a46] to-[#ff5722] shadow-[0_0_35px_rgba(255,123,61,0.6)]">
     <div className="rounded-xl bg-background-light dark:bg-background-dark ring-1 ring-gray-400/30" style={{ padding: "12px" }}>
       <video width="100%" height="100%" autoPlay loop muted playsInline className="m-0 rounded-lg">
         <source src="https://mintcdn.com/firstpeak/PWI5ZlVtKYZTJjQu/videos/create_assistant.mp4?fit=max&auto=format&n=PWI5ZlVtKYZTJjQu&q=85&s=5430e5a662c5593979cd5e60883ac264" type="video/mp4" data-path="videos/create_assistant.mp4" />
       </video>
     </div>
   </div>

***

## 2️⃣ Add a Twilio Phone Number

1. Open [Dashboard → Phone Numbers](https://app.pranthora.firstpeak.ai/phone-numbers)
   and click **“Create Phone Number.”**

2. Enter the following details:

   * **Phone Number**
   * **Twilio Account SID**
   * **Twilio Auth Token** (available in your [Twilio Console](https://www.twilio.com/console))

3. Save your phone number configuration.

***

## 3️⃣ Make Your First Call

Now that your assistant and phone number are ready:

* Call the Twilio number you added, **or**
* Use the **“Start Call”** feature directly from the **Agent section** in your dashboard.

***

> 💡 **Tip:** You can later add tools and workflows to let your assistant perform real actions — like booking appointments, sending emails, or fetching CRM data.

***
