Delv
Replit Agent
Getting Started Guide

How to Use Replit Agent

A practical guide to get you up and running with Replit Agent. Written by Delv Editorial, Delv Team.

Getting started with Replit Agent

After reading this guide, you'll be able to set up Replit Agent and use it to build, debug, and deploy applications based on your descriptions.

Step 1: Sign up and set up

  1. Go to Replit's website.
  2. Click on the “Sign up” button in the top-right corner.
  3. Choose to sign up with an email, Google, or GitHub account.
  4. Once signed up, click on your profile icon, and select “Settings”.
  5. Under “Subscription”, you can choose the free tier or upgrade to Replit Core for $25/month if you need more features.

Step 2: Your first task

  1. From your Replit dashboard, click on the “+ Create” button.
  2. Select “Replit Agent” from the list of options.
  3. In the text box that appears, type a description of what you want to build (e.g., "Create a simple to-do list app").
  4. Click the “Run” button to start the agent.
  5. Wait for Replit Agent to generate the code and deploy your application. You can interact with it directly from the IDE.

Step 3: Get better results

  1. Be specific in your descriptions. For example, instead of "make a game", say "create a tic-tac-toe game with a score counter".
  2. Use comments in your code to guide the agent on specific features you want.
  3. Once the code is generated, use the “Debug” feature to troubleshoot any issues. Click on the "Debug" button next to the "Run" button.

Pro tip

If you want to iterate on your project quickly, keep a list of features or changes you want to implement. You can feed these to Replit Agent in batches to save time rather than doing it one by one.

Common mistake to avoid

Avoid vague descriptions. If you say "build an app", the agent might not know what you mean. Always include specific details about the functionality and design you want.