# Locations

## Add a location

To add a location, go to **Locations** -> click **Add location** button.

<figure><img src="/files/N6yWb07tyC7pK8ntuduZ" alt=""><figcaption></figcaption></figure>

![](/files/fCb2miEjFaMffUICBcnv)

* **Name**: Name of the location
* **Address**: Location's address
* **Email**: Location's email
* **Phone**: Location's phone number

## Edit a location

To edit a location, follow these steps:

1. Go to **Locations** -> Select the location and click on the edit icon
2. Change any location information
3. Click the **Save** button

## Delete a location

To delete a location, follow these steps:

1. Go to **Locations** -> Select the location and click on the delete icon
2. Confirm location deletion


---

# 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://apm-guide.storeify.app/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.
