> For the complete documentation index, see [llms.txt](https://docs-jmapserver-lima.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jmapserver-lima.k2geospatial.com/e/applications/jmap-survey-user-guide/i-wish-to.../perform-searches.md).

# Perform Searches

{% hint style="warning" %}
Currently, this feature is only available for Android devices.
{% endhint %}

Searches allow you to select elements in a layer based on their attribute values. You can then examine the attributes of the elements thus selected.

{% hint style="info" %}
You must display the layer on which the search is carried out.
{% endhint %}

To perform a search:

1. Touch ![](/files/FcmNVyclZ7Xrm5QsmLG3) to access the **Search** screen. Note that the icon will only be visible if the JMap administrator has configured at least one query.\
   ![](/files/NIpbDAK6oytke5hdyIJ2)
2. Select the search you want to perform. The search form appears.
3. Select and/or enter your search terms in the form.\
   ![](/files/qzaYNb886rFxbARWG8aO)
4. Touch **Search** to run the query. Objects whose attribute values match the values you entered in the form appear in the map.\
   ![](/files/wHyaM6IPSPaOKE0FJfiv)
5. Touch the item you are interested in to display its tooltip.
6. Using the arrows, navigate the tooltips of the objects selected by the search.\
   ![](/files/owi21b7zXmfLUtPcNGtW)
7. Touch ![](/files/OkAnPs8EFQPScMz1fy9R) to deselect the objects and return to the map.


---

# 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://docs-jmapserver-lima.k2geospatial.com/e/applications/jmap-survey-user-guide/i-wish-to.../perform-searches.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.
