> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/admin/undefined-5.md).

# 기관 설정

#### 접근 경로

좌측 사이드바 하단의 **설정** 메뉴(관리자 전용)를 클릭하면 기관 설정 페이지로 진입합니다.

<div data-with-frame="true"><figure><img src="/files/UtYJpbZIn82DOp0gQ2lf" alt=""><figcaption><p><strong>기관 설정</strong> — 기관 정보와 로고를 관리합니다</p></figcaption></figure></div>

#### 기관 정보 수정

1. 입력 항목을 수정합니다.
2. **저장**을 클릭하면 변경 내용이 즉시 반영됩니다.

<table><thead><tr><th width="211.890625">항목</th><th>설명</th></tr></thead><tbody><tr><td>타이틀·기관명·기관 설명</td><td>기관 표시 정보</td></tr><tr><td>기관 코드</td><td>최초 1회만 변경 가능</td></tr><tr><td>발신 이메일(VOC)</td><td>사이드바 'VOC'(문의) 버튼의 수신처로 자동 동기화(이메일 형식 검증)</td></tr><tr><td>기관 심볼·로고</td><td>브랜드 이미지(확장자·용량 제한 적용)</td></tr></tbody></table>

**개설일은 시스템이 자동 부여**하며 수정할 수 없습니다(읽기 전용). 발신 이메일은 저장 즉시 VOC 버튼에 반영됩니다.

<br>


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/admin/undefined-5.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.
