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

# Create a Campaign

> How to create a new campaign in SalesFrank and choose the right campaign type.

## Create a New Campaign

1. On the Campaign Overview, click **Create New Campaign**
2. Select the campaign type
3. Give the campaign a name

***

## Campaign Types

### Outbound Calls

Choose this type when you want to work through an existing list of contacts. You upload the leads in advance, and Frank calls them according to the schedule you define.

**Typical use cases:** Cold outreach, reactivation of old contacts, follow-ups, post-proposal follow-through

### Lead Qualification

Choose this type when new leads should be called in real time – immediately after they sign up, for example via a web form or a Facebook ad.

Frank calls the lead as soon as they are added to the campaign. You can fully automate this process via the API or a webhook.

**Typical use cases:** Instant callback after form submission, qualifying ad leads, first contact after an inquiry

***

## After Creation

After creating the campaign, you are taken directly to the campaign detail view with all six tabs. Configure them in this order:

<Steps>
  <Step title="Leads" href="/en/campaigns/leads">
    Upload your contacts or set up the API connection.
  </Step>

  <Step title="Agent" href="/en/campaigns/agent">
    Configure your agent's name, language, voice, and prompt.
  </Step>

  <Step title="Schedule" href="/en/campaigns/schedule">
    Define calling windows, follow-up strategy, and maximum attempts.
  </Step>

  <Step title="Options" href="/en/campaigns/options">
    Assign a phone number and configure voicemail, recordings, and data extraction.
  </Step>

  <Step title="Call-to-Action" href="/en/campaigns/call-to-action">
    Set up actions Frank can perform during the call (e.g., appointment booking).
  </Step>

  <Step title="Start the Campaign">
    Click **Start Campaign** to activate calling.
  </Step>
</Steps>
