> For the complete documentation index, see [llms.txt](https://userguide.auditlobby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.auditlobby.com/main/a./0.-2/0-2..md).

# 1-2. 맥 컴퓨터에 크롬 설치하기

> 크롬은 구글에서 제공하는 빠른 속도의 무료 웹 브라우저입니다.&#x20;

### Mac에 Chrome 설치하기

1. [설치 파일을 다운로드합니다](https://www.google.com/chrome/browser/desktop/index.html).
2. 'googlechrome.dmg' 파일을 엽니다.
3. 창이 열리면 Chrome ![Chrome](https://lh3.googleusercontent.com/-20NuyB0WC36P5OvH-HnVwgMQlIRx47n0At3ZLRZuU2UIuXpsDZVhrsFJMW5DQkQVQU=w18-h18)을 찾습니다.
4. Chrome을 애플리케이션 폴더로 드래그합니다.
   * 관리자 비밀번호를 입력하라는 메시지가 표시될 수 있습니다.
   * 관리자 비밀번호를 모르는 경우, 바탕화면과 같이 컴퓨터에서 수정할 수 있는 위치로 Chrome을 드래그합니다.
5. Chrome을 엽니다.
6. Finder를 엽니다.
7. Chrome의 오른쪽에 있는 사이드바에서 꺼내기 ![꺼내기](https://lh3.googleusercontent.com/gv4UzxwBWVHxxyY26lRgv7WIeFfZZSSCGe5vUBZdm7ePRpUvmf_5Cs23ZTgETaA2kyU4=w18-h18)를 클릭합니다.

> Mac에서 Chrome을 사용하기 위해 필요한 시스템 요구사항은 다음과 같습니다.
>
> * OS X Yosemite 10.10 이상

> 위 내용은 크롬 사용자 가이드의 내용을 가져온 것입니다.&#x20;


---

# 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://userguide.auditlobby.com/main/a./0.-2/0-2..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.
