> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mergewatch.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Profile

> View your account details and connected installations.

## What the profile page shows

Your profile page displays the GitHub account details associated with your MergeWatch session:

* **Name** — Your full name as set on GitHub.
* **Avatar** — Your GitHub profile picture.
* **Username** — Your GitHub handle.

<Note>
  MergeWatch does not store additional profile data beyond what GitHub provides through OAuth. Your profile information is always in sync with your GitHub account.
</Note>

## Connected installations

The profile page lists all GitHub App installations your account has access to. Each entry shows:

* The **organization or account name** where MergeWatch is installed.
* The **installation date**.

If you are an owner of multiple organizations with MergeWatch installed, all of them appear here.

## Switching installations

Use the **org selector** in the sidenav to switch between installations. The dashboard is scoped to one installation at a time — repositories, reviews, and settings all reflect the currently selected installation.

<Tip>
  Switching installations does not require signing out. Use the org selector to move between organizations instantly.
</Tip>

## Sign out

Click **Sign Out** to end your current session. No data is deleted when you sign out — signing back in with the same GitHub account restores your full dashboard view, including all connected installations and settings.

## Next steps

<CardGroup cols={2}>
  <Card title="Dashboard overview" icon="chart-line" href="/dashboard/overview">
    Explore review history, token usage, and repository activity.
  </Card>

  <Card title="Settings" icon="gear" href="/dashboard/settings">
    Manage installation-level configuration and preferences.
  </Card>
</CardGroup>
