# Word count

The **Word Count** feature in UpNote helps you track your writing progress by showing detailed statistics for your note. It’s especially useful for long-form writing, reports, or journaling when you want to monitor your length and structure.

The Word Count section in the Information Panel displays:

* Characters
* Words
* Sentences
* Paragraphs

You can open the Information Panel anytime to view these details while writing.

#### On desktop

1. Open your note.
2. Click the Info <img src="/files/UfuXuK18ajYn9YlTt1cQ" alt="" data-size="line"> icon in the lower-right corner of the note editor to open the Info Panel (or use the shortcut **`Cmd/Ctrl + Shift + I`** to toggle the panel).
3. Find **Word count** in the panel.\
   ![](/files/Wx4telGYHSzu3qeWOsy2)

#### On mobile

* Open your note.
* Tap the Info <img src="/files/WQqBy9yyELXNwonPRgLV" alt="" data-size="line">icon at the upper right corner of your note editor to open the **Info Panel** .
* Find **Word count** in the panel


---

# 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/write-and-edit/info-panel/word-count.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.
