> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/what-would-you-like-to-learn-about/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.md).

# Manage Your User Profile on the Mobile App

Your profile holds information like your name, contact details, and more. Your profile also holds general settings for your account, like language and password settings. Unlike the desktop application, the mobile app houses profile details and [company information](/partner/what-would-you-like-to-learn-about/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.md) in the same place.

#### Manage your profile

1. In the upper-left corner, select ![](/files/wwFzX9PI7PPDcIzEGwSW) **\[User profile]**.
2. To the right of your profile icon, select ![](/files/X6vmeP0zTdUid1BzeJuF) **\[Switch]** to view all your accounts.
3. Select an account and make any changes.
   * See the sections below for more information on each group of settings.
4. To sign out of the account, select **Logout**.

   <div data-with-frame="true"><figure><img src="/files/7xMeXqOopFBc39zwEKnh" alt="" width="358"><figcaption></figcaption></figure></div>

<details>

<summary>General</summary>

Here you can customize basic account settings, like your password.

| Setting            | Description                                                                                                                                                                                                                                             |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Theme              | Set *Light* or *Dark* theme to match your preferred in-app viewing experience.                                                                                                                                                                          |
| Language           | Select the language you want displayed in your account.                                                                                                                                                                                                 |
| Update Password    | Change your account password or reset your password if you have forgotten it.                                                                                                                                                                           |
| Close your Account | Reach out to support for help with deactivating your account. Learn more about [closing your partner account](/partner/what-would-you-like-to-learn-about/account-management/account-settings/account-management/how-do-i-close-my-partner-account.md). |

</details>

<details>

<summary>What's New</summary>

See the latest features and capabilities that could help you better manage your partnerships with brands. Swipe left to view more features and select **Ok, got it!** to dismiss all.

<div data-with-frame="true"><figure><img src="/files/lcJitaQ3vyfI7Xf6XZqh" alt="" width="179"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>Account Details</summary>

This section allows you to view your company information. For more information about these options, see [Manage Your Company Information on the Mobile App](/partner/what-would-you-like-to-learn-about/impactcom-mobile-app/mobile-app-account-administration/manage-your-company-information-on-the-mobile-app.md).

| Details | Description                                                                                               |
| ------- | --------------------------------------------------------------------------------------------------------- |
| General | Basic details about your company, such as your time zone and tax information.                             |
| Address | Your company's corporate and billing addresses.                                                           |
| Contact | Your company's financial, technical, and commercial points of contact for internal and external concerns. |

</details>

<details>

<summary>Help &#x26; Support</summary>

Visit the help center or drop us an email.

1. Select **Help Center**.
   * View our mobile app-specific help articles to find your solution.
2. Alternatively, select **Email Us**.
   * From the *Send email...* slide-up, select your preferred email application.
   * A draft opens with your device's details included in the footer.
   * Add your comments and send the email once done.

</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://help.impact.com/partner/what-would-you-like-to-learn-about/impactcom-mobile-app/mobile-app-account-administration/manage-your-user-profile-on-the-mobile-app.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.
