# 태그로 정리하기

UpNote에서는 **인라인 해시태그(Inline hashtag)** 를 사용해 노트 안에서 바로 태그를 만들 수 있습니다.\
노트 본문에 `#` 뒤에 키워드를 입력하면 즉시 태그가 생성되어, 관련 노트를 손쉽게 그룹화할 수 있습니다.

이 기능을 사용하면 서로 다른 노트북에 있는 노트라도 주제별로 연결해 관리할 수 있으며,\
필터를 통해 특정 주제만 빠르게 찾아볼 수도 있습니다.

프로젝트 관리, 일기 주제 정리, 아이디어 추적 등 다양한 상황에서\
인라인 해시태그는 노트를 옮기지 않고도 유연하게 분류하고 정보를 더 빠르게 찾을 수 있도록 도와줍니다.

***

#### 관련 문서

* [태그(해시태그) 만들기](/ko/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.md)
* [태그 이름 변경 및 삭제하기](/ko/organize-and-manage-notes/organize-with-tags/rename-and-delete-tags.md)
* [여러 노트에서 태그 추가/제거하기](/ko/organize-and-manage-notes/organize-with-tags/add-or-remove-tags-from-multiple-notes.md)
* [사이드바에서 태그 숨기기 및 표시하기](/ko/organize-and-manage-notes/organize-with-tags/hide-and-show-tags-in-the-sidebar.md)
* [사이드바에서 태그 정렬하기](/ko/organize-and-manage-notes/organize-with-tags/sort-tags-in-the-sidebar.md)


---

# Agent Instructions: 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:

```
GET https://help.getupnote.com/ko/organize-and-manage-notes/organize-with-tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
