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

# Import from ZIP

> Import ZIP files into Replit by uploading your project archive.

export const platform_0 = "ZIP"

export const projectType_0 = "project"

export const setupDescription_0 = "Agent prepares the environment, installs dependencies, and configures run commands for Replit"

## Import from ZIP

⏰ *Estimated time: three minutes*

Import a local project by uploading a `.zip` file.

For comprehensive import options including other platforms like GitHub, Figma, Bolt, Lovable, and Vercel, see the [Import feature documentation](/core-concepts/project-editor/app-setup/import).

## Before you start

* A `.zip` file that contains your project
* A clear project root folder in the archive
* A Replit account

## Import steps

1. Open [replit.com/import](https://replit.com/import).
2. Select **ZIP**.
3. Upload your `.zip` file.
4. Add any requested secrets and environment variables.
5. Select **Import**.

## What gets imported

* Project files and directory structure
* Dependency files
* Run and build defaults for Replit

## What is not imported

* Existing environment variable values
* Custom domains
* Platform-specific services that need manual setup
* Existing database data
* Existing third-party connector configuration

## Configure and run your app

During import, {setupDescription_0}. If your app needs changes, use these Project Editor tools:

* **[Agent](/core-concepts/agent)**: Refine features, debug issues, and make code changes
* **[Secrets](/core-concepts/project-editor/app-setup/secrets)**: Add API keys and environment variables
* **[Workflows](/core-concepts/project-editor/app-setup/workflows)**: Set the **Run** command for your app

## Continue your journey

Now that you've imported your {platform_0} {projectType_0}, explore these next steps:

* [Replit Agent](/core-concepts/agent): Get help with feature work, debugging, and refactoring
* [Replit Deployments](/category/replit-deployments): Publish your app
* [Collaborate](/replitai/invite-teammates): Build with teammates
