> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/the-marketplace-app/location-services.md).

# Location Services

{% hint style="warning" %}
This page is intended for MacOS users only
{% endhint %}

Some worker node solutions require location services to work properly. You will see this message when you start the app when the permission is not enabled.

<figure><img src="/files/4NcjjN6jw4A8TsIzTEAx" alt="" width="375"><figcaption><p>Location services not enabled warning</p></figcaption></figure>

## Enabling Location Services

1. Go to `System Settings` > `Location Services`

<figure><img src="/files/Each8IMgty7Z7FpgBdOx" alt=""><figcaption><p>System settings</p></figcaption></figure>

2. Find `EnergyWeb Marketplace` from the list and toggle the switch to on. There is no need to restart the app

<figure><img src="/files/2KvfbuzMq09IgVTC8C3d" alt=""><figcaption><p>Enable location services</p></figcaption></figure>

***

## FAQs

<details>

<summary>When will I see the location services dialog?</summary>

You will see the prompt upon launching the app

</details>

<details>

<summary>What will happen if I close the dialog without enabling the location services?</summary>

The dialog will just close and allow user to use app features except setting-up and/or running worker nodes

</details>

<details>

<summary>Am I allowed to use the app normally when location services for Marketplace app is not turned on?</summary>

Yes, except you won't be able to set up and/or run worker nodes

</details>


---

# 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.energyweb.org/ewx-ecosystem/the-marketplace-app/location-services.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.
