> 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/write-and-edit/search-in-a-note.md).

# Search in a note

UpNote allows you to quickly find specific words or phrases **within a note**, so you can navigate long documents with ease. The in-note search highlights all matching results and lets you move between them efficiently.

#### On desktop

1. Open the note you want to search.
2. Click the **`...`** button in the top bar of your note editor, then select **`Search this note`**.&#x20;

   * You can also use the shortcut **`Cmd/Ctrl`** + **`F`** to activate this search.

   \
   ![](/files/syLFtVIRANxxU5aoJvUE)<br>
3. Type the word or phrase you want to find. \
   ![](/files/yLHydY3KvLPUcAL7PDiO)
4. Press **`Enter`** to go to the next instance, and  **`Shift`** + **`Enter`** to go to the previous instance. You can also use the **↑ / ↓** arrows beside the search box to move between matches.

#### On mobile

1. Tap the **`...`** button in the upper right corner of your note editor
2. Select **`Search this note`**
3. Enter the word or phrase you want to find in the note. \
   ![](/files/2iTw8rEPMOTbJV49Z4Ho)
4. Tap the left and right arrow in front of the search box to navigate between matched instances.&#x20;

#### Find and Replace Text (currently available on desktop)

1. Click the search dropdown button <img src="/files/aE8QXUTd5QDoPcEbAdMk" alt="" data-size="line">and select **`Replace`** \
   ![](/files/VkNDLcKFKZjPiaLcDjUV)
2. Enter the word or phrase you want to locate in the **`Search`** box
3. Enter your new text in the **Replace** box\
   ![](/files/gfPF9WgTrQM1FJBbGdsY)
4. Click the **`Replace`** button to update the matched instance. To update all instances at once, choose **`All`**.


---

# 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/write-and-edit/search-in-a-note.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.
