# 서비스 생성하기

{% embed url="<https://www.youtube.com/watch?v=ld3U260NBA4>" %}

### 1. 프레임워크 또는 DB 선택

***

회원 가입 이후 오버뷰에서 사용 중인 프레임워크 또는 DB를  선택합니다.

<figure><img src="/files/cS7k4dOEzCA4FvMgnQ8R" alt=""><figcaption><p>프레임워크 및 DB</p></figcaption></figure>

### 2. 상세 정보 입력

***

GitHub 리포지터리를 제외한 나머지 입력값은 선택한 프레임워크에 따라 기본값이 설정되어 있습니다. \
복잡한 설정이 어렵다면 리포지토리만 선택하시기 바랍니다.

보다 자세한 내용은 [서비스 빌드 및 배포 설정](/start/apppaas-guide/service-build-and-deployment-settings.md)을 참고하시기 바랍니다.

<figure><img src="/files/cGlzbkrnBChPHuTR6LEc" alt=""><figcaption><p>서비스 생성</p></figcaption></figure>

### 3.서비스 빌드 및 배포

***

코드 실행 버튼을 클릭하면 설정값에 맞추어 빌드, 배포, 도메인 매핑까지 자동으로 진행됩니다.\
빌드 및 배포가 이루어지는 동안 서비스 상세 화면에서 빌드 중, 배포 중, 실행 중의 상태로 \
진행 상황을 쉽게 확인할 수 있습니다.

각 과정은 서비스 기본 정보의 로그를 통해서도 확인할 수 있습니다.

<figure><img src="/files/MLivgzauquJVMPU6ryBR" alt=""><figcaption></figcaption></figure>

서비스 배포 및 서버 생성이 완료되었습니다.


---

# 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.apppaas.com/start/apppaas-guide/get-started.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.
