# Placing Points

## Placing a Point Feature

Follow these steps to add a point type feature class to your project:

1. Begin by tapping the blue '+' button in bottom right corner of the map. Here you'll see all available feature classes.&#x20;
2. Select the point type feature class that you would like to place.&#x20;
3. Crosshairs will appear in the center of your map. Pan and zoom the map behind the crosshair to select the location where you would like to add your point.&#x20;
4. Tap Place Point

After placing your point on the map, you can add any necessary attributes via the Layers panel.&#x20;

{% hint style="info" %}
**Tip:** If you would like to place a point at your location simply tap the Locate Me button in your GPS readout cell before or during steps 2 and 3.&#x20;
{% endhint %}

![](/files/-LloboPmlfhDvrxNwuqK)

## Editing a Point Feature

Follow these steps to change the location of a point:

1. Select the point you want to reposition by tapping it on the map or navigating to it via the Layers panel.
2. Tap 'Edit' in the menu that appears at the bottom of the map.&#x20;
3. Pan and zoom on the map to position the crosshairs at the new desired position.
4. Tap 'Move' to confirm the point's new location.

![](/files/-LloeEdSVVIKzGjOnYcH)

## Deleting a Point Feature

You delete a point via the map or the Layers panel. To delete a point via the map, simply select the point and tap 'Delete' in the menu that appear at the bottom center of the map. To delete a point from the Layers panel navigate to the folder the point is housed in and a) swipe to delete the feature or b) tap Edit in the upper right corner of the Layers panel and then tap the red "-" button next to the feature.&#x20;


---

# 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.touchgis.app/data-collection/points.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.
