> For the complete documentation index, see [llms.txt](https://docs.apruv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apruv.io/apruv-verify-app-guide/profile-and-settings.md).

# Profile and Settings

Access your profile by tapping the **Profile** icon from anywhere in the app.

#### Profile menu options

* Profile Details
* Default Location
* Change Password
* Company Access
* Logout

#### Profile details

View and edit your personal information:

* First Name
* Last Name
* Phone Number
* Email Address

To update details:

1. Tap **Edit** beside the field you want to change
2. Update the information
3. Save your changes

#### Default location

Setting a default location ensures customer information loads immediately when you search within the app.

**Option 1 — From Profile Settings:**

1. Go to **Profile**
2. Tap **Default Location**
3. Select the company
4. Choose the preferred location from the dropdown
5. Set the location as default — changes are saved automatically

**Option 2 — From the Verify Screen:**

1. Navigate to the **Verify** screen
2. Tap the **Location** dropdown
3. Tap **Set Default Location**
4. Select the location you want to set as default for that company
5. The selected location will now be used for future sessions

> Setting the correct default location ensures that customer records load immediately when searching by phone number.

#### Change password

1. From the Profile screen, tap **Change Password**
2. Re-authenticate by entering your current password
3. Enter a new password
4. Confirm the new password
5. (Optional) Select **Sign out from other devices**
6. Tap **Submit** to save, or **Cancel** to discard

The updated password takes effect immediately.

#### Company access

The Company Access screen shows all companies you have access to. You can also add a new company from this screen.

To add a new company:

1. Tap **Add New Company**
2. Enter the access code provided by your administrator
3. Tap **Submit** to confirm

#### Logout

Tap **Logout** from the Profile menu to securely sign out of the app.


---

# 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:

```
GET https://docs.apruv.io/apruv-verify-app-guide/profile-and-settings.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.
