
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
- Go to Replit's website.
- Click on the “Sign up” button in the top-right corner.
- Choose to sign up with an email, Google, or GitHub account.
- Once signed up, click on your profile icon, and select “Settings”.
- 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
- From your Replit dashboard, click on the “+ Create” button.
- Select “Replit Agent” from the list of options.
- In the text box that appears, type a description of what you want to build (e.g., "Create a simple to-do list app").
- Click the “Run” button to start the agent.
- 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
- Be specific in your descriptions. For example, instead of "make a game", say "create a tic-tac-toe game with a score counter".
- Use comments in your code to guide the agent on specific features you want.
- Once the code is generated, use the “Debug” feature to troubleshoot any issues. Click on the "Debug" button next to the "Run" button.