Inferenc Docs
Getting Started

Quickstart

Create and deploy your first AI agent in under 5 minutes.

Create your first agent

Step 1: Sign up

Go to inferenc.com and create an account.

Step 2: Create an agent

From the dashboard, click New Agent. Give your agent a name and description.

Step 3: Add knowledge

Go to the Knowledge Base tab and add your data:

  • File Upload — Upload PDFs, DOCX, or TXT files
  • Website — Enter a URL to scrape
  • Text — Paste text directly

Step 4: Test in the playground

Use the Playground tab to chat with your agent and verify it answers correctly.

Step 5: Deploy

Go to the Deploy tab to get your embed code:

<script
  src="https://embed.inferenc.com/widget-loader.js"
  embed-hash="your-embed-hash"
></script>

Add this script tag to your website and your agent is live.

Next steps