# Search Page

The QLM Mobile App can execute two types of searches: Server Searches that you defined in the QLM Management Console and Local Searches defined in the QLM Mobile App.

### Server Searches

To run Server Searches, click the Search button, go to the Server Searches tab, and select any search of your choice. You can add a dashboard shortcut to any search by checking the *Add to dashboard* checkbox.

The list of server searches displayed in the QLM Mobile App depends on the User Group that the logged in user belongs to.

### Local Searches

Local searches are created in the mobile app and can be stored on your device.

To create a Local Search:

* Click the Local Searches tab
* Click New Search
* Enter a name for the search.&#x20;
* In the Search Definition section, click the *Field* drop down to select a field. For example, select: Email
* Click the Operator dropdown to pick an operator. For example, select: like
* Enter a value in the Value field, for example: @soraco.co
* Click Search to run the search.
* The result will display all licenses associated with the email @soraco.co
* After the results are displayed, click the back arrow button (bottom left) to return to the search definition
* To create a dashboard shortcut for this search, check the *Add to dashboard* option.


---

# 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.soraco.co/docs/qlm-mobile-app/search-page.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.
