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

# Campaign Input File

> Map the campaign file's columns to variables the bot can use

## What the input file is

When you launch a campaign, you upload a file (Excel or CSV) with the contacts' data: name, phone number, debt, due date, etc. The **Campaign Input File** tab inside the bot defines **how those columns are read** and what variables it creates from them.

Once mapped, those variables are available in the instructions and logic of any of the bot's agents using the `{variable_name}` syntax.

***

## How it's documented

This configuration is exactly the same as described in the **Campaign Input** section of this documentation. All the detail on how to map columns, configure telephony, and add transformation actions is there.

<Card title="See Campaign Input documentation" icon="file-import" href="/en/parser/overview">
  Complete guide on how to configure the input file: telephony, bot parameters, and available actions.
</Card>

***

## Where to find it in the bot

Inside any bot, the **Campaign Input File** tab is in the editor's top bar (next to Agents, Tools, Voice, etc.).

<Info>
  The input file configuration is per bot — each bot can have a different mapping for the same campaign file.
</Info>
