> ## 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.

# Introduction to Construction

> Create and customize voice bots from scratch, no coding required

## How to access Construction

Construction lives inside Bot Manager, but it's not visible at first glance in the main menu — you need to open it from the module selector.

<Steps>
  <Step title="Log in to the platform">
    Enter your credentials on the Inceptia login screen.

    <img src="https://mintcdn.com/inceptia/2xrQ5P1QkQTHz4UH/images/construccion/introduccion/01-login.png?fit=max&auto=format&n=2xrQ5P1QkQTHz4UH&q=85&s=c4e268c989b9a69f8b10becb1ac175dd" alt="Inceptia login screen" width="1440" height="900" data-path="images/construccion/introduccion/01-login.png" />
  </Step>

  <Step title="Open the module menu">
    At the top left, click the grid icon (⊞) to open the menu of modules available to your user, and select **Construction**.

    <img src="https://mintcdn.com/inceptia/2xrQ5P1QkQTHz4UH/images/construccion/introduccion/02-menu-modulos.png?fit=max&auto=format&n=2xrQ5P1QkQTHz4UH&q=85&s=e67099344946870cf284a6ce3772cc3b" alt="Module menu with Construction available" width="1440" height="900" data-path="images/construccion/introduccion/02-menu-modulos.png" />
  </Step>
</Steps>

Once inside, you'll see the **Bots** list — the starting point for everything else in this section.

***

## What is Construction?

**Construction** is the Bot Manager section where you configure and customize your voice bots. From here you can define how the bot speaks, what it understands, what actions it can take, and how it behaves at every point of the conversation.

Inceptia bots are **voice conversational agents** — they can start calls (outbound) or receive them (inbound), and are designed to interact naturally with people.

***

## How the bot engine works

Every time the bot listens to the user, this cycle happens:

<Steps>
  <Step title="Listens and transcribes">
    The voice engine converts what the person says into text (STT).
  </Step>

  <Step title="Reasons with AI">
    The LLM receives the text, the agent's instructions, the conversation history, and the available tools.
  </Step>

  <Step title="Decides what to do">
    The model responds with text for the user, calls a tool (data lookup, logging, etc.), or both at the same time.
  </Step>

  <Step title="Responds in voice">
    The generated text is converted to audio (TTS) and the bot plays it back on the call.
  </Step>
</Steps>

This cycle repeats on every conversation turn until a result is reached — an agreement, a transfer to a human agent, or the end of the call.

***

## What you can configure

Construction is organized into four stages:

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/en/construccion/primeros-pasos/bot-asignado">
    Receive your base bot, duplicate it, and choose between Draft and Production before touching anything.
  </Card>

  <Card title="Bots that work" icon="compass" href="/en/construccion/buenas-practicas/principios-de-diseno">
    What Inceptia has learned about what sets a well-designed bot apart, before you dive into building.
  </Card>

  <Card title="Build your agent" icon="diagram-project" href="/en/construccion/agentes/canvas">
    Design the conversational flow: agents, identity, tools, logic, and agent handoffs.
  </Card>

  <Card title="Configure your bot" icon="sliders" href="/en/construccion/voz">
    Adjust how the bot speaks, its tools, labels, and test it before publishing.
  </Card>
</CardGroup>
