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

# Profile settings

> Update your display name, avatar, banner, bio, and social links from Profile settings.

Profile settings let you manage your public identity on Guild — your display name, avatar, banner image, bio, and social links. Organization admins can update the same fields for their organization profile.

<Note>
  The settings interface described on this page is available under the `AGENT_HUB_V2` rollout. If you do not see this layout, you are on the legacy Account page, which will be updated in a future release.
</Note>

## Open Profile settings

### Personal profile

<Steps>
  <Step title="Open Settings">Click your profile in the top-left corner, then select **Settings**.</Step>
  <Step title="Go to Profile">In the settings sidebar, click **Profile**.</Step>
</Steps>

Direct URL: `https://app.guild.ai/settings/profile`

### Organization profile

Organization admins can edit the organization's public profile from organization settings.

<Steps>
  <Step title="Open your organization">Switch to the organization from the profile menu.</Step>
  <Step title="Open Settings">Go to **Settings** for the organization.</Step>
  <Step title="Go to Profile">In the settings sidebar, click **Profile**.</Step>
</Steps>

Direct URL: `https://app.guild.ai/organizations/{org-name}/settings/profile`

## Settings layout

The Profile settings page uses a three-column layout:

* **Left column** — section navigation (Identity, About, Social links, Pinned). Clicking a label scrolls to that section and updates the URL hash.
* **Center column** — scrollable cards for each profile section.
* **Right column** — sticky unsaved changes panel listing every field with pending edits.

On narrow viewports (below the `lg` breakpoint), the layout collapses to a single column. Section navigation appears as pills at the top of the page, and the save bar appears at the bottom.

## Profile hero

A hero banner at the top of the page displays your avatar, display name, @handle, and a **View public profile** link. The hero spans the full content width up to 1200 px.

## Profile sections

### Identity

| Field     | Description                                            |
| --------- | ------------------------------------------------------ |
| Full name | Your public display name.                              |
| Avatar    | A square image displayed at 96×96 px in a circle crop. |

### About

| Field  | Description                                       |
| ------ | ------------------------------------------------- |
| Bio    | A short description shown on your public profile. |
| Banner | A wide image displayed at 224×56 px (4:1 ratio).  |

### Social links

You can add links for up to seven social platforms. Each link appears on your public profile page.

### Pinned

Select agents to feature at the top of your public profile.

## Image fields

Avatar and banner images use a tile-based upload control. To change an image:

1. Drag and drop a file onto the tile, or click the tile to open a file picker.
2. Once an image is uploaded, click **Replace** to swap it or **Remove** to clear it.

A hover overlay on the tile exposes the **Replace** and **Remove** actions when an image is already set.

## Saving changes

The unsaved changes panel on the right lists every field you have edited but not yet saved. Click **Save** to apply all changes at once, or click **Discard** to revert to the last saved state.

A toast notification confirms whether the save succeeded or failed. If the save fails, the error detail from the server is shown in the toast. The error clears automatically when you make another edit.
