> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ko/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.md).

# 태그(해시태그) 만들기

UpNote의 태그는 서로 다른 노트북에 있는 관련 노트들을 연결하고 체계적으로 정리하는 데 도움이 됩니다.\
노트 안에서 **인라인 해시태그(Inline hashtag)** 를 입력해 즉시 태그를 생성할 수 있습니다.

***

#### **태그 만들기 (Create a tag)**

태그를 만들려면 `#` 기호 뒤에 키워드를 입력하고, **Enter** 키를 눌러 새로운 태그를 생성합니다.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FKIioMsBqOzjtPcB28wW9%2Fimage.png?alt=media&#x26;token=6a325e8b-1fa7-41ee-8650-c89c2cf778df" alt="" width="351"><figcaption></figcaption></figure>

입력한 해시태그는 자동으로 태그로 인식되며,\
하나의 노트에 여러 개의 태그를 추가해 더 쉽게 검색할 수도 있습니다.

**모바일에서는** 키보드 위의 **서식 표시줄(Format bar)** 에서 **# 아이콘**을 탭해 손쉽게 태그를 삽입할 수 있습니다.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F1EgNh4kbhdj94LVeoUHx%2Fimage.png?alt=media&#x26;token=a04ff8aa-e032-458f-8ac3-c31bc52d2b86" alt="" width="371"><figcaption></figcaption></figure>

***

#### **태그된 노트 보기 (View tagged notes)**

* 특정 태그가 달린 모든 노트를 보려면 **태그 이름**을 클릭(또는 탭)합니다.
* **사이드바의 태그 섹션(Tags section)** 에서 모든 태그를 한눈에 볼 수도 있습니다.
* 태그를 선택하면 해당 태그가 포함된 모든 노트가 표시됩니다.

***

#### **단어를 태그로 변환하기 (Convert a word into a tag — 데스크톱 전용)**

1. 태그로 만들고 싶은 단어를 **오른쪽 클릭(Right-click)** 합니다.
2. **`새 태그 만들기(Create new tag)`** 를 선택합니다.

![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Fqudp6owV73h8c7xJoOeZ%2Fimage.png?alt=media\&token=145c01f8-6d73-4a9c-8750-048c411d8690)

태그가 생성되면 자동으로 **사이드바의 태그 섹션**과\
노트의 [정보 패널(Info Panel)](https://help.getupnote.com/write-and-edit/info-panel) 에 함께 표시됩니다.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Fz0KXmrG9bZy8U6KzOuVI%2Fimage.png?alt=media&#x26;token=72580094-75ff-4fb8-9d2b-dddc99355280" alt=""><figcaption></figcaption></figure>

***

#### 💡 **팁 (Tips)**

* 짧고 기억하기 쉬운 태그를 사용하면 일관된 정리에 도움이 됩니다.
* 태그에는 문자와 숫자를 사용할 수 있지만 **공백은 포함할 수 없습니다.**\
  예: `#meetingNotes` 또는 `#meeting-notes` (❌ `#meeting notes`)
* [노트북(Notebooks)](https://help.getupnote.com/organize-and-manage-notes/organize-with-notebooks) 과 함께 사용하면\
  **구조적인 분류(노트북)** 와 **유연한 연결(태그)** 을 동시에 활용할 수 있습니다.


---

# 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://help.getupnote.com/ko/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.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.
