> 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-help/settings/company-info.md).

# 회사 이름과 로고를 바꾸고 싶어요

**`기업관리자 > 회사 정보` 에서 바꿀 수 있어요.**

## 화면에 있는 것

| 항목    | 어디에 반영되나         |
| ----- | ---------------- |
| 회사명   | 브라우저 탭, 공지 등록 화면 |
| 회사 로고 | 서비스 화면 위쪽        |

## 로고 권장 크기

**200 × 48** 픽셀을 권장합니다. 가로로 긴 형태예요.

크기가 많이 다르면 찌그러지거나 잘려 보일 수 있어요. 배경이 비치는 형태로 만드시면 어느 화면에서나 자연스럽습니다.

파일 크기 제한이 있어서, 너무 큰 파일은 "미만의 파일만 업로드 가능해요" 안내가 나옵니다.

***

## 자주 묻는 질문

### Q. 로고를 바꿨는데 직원 화면에 그대로예요.

브라우저가 예전 이미지를 기억하고 있어서예요. 새로고침하거나 시크릿 창에서 확인해 보세요. 그래도 그대로면 다시 로그인하도록 안내해 주세요.

### Q. 브라우저 탭의 작은 아이콘은 어디서 바꾸나요?

그건 파비콘이고 `기업관리자 > 맞춤 설정` 에 있어요. 회사 로고와 다른 항목입니다. → [맞춤 설정 화면의 모든 설정](/admin-help/settings/customization.md)

### Q. 로고가 찌그러져 보여요.

권장 크기(200 × 48)와 비율이 많이 다르면 그럴 수 있어요. 가로로 긴 형태로 다시 만들어 올려주세요.

### Q. 회사명을 바꾸면 계약서상 상호도 바뀌나요?

아니요. 화면에 보이는 이름만 바뀝니다. 사업자 정보나 계약 상호를 바꾸셔야 하면 고객지원으로 문의해 주세요.

### Q. 파일이 안 올라가요.

파일 크기 제한을 넘었을 수 있어요. 화면에 나온 용량 안내를 확인해 주세요.

### Q. 로고를 없애고 싶어요.

기본 상태로 되돌리시려면 문의해 주세요.

### Q. 워크스페이스마다 다른 로고를 쓸 수 있나요?

로고는 회사 단위로 하나입니다.

## 이럴 땐 문의해 주세요

* 사업자 정보나 계약 상호를 바꿔야 할 때
* 로고를 기본 상태로 되돌리고 싶을 때


---

# 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-help/settings/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.
