> For the complete documentation index, see [llms.txt](https://i-boss.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i-boss.gitbook.io/main/guide/activity/posts/draft.md).

# 임시저장

'**임시저장**' 기능을 활용하시면 추후 게시글을 작성하실 때 도움이 될 만한 글을 모아두거나, 작성 연습 또는 작성 중인 게시글을 임시로 저장해두실 수 있습니다.

## **임시저장 글 확인하기** <a href="#temp-save" id="temp-save"></a>

### **에디터에서 확인하기** <a href="#editor" id="editor"></a>

<figure><img src="/files/Bx5q9wu4uan6PnHdbMqL" alt=""><figcaption></figcaption></figure>

임시 저장된 게시글 목록을 확인하고, 원하시는 글을 바로 불러오실 수 있습니다.

### **활동로그에서 확인하기** <a href="#activity-log" id="activity-log"></a>

<figure><img src="/files/goCWExcsTK5b2GYMWoe5" alt=""><figcaption></figcaption></figure>

우측 상단의 **\[프로필 아이콘] → \[활동로그] → \[**[**임시저장**](https://www.i-boss.co.kr/ab-6835)**]** 메뉴로 이동\
현재 임시 저장 되어있는 게시글 목록을 확인하실 수 있습니다.


---

# 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://i-boss.gitbook.io/main/guide/activity/posts/draft.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.
