# Quick Start: Deploy

## Overview

The Deploy functionality in K3 Labs allows users to launch their Web3 applications effortlessly. Whether you’re deploying simple functions or full-stack applications, our platform supports code written in familiar Web2 languages, running on decentralized hardware. This guide will walk you through the steps of creating a new project and deploying it using the K3 Labs platform.

## Steps to Deploy

1. Navigate to the Deploy Page
   1. Log in to your K3 Labs account.
   2. From the dashboard, click on the “Deploy” tab to access the deployment section.
2. Create a New Project
   1. On the Deploy page, click the “+ New” button to initiate the project creation process.
   2. A pop-up window titled “Create a Project” will appear.
3. Follow the Project Creation Steps
   1. Connect to GitHub: Click on the “Connect” button to link your GitHub account with K3 Labs.
   2. Select an Account: Choose the GitHub account you wish to use for this project.
   3. Choose a Repository: Select the repository that contains the code you want to deploy.
   4. Select a Branch (Optional): Optionally, select a specific branch from the repository.
   5. Add a Project Name: Enter a name for your project in the designated field.
   6. Create the Project: Click the “Create” button to finalize the creation of your project.
4. Monitor Your Deployment. Monitor the deployment process and manage your application through the provided tools on the Project page. Please see “Project Page” for further details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.k3-labs.com/introduction/appendix-old-pages/quick-start-deploy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
