> 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/ja/organize-and-manage-notes/organize-with-tags/create-a-tag-hashtag.md).

# タグを作成する（ハッシュタグ）

UpNoteのタグは、異なるノートブック間でも関連するノートをまとめて整理するのに役立ちます。タグはノートの中で **インラインハッシュタグ** を入力するだけで素早く作成できます。

***

#### タグを作成する

**#** のあとにキーワードを入力し、**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>

ハッシュタグを入力すると、UpNoteが自動的に認識してタグとして登録します。\
同じノートに複数のタグを付けることもでき、後から探しやすくなります。

**モバイルでは**、キーボード上の **# アイコン** をタップして簡単にタグを挿入できます。

<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>

***

#### タグ付きノートを表示する

* タグ名をクリック（またはタップ）すると、そのタグが付いたノート一覧が表示されます。
* すべてのタグはサイドバーの **タグセクション** に一覧表示されます。
* タグを選択すると、そのタグを含むノートがすべて表示されます。

***

#### 単語をタグに変換する（デスクトップのみ）

* 対象の単語を **右クリック** し、**「新しいタグを作成」** を選択します。

![](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)

* 作成したタグは自動的にサイドバーの **タグセクション** と、ノートの [情報パネル](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>

***

#### 💡 ヒント

* シンプルで覚えやすいタグを使うと整理がしやすくなります。
* タグには文字や数字を使えますが、スペースは使用できません。\
  （例：`#meetingNotes` や `#meeting-notes`）
* [ノートブック](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/ja/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.
