# Locations

## Create new

View locations

Any actions

Edit

Delete

## Locations View

You can see information about the available Locations in the form of a table or in the form of a map.

![](/files/-MTpU_biQGtbeiwipLQY)

## Map

![](/files/-MTpUlzlpqbnsXfLmAPP)

## List of Locations

### Table interaction

All the columns support sorting.

## Table contents

![](/files/-MUTdC9OqfQ3eezP5sYR)

There are 5 specific columns:

* **Location Name**&#x20;
* **Full Address** – displays full address of the Location
* **Owner Name** – displays the Name of user who assigned to this Location
* **Country** – displays the country where the Location is located
* **Owner E-mail** – displays E-mail of  user who assigned to this Location

Table view can be **sorted** in ascending/descending order by any column value.

**Single Actions** menu is triggered by hovering Actions column in Location's row. Available actions:

* **Edit Location** – edit data of Location. Modal window will appear.&#x20;

  Confirm or cancel the action  &#x20;

![](/files/-MUTf_J-cJDQJdc5AsBe)

* **Delete Location** – modal window will appear. Type DELETE and confirm the action are required.

![](/files/-MUTgH_9wk8QI218-8Bl)

The only **Bulk Action** available here is to Delete the Locations.&#x20;

![](/files/-MUThk0bF6Z3ZFwRL6jh)

1. Select all Locations by marking **checkbox** in columns naming row or specify Locations selection by marking each Location's checkbox.
2. Once Locations selection is made **Delete** button appears on the top right of the screen.
3. Don't worry, there's a prompt  "Delete Selected Locations?" with **Cancel** and **Delete** buttons.
4. Type DELETE and confirm the action are required.

### **Search**

![](/files/-MTpSiYLUytYGjGl48B3)

Locations can be found by Location **Name**, **Address** or **Owner E-mail** – type at least 3 characters to get search results in the table.

### New Location

This button click opens modal window.&#x20;

![](/files/-MTpXZnqolNsc3zAR8U7)

* **Name** – make it meaningful and readable. 48 characters limit.
* **Address** (field will appear after Name input) – start typing Location address up to 48 characters and there are 2 options available:&#x20;

  * select from search suggestions&#x20;
  * input manually

  Full form will be opened:

![](/files/-MTG3_jXcncY3U1LLWmo)

![](/files/-MTG4c6fBrfSdRNL8Hgs)

Check all the fields to be filled and correct here:

* **Name** – will be transferred from the previous form. Can be edited.
* **Address** – will be transferred from the previous form. Can be edited.
* **ZIP** – postal code
* **State**
* **City**
* **Country**
* **Latitude** and **Longitude** – automatically generated from the data given and can't be edited
* **Map view** – location preview. No set point functionality at the moment.

### Location Page

You can view information about a Location by clicking on its Name in the List of Locations

![](/files/-MTpcyHM8YHCBKn7g6iL)


---

# 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.blynk.io/en/blynk.console/locations.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.
