> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/tracking/map-tools/places-pois.md).

# 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)

## POI use cases

* Finding locations: Quickly find a Place by typing its name or tag in **Quick search**.
* Creating POIs: Use Places to mark important locations on the map.
* Assigning tasks: Simplify task assignment by using Place names instead of full addresses.

## Creating and editing Places

### How to create a Place

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="Pencil icon" 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 %}

### How to edit a Place

To edit a Place, click <img src="/files/6RGAQyJFaBHGnN5RYTmp" alt="Pencil icon" 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 [How to create a Place](#how-to-create-a-place).

## 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 see the same fields as in [Creating Places](#creating-places) section, as well as any custom fields.

## How to import 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="Up arrow icon" data-size="line"> in the top-right corner to open the **Import** dialogue.
3. Download the provided Excel template and fill it or create a file with the fields listed in the dialogue window (required and optional). Column names in the template change depending on the language settings in your [profile](/docs/user/guide/account/profile.md).

{% hint style="info" %}
Your file can contain custom fields as described in [Custom fields](/docs/user/guide/account/custom-fields.md).
{% endhint %}

4. Save your file.
5. Click **Browse,** navigate to your file, and upload it.
6. Click **Continue,** preview your list, and change the column names if necessary.
7. Click **Continue** to proceed. The Navixy platform will validate your table and display any errors. You can also view the errors in CSV format by clicking **Download error rows.**
8. If your file is correct, you will see a success message. Click **Finish import**, and your Places will appear on the list.


---

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