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

# Agent erstellen

> Erstelle deinen ersten AI Voice Agenten

Zwei Wege zum Start: Wähle eine Vorlage, die deinem Use Case nahekommt, oder lade dein eigenes Skript hoch, wenn du volle Kontrolle willst. So oder so hast du in wenigen Minuten einen funktionierenden ersten Entwurf.

<Tabs>
  <Tab title="Aus Vorlage" icon="sparkles">
    <Steps>
      <Step title="Vorlage auswählen">
        Wähle eine vorgefertigte Vorlage, die zu deinem Use Case passt, und starte direkt mit deinem Agenten.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_template_01.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=1587667f7803b1cd692b6a3c773a57fb" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_template_01.mp4" />
        </video>
      </Step>

      <Step title="Kontext festlegen">
        Erzähl uns mehr über dein Unternehmen, deine Branche und vor allem das Hauptziel deines Agenten.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_template_02.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=34ddf604209961762be182f35045c8c2" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_template_02.mp4" />
        </video>
      </Step>

      <Step title="Stimme auswählen">
        Gib deinem Agenten einen Namen, wähle eine Sprache und such dir eine Stimme aus unserer Auswahl.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_template_03_voice.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=aa16b0f458a941744727aea98ff5e732" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_template_03_voice.mp4" />
        </video>
      </Step>

      <Step title="Agent erstellen">
        Sieh dir die generierte Agent-Struktur an und klicke auf "Build", um deinen Agenten zu bauen.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_template_04_build.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=e1d253cb4e83d460a62a5f0fa29fa2e3" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_template_04_build.mp4" />
        </video>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Aus Skript" icon="file-lines">
    <Steps>
      <Step title="Skript vorbereiten">
        Entwirf deinen Gesprächsablauf mit Begrüßung, Fragen, Hauptaufgaben, Übergaben und Abschluss. Schau dir unser [Beispiel-Skript](https://docs.google.com/document/d/10uL87kOAOHJSDmz3oZRt9WZjoNdlkgMLr6r5j0h_bEY/edit?usp=sharing) als Referenz an.
      </Step>

      <Step title="Skript hochladen">
        Lade dein Skript in den Agent Builder hoch.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_script_01_uploadScript.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=91cd19ff74242711c64d1dcf76b02f46" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_script_01_uploadScript.mp4" />
        </video>
      </Step>

      <Step title="Stimme auswählen">
        Gib deinem Agenten einen Namen, wähle eine Sprache und such dir eine Stimme aus unserer Auswahl.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_script_02_voice.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=a68de43077e61804a123c24ae920e8ce" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_script_02_voice.mp4" />
        </video>
      </Step>

      <Step title="Agent erstellen">
        Sieh dir die generierte Agent-Struktur an und klicke auf "Build", um deinen Agenten zu bauen.

        <video loop muted playsInline style={{ width: '100%', cursor: 'pointer' }} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => { e.currentTarget.pause(); e.currentTarget.currentTime = 0; }}>
          <source src="https://mintcdn.com/telli/oSe6yooA3Hku5xB9/onboarding-media/create_agent/Agent_from_script_03_build.mp4?fit=max&auto=format&n=oSe6yooA3Hku5xB9&q=85&s=3fa0e13495c43b36e3281603a5d04002" type="video/mp4" data-path="onboarding-media/create_agent/Agent_from_script_03_build.mp4" />
        </video>
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Nächste Schritte

Sobald dein Agent steht, geht es weiter mit:

<Card title="Das telli Agent Interface" icon="code-compare" href="/de/erste-schritte/pruefen-und-personalisieren">
  Sieh dir den generierten Agent-Entwurf an und passe Stimme, Tonfall und Grundeinstellungen an, damit alles zu deiner Marke und deinem Use Case passt.
</Card>
