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

# 회사 정보

회사 정보 화면에서는 **회사 이름과 로고**를 바꿀 수 있어요. 회사 로고는 **서비스 상단**에 노출됩니다.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **조직 관리 > 엔터프라이즈 정보**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 회사 정보 화면 열기

관리자 화면에 들어오시면 왼쪽 메뉴 맨 위 **\[회사 정보]** 가 가장 먼저 보입니다. 회사명과 회사 로고, 두 가지를 여기서 정합니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-20cb833468fe38411f99bab38fc48124b4f87c07%2Fcompany-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 회사 이름 바꾸기

**회사명** 칸에 원하시는 이름을 적어주세요. 여기 적은 이름은 **브라우저 탭과 공지 등록 시**에도 보여집니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-d1ab1c74c4644cd38ec332c2cc73d478edd9e8e8%2Fcompany-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

### 3단계. 회사 로고 올리기

**회사 로고** 칸을 눌러 이미지 파일을 올려주세요. **최대 파일사이즈는 500KB** 입니다. 이보다 큰 파일은 올라가지 않아요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-e050d9dd8c85fa90f1acf86789a806cc2150963e%2Fcompany-03.png?alt=media" alt=""><figcaption><p>3단계 화면</p></figcaption></figure>

### 4단계. 변경 내용 저장하기

다 고치셨으면 **\[변경하기]** 버튼을 눌러주세요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-b6d01a176c29d8f54b917af2b9b08f74c39b15a6%2Fcompany-04.png?alt=media" alt=""><figcaption><p>4단계 화면</p></figcaption></figure>

## 다 되었어요!

이제 서비스 상단에 우리 회사 로고가 보이고, 브라우저 탭에도 회사 이름이 나옵니다.

직원 화면에 바로 반영되지 않으면 다시 로그인하도록 안내해 주세요.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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://docs.wrks.ai/admin-guide/admin-org/company-info.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.
