# Account

The Account tab lets you manage your FieldEdge account, adjust app preferences, and access support.

To open the Account tab, tap **Account** in the bottom navigation bar.

## Account Information

View your account details including:

* **Name** — your display name in FieldEdge
* **Email** — the email address associated with your account
* **User type** — whether you're a Campaign Manager, Default User, or Accountless User
* **App version** — the currently installed version of FieldEdge

## Language

FieldEdge supports multiple languages. To change the app language:

1. Open **Settings**
2. Tap **Language**
3. Select your preferred language
4. The app will update to the selected language

## Location Settings

FieldEdge uses your device's location services for canvassing features like map view and Proximity Walk. Tap **Location Settings** to be taken to your device's location permissions for FieldEdge.

{% hint style="info" %}
For help with location settings, see [Ensuring FieldEdge Access to GPS Location on Your Device](/everything-else/other-guides/ensuring-fieldedge-access-to-gps-location-on-your-device.md).
{% endhint %}

## Grant Access (Accountless Users)

If you're an Accountless User, the Settings screen includes a **Grant Access** option. This allows a Campaign Manager to log in on your device to reconnect or authorize access if needed.

## Support

Tap **Get Help** to open the in-app support chat (powered by Intercom). You can ask questions, report issues, or request assistance from the FieldEdge support team.

## Logging Out

To log out of FieldEdge:

1. Open **Settings**
2. Scroll to the bottom
3. Tap **Log Out**

{% hint style="warning" %}
Logging out will remove any locally saved data, including saved walks that haven't been synced. Ensure you have a data connection and your data has synced before logging out.
{% endhint %}


---

# 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://guides.fieldedgeapp.com/product-tour-or-mobile-app/account.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.
