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

# 1. 회사 기본 정보 설정

### 메뉴 위치

관리자 설정 > 회사 정보 관리

<figure><img src="/files/5cdDsdOkeRjOYHVMyoG6" alt=""><figcaption></figcaption></figure>

### 기능 설명

회사 정보 관리는 시스템에서 사용하는 회사의 기본 정보를 등록하고 관리하는 화면입니다.\
등록된 회사 정보는 배치/폐지신고,  청구서등각종 출력물 등에 공통으로 반영될 수 있으므로 최초 설정 시 정확하게 입력해야 합니다.

### 사용 권한

본사 관리자 또는 회사 정보 관리 권한이 부여된 사용자만 접근할 수 있습니다.

### 작성 방법

1. 좌측 메뉴에서 \[관리자 설정]을 클릭합니다.
2. 하위 메뉴에서 \[회사 정보 관리]를 선택합니다.
3. 회사명, 대표명, 사업자등록번호, 법인등록번호 등 필수 정보를 입력합니다.
4. 주소 검색 버튼을 클릭하여 기본 주소를 선택합니다.
5. 필요한 경우 상세주소와 홈페이지 정보를 입력합니다.
6. 입력한 내용을 확인한 후 저장합니다.

### 주의사항

* 별표(\*)가 표시된 항목은 필수 입력 항목입니다.
* 사업자등록번호, 법인등록번호, 대표자명은 계약서 및 청구서 등 주요 문서에 사용될 수 있으므로 정확히 입력해야 합니다.
* 회사 주소가 변경된 경우, 관련 문서에 잘못된 주소가 반영되지 않도록 즉시 수정해야 합니다.


---

# 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://orbitworks.gitbook.io/orbitworks-docs/undefined/1..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.
