Skip to main content

FAQ

Where can I get code-level help?

The best place to get help with code is to use Replit AI. In your Workspace, open a new tab and search for AI. Replit AI can help you set up new projects, answer questions about your code, and assist your thinking. For further assistance, you can ask the Replit community Ask Forum.

I am having trouble using Replit. How can I get help?

Sign in to Replit and use the ? on the top right corner of the page for help. For additional support, refer to the support policy doc.

Where can I get help with billing?

Before contacting the Support team, check if you can find a solution below under Account. If that does not help, please sign in and use the ? on the top right corner of the page for help.

I cannot access my Replit account – what should I do?

Please email support@replit.com and include your account username and sign-in ID.

When will I get a response from Replit?

Replit support is generally available Monday through Friday from 9 a.m. to 8 p.m. Eastern Standard Time (UTC-5).

How do I restore my folders in my Repl?

Navigate to your profile identity located on the top right corner of your Repl, select CLUI, and in the search box that appears, search by typing restore. In the search results, you'll see an option restore-folder to restore a specific folder from the trash.

How do I restore a deleted Repl?

Navigate to your profile identity located on the top right corner of your Repl, select CLUI, and in the search box that appears, search by typing restore. In the search results, you'll see an option restore-repl to restore a specific Repl from the trash.

Why is my Repl failing to load?

If your Repl is failing to load, try these debugging steps:

  1. Test your internet connection.
  2. Try a different browser.
  3. Check if your browser has enabled JavaScript.
  4. Use the command kill 1 in the shell to kill and restart the virtual Linux machine backing your Repl.

If none of the above steps helped, check Replit's Service Status. If you see the status as All systems are go! and you still have issues loading your Repl, please get in touch with Replit Support.

How can I upload a large file to my Repl?

If the file is too large for a standard GUI upload, you can use scp (Secure Copy) to securely transfer files between local and remote systems over SSH. To copy files from your local machine to the remote machine, use this syntax: scp filename username@ip_address:/home/username

You can also copy entire directories using scp.

How do I convert my Cycles to usage credits?

Go to https://replit.com/~/cli/account/cycles-to-usage-credits to convert Cycles to credit. Each Cycle is equivalent to a $0.01 USD usage credit. This is an irreversible operation.

How do I check my usage credit balance?

If you convert your Cycles into credit, you can view your current balance at https://replit.com/~/cli/account/usage-credits-balance.

What are Cycles still used for on Replit?

Cycles can still be used for Bounties.

Was this helpful?