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

# 스킨을 변경하기 전에 (중요!)

새로운 스킨을 적용하기 전에 꼭 확인하셔야 할 사항이 몇 가지 있습니다.

* 기존에 사용하던 스킨 백업 및 저장하기
* 네이버 웹마스터 도구 메타 태그 & 구글 콘솔 메타 태그 저장하기
* 구글 애널리틱스 코드 저장하기

혹시 모를 돌발 상황을 대비해 위의 사항들을 꼭 지켜주세요. 이를 지키지 않아 생기는 문제는 모두 해당 블로그 운영자 책임이며 스킨 제작자에게는 책임이 없습니다.

### 기존에 사용하던 스킨 백업하기

#### 1. 티스토리 내부에 저장하기&#x20;

1\) 티스토리 관리자 화면 > 꾸미기 > 스킨 변경을 누릅니다.

![](/files/-MBdzy6QA5XOyrJiinJy)

2\) 사용중인 스킨 > 보관을 누릅니다. '보관' 버튼은 한 번이라도 스킨을 수정한 적이 있는 경우에만 뜹니다.&#x20;

![](/files/-MBe-me_jVuX2mHpgHGF)

#### 2. 컴퓨터에 백업 받기

혹시 모를 상황을 대비해 '다운로드' 버튼을 눌러 컴퓨터에도 백업 해둡니다.

![](/files/-MBe0xtD_vxvMMXxvmxY)

###

### 기존에 사용하던 스킨 복원하기

기존에 사용하던 스킨으로 복구하는 방법은 두 가지가 있습니다.

* '스킨 보관함'을 통해 복구하기
* 컴퓨터에 다운받아 둔 스킨 다시 업로드하기


---

# 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://hannahlee.gitbook.io/mocha/undefined/preapplication.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.
