# Quick Start Guide

Welcome to the Digia Studio Quickstart Guide! This guide is designed for those eager to dive right into building their first Digia Studio application. Here, you'll build a screen that lets users adjust the quantity of a product before adding it to their shopping cart.

This quickstart is designed to be straightforward and accessible, introducing you to basic Digia Studio concepts quickly.

## What you'll learn

• Creating layouts (add widgets) • Adding interactivity to UI elements • Managing state and data flow • Running your app in preview mode

The steps to build the app are as follows:

1. Create a new project
2. Building UI
3. Customize style
4. Manage state
5. Run the app

## 1. Create a new project

To kick off your project, the first step is to [create a new project](https://github.com/Digia-Technology-Private-Limited/digiaDocs/blob/main/docs/introduction/platform-overview/project.md) in Digia Studio.

## 2. Building UI

In this section, we'll see how to build the user interface (UI) for this feature. This involves creating a layout and adding various widgets to our page.

## 3. Customize Style

The next step is to customize the style of UI elements. This includes changing the colors, fonts, and sizes of your buttons and labels.

## 4. Manage State

Once your UI is set up, it's time to make your app interactive by adding state. This means setting up your app to respond to user interactions.

## 5. Run the App

Now that you've built and customized your app, it's time to run it. Digia Studio allows you to test a fully-functional version of your app in preview mode.

Congratulations! You've built your first app with Digia Studio.

## Problems?

If you're experiencing any issues with the app, ensure that you have followed the instructions correctly.

To seek assistance from the [Community Forum](https://community.digia.tech). If you're still encountering problems, don't hesitate to report the issue to our support team.
