> For the complete documentation index, see [llms.txt](https://moleculer-api.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moleculer-api.gitbook.io/api/api-gateway/service-broker/delegator.md).

# Delegator

#### 1. MoleculerJS

MoleculerJS 어댑터로 API Gateway 함께와 아래의 피어 모듈을 활용 할 수 있습니다.

* [moleculer-iam](https://github.com/qmit-pro/moleculer-iam) - OIDC 및 Identity Provider를 제공하는 IAM 모듈, 인증 컨텍스트에 연동 가능
* [moleculer-file](https://github.com/qmit-pro/moleculer-file) - 파일 업로드/다운로드/관리 모듈 (GCP Storage bucket backend / File System backend 지원)
* [moleculer-i18n](https://github.com/qmit-pro/moleculer-i18n) - 국제화 데이터베이스 관리 및 조회 모듈 (MySQL/Maria DBMS 필요)
* [moleculer-console](https://github.com/qmit-pro/moleculer-console) - 확장 가능한 Admin Console WebApp (React.js)
  * API document component 기본 제공 ([moleculer-api](https://github.com/qmit-pro/moleculer-api) 호환)
  * IAM component 기본 제공 ([moleculer-iam](https://github.com/qmit-pro/moleculer-iam) 호환)
  * File management component 기본 제공 ([moleculer-file](https://github.com/qmit-pro/moleculer-file) 호환)
  * Translation component 기본 제공 ([moleculer-i18n](https://github.com/qmit-pro/moleculer-i18n) 호환)


---

# 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, and the optional `goal` query parameter:

```
GET https://moleculer-api.gitbook.io/api/api-gateway/service-broker/delegator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
