# Search Function

dqMan has a globally available search functionality which can be used in most any place where text is presented to the user in some form (any type of code or script editor, object dump, tables/grids, logs/command output messages, text files opened for viewing inside dqMan, etc.)

1. Click ***Edit** men&#x75;**>Find*** (or press Ctrl+F) or ***Find next*** (or press F3).
2. Enter the desired search parameters in the **Search for** dialog box or select one from the list. \
   Select whether the search items must be **Case sensitive** and whether you want to run search across **Rows** or **Columns**.
3. Click **Search**. \
   To count all occurrences, click **Count**.

![The Search function](https://content.gitbook.com/content/Yffe42hx9CVnT3x1mJXJ/blobs/aNBjMM4IWBraATdM0Jvu/Search%20function.png)


---

# 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://docs.dqman.com/opentext-documentum-edition-24.2/search-function.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.
