> For the complete documentation index, see [llms.txt](https://docs.apppaas.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apppaas.com/start/apppaas-guide.md).

# AppPaaS Guide

- [프로젝트? 서비스?](https://docs.apppaas.com/start/apppaas-guide/what-are-projects-and-services.md): AppPaaS의 기본 구조인 프로젝트와 서비스에 대해 설명합니다.
- [서비스 생성하기](https://docs.apppaas.com/start/apppaas-guide/get-started.md): 서비스를 생성하는 과정을 설명하도록 하겠습니다.
- [서비스 빌드 및 배포 설정](https://docs.apppaas.com/start/apppaas-guide/service-build-and-deployment-settings.md): 서비스 빌드 및 배포에 대한 세부 설정을 설명합니다.
- [오토스케일링(자동확장) 설정](https://docs.apppaas.com/start/apppaas-guide/autoscaling.md): AppPaaS에서 오토스케일링을 설정하는 법을 설명합니다.
- [서비스간 통신](https://docs.apppaas.com/start/apppaas-guide/inter-service-communication.md): 서비스끼리 통신하는 것에 대해 설명합니다.
- [서비스 외부 접근 방법](https://docs.apppaas.com/start/apppaas-guide/external-access-to-deployed-services.md): 배포 서비스의 외부 접속 방법을 설명합니다.
- [\<NEW> 도메인 연결](https://docs.apppaas.com/start/apppaas-guide/domain.md): AppPaaS에 배포한 서비스에 도메인을 연결하는 기능을 소개합니다.
- [서비스 모니터링](https://docs.apppaas.com/start/apppaas-guide/monitoring.md): 서비스 생성 후 모니터링을 확인하는 방법을 설명합니다.
- [빌드, 배포가 실패 하는 경우](https://docs.apppaas.com/start/apppaas-guide/error-case.md): 빌드, 배포가 실패하는 경우에 대해 안내해드립니다.
- [알림/알람 기능 사용하기](https://docs.apppaas.com/start/apppaas-guide/alarm.md): AppPaaS의 알림/알람 기능을 안내해 드립니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
