> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/overview/overview-map-adhoc.md).

# Overview - Map/Adhoc

Use the map to locate jobs and create ad-hoc actions from Overview.

## Overview - Map/Adhoc

Use the map to locate work geographically.

You can also create ad-hoc actions when your setup allows it.

This view helps when you need location-based planning or quick ad-hoc registration.

### Working with the map and list

* Switch between **map** and **list** views.
* Map markers show **work orders**, **clients**, **objects/assets**, and **projects**.
* Nearby markers are grouped into clusters. Tap a cluster to expand it.
* Use **filters** to choose which marker types appear.
* Filter results by a **radius** around your location. The map draws the selected radius as a circle.
* In list view, sort by **name** or **distance**.
* Search by name, description, or work order card fields.
* Tap a marker or list entry to open details or create an ad-hoc work order.

### Keep in mind

* the map needs an internet connection
* location access must be enabled for radius filtering and distance sorting
* available actions depend on your permissions
* only records with coordinates appear on 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://knowledge.out-smart.com/mobile-app/android-outsmart-next/module-overviews/overview/overview-map-adhoc.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.
