# 서버단 응용 프로그램 관리

응용프로그램이 서버에 배포되면 서버관리자에서 응용프로그램을 관리할 수 있습니다.&#x20;

* [기본작업](/v7/or-server/adminapp/basic.md)
* [기본 응용 프로그램 설정 ](/v7/or-server/adminapp/setbasicapp.md)
* [도메인 이름 설정 ](/v7/or-server/adminapp/domainname.md)
* [외부 데이터베이스 연결 문자열 구성 ](/v7/or-server/adminapp/externaldb_connectstring.md)
* [예약된 작업](/v7/or-server/adminapp/schedule.md)&#x20;


---

# 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://doc.forguncy.co.kr/v7/or-server/adminapp.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.
