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

# 오피스메일 웹 액세스

오피스메일은 데스크탑 버전 전용 앱과 모바일 (안드로이드, iOS) 용 별도 앱이 있지만, 브라우저를 통한 웹 버전도 제공합니다.&#x20;

오피스메일 웹 액세스는 데스크탑 버전과 동일한 기능을 웹 브라우저를 이용해서 이용할 수 있게 해줍니다. 웹 버전에 접근하기 위해서는 다음과 같은 주소로 접속하여 로그인을 하면 사용할 수 있습니다.&#x20;

### 접속 주소: <https://app.officemail.io/> <a href="#app.officemail.io" id="app.officemail.io"></a>

오피스메일 데스크탑 애플리케이션을 설치하기 부담스럽고 빠른 메일 확인을 위해서는 브라우저에서 웹 액세스를 통한 메일 서버 접속이 가능합니다. 다양한 브라우저에서 메일 서버에 접속하여 본인의 메일함을 확인할 수 있습니다.&#x20;

지원되는 브라우저는 윈도우즈와 맥에서 사용가능한 대부분의 범용 브라우저에서 사용할 수 있습니다.&#x20;

{% stepper %}
{% step %}
PC나 맥에서 브라우저를 열고 다음 주소로 접속합니다.

[https://app.officemail.io](https://app.officemail.io/)
{% endstep %}

{% step %}
다음과 같이 오피스메일 인증 화면이 열립니다. 로그인 하기 위해 이메일 주소를 입력하고 '로그인'을 누릅니다.

<figure><img src="/files/N8GICLvHQR9S9ycU4Dqc" alt=""><figcaption><p>오피스메일 이메일 주소를 입력하고 로그인</p></figcaption></figure>
{% endstep %}

{% step %}
OfficeNEXT 인증 창이 나타나면, 해당 계정의 암호를 입력하고 로그인을 누릅니다.&#x20;

<figure><img src="/files/MDbz2mU0U21GmcpRyyiI" alt=""><figcaption><p>OfficeNEXT 서비스에 로그인</p></figcaption></figure>
{% endstep %}

{% step %}
잠시 후 메일 웹 액세스 화면이 열리고, 데스크탑 앱에서 보는 형태의 메일, 연락처, 캘린더의 기능을 사용할 수 있습니다.&#x20;

<figure><img src="/files/a9ujtjZyPMv57nucxGFs" alt=""><figcaption><p>웹 액세스 화면에서 메일, 연락처, 캘린더를 사용할 수 있습니다.</p></figcaption></figure>

{% endstep %}

{% step %}
왼쪽 앱 바를 통해 연락처와 캘린더도 사용할 수 있습니다.&#x20;

<div><figure><img src="/files/paSEbgFWoituJusldGeo" alt=""><figcaption><p>연락처</p></figcaption></figure> <figure><img src="/files/ONnzGqkSn4Gtikegb7Xq" alt=""><figcaption><p>캘린더</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://officemail.gitbook.io/web/web-access/officemail-web-access.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.
