> For the complete documentation index, see [llms.txt](https://docs.skyledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyledge.com/knowledge-base/articles/getting-started-with-place-notifications.md).

# Getting Started with Place Notifications

Introduction to Place Alerts&#x20;

Place Alerts lets you set up email notifications when a vehicle enters or exits specific locations. This article will guide you through the creation of a Place notification, helping you maximise efficiency and reduce manual monitoring.

#### Getting Started with Place Notifications

**Step 1: Access the Places Feature**

1. Log in to the Platform:
   * Start by logging into your Sky Ledge account.
2. Navigate to Places:
   * Go to the "Places" tab from the map bar at the top of the screen.

**Step 2: Create a New Rule**

1. Select a Place:

   * Find and click on the place you want to monitor. This will open the place details action bar at the bottom of the screen.

   <figure><img src="/files/DDabKZWq7V4IH5uWCrIy" alt="" width="446"><figcaption></figcaption></figure>
2. Create a Rule:

   * In the place details action icon select the "Create Rule" option.
   * Choose the vehicle you want to monitor for this place.

   <figure><img src="/files/kfb4DqZoKWMqcnMRLNj2" alt="" width="217"><figcaption></figcaption></figure>

   * Save the rule to activate it.

   <figure><img src="/files/1rRa8fn8xRA6etWLwFmd" alt="" width="216"><figcaption></figcaption></figure>

#### Understanding Rule Notifications

* **Email Alerts**:
  * Once a rule is set, you will receive an email alert when the selected vehicle enters or exits the specified place.
* **Rule Archiving**:
  * After the rule is triggered and the alert is sent, the rule will be `archived` automatically. This ensures your alert system remains clutter-free and efficient.

#### FAQs

**Q1**: Can I create multiple rules for the same place?&#x20;

*A1*: Yes, you can create multiple rules for the same place, but each rule can only monitor one vehicle in the first iteration.

**Q2**: How do I know if a rule has been triggered?&#x20;

*A2*: You will receive an email alert when the rule is triggered, and it will be archived immediately after.

**Q3**: Can I edit a rule after creating it?&#x20;

*A3*: Currently, rules cannot be edited once created. You will need to create a new rule if changes are needed.

**Q4**: What if I need alerts for more than one vehicle?&#x20;

*A4*: At this stage, each rule can monitor only one vehicle. We plan to add multi-vehicle support in future updates.

<br>


---

# 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://docs.skyledge.com/knowledge-base/articles/getting-started-with-place-notifications.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.
