> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 자리를 비운 동안 밀린 소식 따라잡기

> Slack, 이메일, 캘린더를 복귀 브리핑으로 정리하세요.

export const Connectors = ({items}) => <div style={{
  margin: "8px 0 20px"
}}>
    <style>{`
      .connectors-list, .connectors-list * { margin-top: 0 !important; margin-bottom: 0 !important; }
      .connectors-row {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 4px 0 !important;
        min-height: 0 !important;
        height: auto !important;
      }
      .connectors-row img {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
        margin: 2px 0 0 !important;
        display: block !important;
      }
    `}</style>
    <div className="connectors-list">
      {items.map((item, i) => <div key={item.id} className="connectors-row" style={{
  borderTop: i === 0 ? "none" : "1px solid rgba(130,130,130,0.22)"
}}>
          <img src={`/images/connectors/${item.id}.svg`} alt="" width={20} height={20} />
          <div style={{
  minWidth: 0
}}>
            <div>
              <strong>{item.name}</strong>
              {item.why ? <span style={{
  opacity: 0.72
}}> · {item.why}</span> : null}
            </div>
            {item.auth === "api-key" ? <div style={{
  fontSize: "11.5px",
  lineHeight: 1.35,
  color: "#F26207",
  marginTop: "2px"
}}>
                Not a native connector. Agent will ask for your API key.
              </div> : null}
          </div>
        </div>)}
    </div>
  </div>;

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block max-w-full overflow-x-hidden font-sans !whitespace-pre-wrap !break-words" style={{
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
      <div className="pr-7" style={{
    whiteSpace: "pre-wrap",
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
        {children}
      </div>
    </CodeBlock>;
};

자리를 비운 후, 해당 기간의 Slack, Gmail, Calendar를 분석해 Notion에 복귀 브리핑을
작성하세요: 어떤 일이 있었는지, 무엇에 대한 결정이 필요한지, 무엇에 먼저 답해야 하는지,
이번 주에 예정된 일은 무엇인지를 담습니다. Agent는 모든 메시지를 나열하지 말고, 여러분이
꼭 확인해야 할 내용만 담아야 합니다.

## 적합한 대상

* 모든 것을 읽지 않고도 휴가나 콘퍼런스 이후 브리핑이 필요한 창업자와 매니저
* 다른 사람이 실행에 옮길 수 있는 브리핑이 필요한, 업무를 인계하는 사람

## 커넥터

<Connectors
  items={[
{
  id: "slack",
  name: "Slack",
  why: "자리를 비운 동안의 채널 및 다이렉트 메시지 활동",
},
{ id: "gmail", name: "Gmail", why: "답장이 필요한 스레드" },
{
  id: "google-calendar",
  name: "Google Calendar",
  why: "놓친 회의 또는 예정된 회의",
},
{ id: "notion", name: "Notion", why: "브리핑 저장" },
]}
/>

## 시작하기 전에

자리를 비웠던 날짜와 어떤 Slack 채널 및 캘린더가 중요한지 Agent에게 알려주세요. Gmail,
Slack, Calendar, Notion을 연결하세요.

## Agent에게 요청하기

<AiPrompt>
  저는 \[날짜]에 자리를 비웠습니다. 해당 기간의 Slack, Gmail, Calendar를 분석해
  Notion에 복귀 브리핑을 작성해 주세요: 어떤 일이 있었는지, 무엇에 대한 결정이
  필요한지, 제가 먼저 답해야 할 것은 무엇인지, 이번 주에 예정된 일은 무엇인지를
  담아주세요.
</AiPrompt>

## 예상되는 결과

Agent는 대기 중인 결정, 답변해야 할 스레드, 확인해야 할 회의를 담은 짧은 브리핑을
만듭니다. 모든 메시지를 나열하지 말고 여러분이 꼭 확인해야 할 내용만 담아야 합니다.
실행에 옮기기 전에 사용된 날짜 범위와 채널을 검토하세요. 브리핑에 있는 스레드 두 개를
Slack이나 Gmail에서 열어 정말로 확인이 필요한지 확인하세요. Agent가 답장 초안을
작성했다면 먼저 본인에게 하나 보내보세요.

## 나에게 맞게 조정하기

<AiPrompt>
  브리핑을 저에게 직접 향한 결정 사항과 요청으로 한정해 주세요. 공지 전용 채널은
  무시해 주세요.
</AiPrompt>

<AiPrompt>
  저에게 가장 중요한 이메일과 Slack 스레드 5개에 대한 답장 초안을 작성해 주세요.
  제 말투를 유지해 주세요.
</AiPrompt>

## 문제 해결

* **브리핑이 모든 메시지를 나열함:** 중요한 Slack 채널과 캘린더를 지정하고, 여러분에게 직접 향한 결정 사항과 요청만 남기도록 Agent에게 요청하세요. 공지 전용 채널은 무시하세요.
* **자리를 비운 날짜를 놓침:** 시간대를 포함한 정확한 날짜를 알려주고, 자리를 비운 동안 사용한 것과 동일한 계정으로 Gmail, Slack, Calendar가 연결되어 있는지 확인하세요.
* **초안이 본인 말투와 다름:** 실제로 작성했던 답장 몇 개를 붙여넣고, 여러분이 보낼 만한 내용을 작성하기 전에 그 말투를 따르도록 Agent에게 요청하세요.

## 관련 문서

<CardGroup cols={2}>
  <Card title="구독 추적하기" href="/ko/use-cases/track-subscriptions">
    창업자와 운영팀을 위한 동일한 Gmail 커넥터입니다.
  </Card>

  <Card title="브랜드 언급 모니터링하기" href="/ko/use-cases/monitor-brand-mentions">
    공개 언급을 위한 동일한 Slack 및 Notion 설정입니다.
  </Card>
</CardGroup>
