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

# 바로가기

## 바로가기 <a href="#shortcut" id="shortcut"></a>

카카오워크는 업무에 필요한 기능들을 간편하게 사용할 수 있는 바로가기 기능을 제공합니다. 바로가기 기본 메뉴에는 카카오워크에서 기본 제공하는 워크서비스인 화상회의 / 근태(시프티) / 전자결재 / 카카오T / 위드싸인 / 캘린더 / 설문 / 게시판 / 웨비나가 설정되어있으며, 자주 사용하는 앱 또는 특정 웹사이트를 관리자가 직접 등록할 수도 있습니다.

{% hint style="info" %}
**안내**\
근태(시프티)와 전자결재 서비스를 정상적으로 사용하기 위해서는 관리자의 별도 설정이 필요합니다.

* 근태(시프티) 및 전자결재 설정: [시프티 연동 가이드](https://blog.kakaowork.com/179)와 [전자결재 관리자 가이드](/kakao-work/hr/approval/admin.md) 문서 참고

바로가기 리스트 관리 방법은 관련 문서를 참고하시기 바랍니다.

* **바로가기** 탭에 워크 서비스 노출 여부 설정: [관리자 가이드](/kakao-work/basic/admin.md) > [카카오워크 서비스 관리하기](/kakao-work/basic/admin/work-service.md) 문서 참고
* 사내 서비스를 **바로가기** 탭에 등록: [관리자 가이드](/kakao-work/basic/admin.md) > [바로가기 관리](/kakao-work/basic/admin/work-service/manage-direct.md) 문서 참고
  {% endhint %}

{% tabs %}
{% tab title="PC/Mobile" %}
PC/Mobile

확장 탭 > 바로가기 메뉴에서 원하는 서비스를 선택합니다.

등록된 바로가기가 없는 경우, 바로가기 목록에 `등록된 바로가기가 없습니다.` 문구가 표시됩니다.
{% endtab %}
{% endtabs %}

## 바로가기 다이렉트 링크 <a href="#direct-link" id="direct-link"></a>

바로가기 링크를 통해서도 카카오워크 주요 서비스에 접속할 수 있습니다.

<table><thead><tr><th width="134">구분</th><th>접속 방법</th></tr></thead><tbody><tr><td>전자결재</td><td><a href="https://approval.we.kakaowork.com/">https://approval.we.kakaowork.com/</a><br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr><tr><td>근태(시프티)</td><td>바로가기> 근태(시프티) 클릭<br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr><tr><td>게시판 </td><td>PC 앱에서 직접 접속<br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음<br>  - 슈퍼 관리자로부터 별도 권한을 부여받은 관리자에 한해 <a href="https://admin.kakaowork.com/">카카오워크 관리자 서비스</a>에서 게시글을 작성 및 관리 가능</td></tr><tr><td>웨비나</td><td><a href="https://webinar.kakaowork.com">https://webinar.kakaowork.com</a><br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr><tr><td>캘린더</td><td><a href="https://calendar.kakaowork.com/">https://calendar.kakaowork.com/</a><br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr><tr><td>설문</td><td><a href="https://survey.kakaowork.com/">https://survey.kakaowork.com/</a><br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr><tr><td>메일</td><td><a href="https://mail.kakaowork.com">https://mail.kakaowork.com</a><br>  - 조직 관리자의 설정에 따라 노출이 안 될 수 있음</td></tr></tbody></table>

![웹 게시판](https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/user/%EC%9B%B9%20%EA%B2%8C%EC%8B%9C%ED%8C%90.png)


---

# 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://kakaowork.gitbook.io/kakao-work/basic/user/shortcuts.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.
