# Places (POIs)

Places, also known as Points of Interest (POI), are an essential feature of fleet management and asset tracking. Organizations can create a detailed list of Places, including key locations like offices and warehouses, as well as numerous sites crucial for logistics operations. Places improve operational efficiency by optimizing route planning and streamlining task assignments for field employees.

To access the **Places** tool, click <img src="/files/krV6L4hvi3g3D93jNpsX" alt="Places button" data-size="line"> in the toolbar in the top-right corner of the map.

![Places tool](/files/libLMKoZmgQ6TfC11AwB)

### Practical application

* **Finding locations:** Quickly find a Place by typing its name or tag in **Quick search**.
* **Creating routes and geofences:** Use Places to establish routes and draw geofences.
* **Assigning tasks:** Simplify task assignment by using Place names instead of full addresses.

## Creating and editing Places

### Creating Places

To create a Place, follow these steps:

1. Open the **Place** tool by clicking <img src="/files/krV6L4hvi3g3D93jNpsX" alt="Places button" data-size="line"> in the top-right corner of the map.
2. Click <img src="/files/401UYpCVKKAlJ5BYIg8y" alt="New place" data-size="line"> to open the Place creation form.
3. Assign it a name such as "Office" or "Warehouse" in the **Label** field.
4. In the top-left corner, choose from a library of icons or upload your own.
5. Manually enter the Place’s address or select it on the map.
6. Define the Place's radius to determine its area of influence. The drop-down list contains several common options for quick selection.
7. (Optional) Add tags for better management and easier search.
8. (Optional) Add any additional information about the Place in the **Description** field.
9. (Optional) Attach any additional files.

{% hint style="info" %}
Fields in the Place form can be adjusted in the [Custom Fields](/docs/user/guide/account/custom-fields.md) section.
{% endhint %}

### Editing Places

To edit a Place, click <img src="/files/6RGAQyJFaBHGnN5RYTmp" alt="Untitled-20250425-103233.png" data-size="line"> next to the geofence you want to edit in the **Places** tool. When editing a Place, you can adjust the same fields as during its creation.\
For the list of those fields, see [Creating Places](#creating-places).

## Place details

To view details about the selected Place, click <img src="/files/zxWUlyvrLIxSxwzGydn4" alt="Untitled-20250416-090916.png" data-size="line"> next to its name. You will see the same fields as in [Creating Places](#creating-places) section, as well as any custom fields.

## Importing Places from an Excel file

If you need to add a large number of Places quickly, you can import them from an Excel file. To do it, follow these steps:

1. Open the **Place** tool by clicking <img src="/files/krV6L4hvi3g3D93jNpsX" alt="Places button" data-size="line"> in the top-right corner of the map.
2. Click <img src="/files/lrdrGBs3hwwZ0ib2mC2J" alt="Import POI" data-size="line"> in the top-right corner to open the **POI import** dialogue.
3. Download the provided Excel template.
4. Enter information as specified in the template and save the file.
5. Navigate to the file in your system and click **Select**.
6. After clicking **Next**, verify the column names and correct any mismatches.
7. Ensure all data is correct and proceed. Your Places will appear in the list.


---

# 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://navixy.com/docs/user/guide/tracking/map-tools/places-pois.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.
