# Using Find Panel

![Find Panel](/files/T9wPXX3mPO5BW4rd3lc5)

Use the find panel to find text in your outline.

#### To show the find panel

* Use the menu Edit > Find > Find... (`Command-F`)

#### To advance to the next match

* Click the Next button in the find panel
* Or use Edit > Find > Find Next (`Command-G`)

The current match is highlighted brighter then other matches.

#### To go back to the previous match

* Click the Previous button in the find panel
* Or use Edit > Find > Find Previous (`Shift-Command-G`)

#### To replace the current match with the contents of the replace field

* Click the replace button
* Or press the `Return` key when the replace field has keyboard focus

#### To replace all matches

* Click the replace all button. Remember this will only replace all matches in the current focused region of your outline.

#### To hide the find panel

* Click the `Done` button in the find panel
* Or press the `Escape` key

### What is Searched?

Find will search the focused rows of your outline including collapsed rows. Find Next will expand collapsed rows to reveal and select the text that matches.

### Find Panel Options

Find options show to the left of the search text field:

`Aa` - Your search will be case sensitive.

`""` - Your search will match whole words.

`.*` - Your search will be interperted as a [regular expression](https://www.quora.com/What-are-the-best-resources-for-learning-regular-expressions).


---

# 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://bikeguide.hogbaysoftware.com/using-bike/using-find-panel.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.
