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

# User profiles

> The following will guide you through creating a user profile and the functionality available within profiles.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@graph": [
              {
                "@type": "TechArticle",
                "headline": "User profiles",
                "description": "The following will guide you through creating a user profile and the functionality available within profiles.",
                "author": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/"},
                "publisher": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/", "logo": {"@type": "ImageObject", "url": "https://assets.snagsolutions.io/public/docs/snag-logo-dark-no-bg.svg"}},
                "mainEntityOfPage": "https://docs.snagsolutions.io/setup/user-profiles"
              },
              {
                "@type": "BreadcrumbList",
                "itemListElement": [
                  {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://docs.snagsolutions.io/welcome"},
                  {"@type": "ListItem", "position": 2, "name": "Set up", "item": "https://docs.snagsolutions.io/setup/setup-overview"},
                  {"@type": "ListItem", "position": 3, "name": "User profiles"}
                ]
              }
            ]
          })}
  </script>
</head>

### Overview

User profiles are a powerful tool allowing projects to learn more about their audience, and build a CRM to engage more customers. Snag user profiles are complete, and allow you to collect social profile connections, associate multiple wallets under one account, and associate an email address with accounts to send email announcements (also available via the Snag platform).

### Set up

On the admin side you can choose what profile elements you'd like your users to have.

<Frame>
  ![Snag admin profile configuration with selectable user profile fields](https://assets.snagsolutions.io/public/docs/profile-admin-setup.png)
</Frame>

### User side

**Edit Profile**
Once a user connects their wallet they can edit their profile by accessing the 'Edit Profile' section in the user dropdown menu:

<Frame>
  ![User dropdown menu showing the Edit Profile option](https://assets.snagsolutions.io/public/docs/edit-profile-menu.png)
</Frame>

**About**
In the 'About' section of their profile the user can add information about themselves.

<Frame>
  ![User profile About section with bio and personal information fields](https://assets.snagsolutions.io/public/docs/profile-about-section.png)
</Frame>

**Accounts & Wallets**
Under 'Accounts & Wallets' the user can associate social profiles and other wallets to their Snag profile, as defined by your preferences during set up. Email connection is on by default.

<Frame>
  ![User profile Accounts and Wallets section with social and wallet links](https://assets.snagsolutions.io/public/docs/accounts-wallets.png)
</Frame>

**Notifications**
Users can connect their emails, and via admin.snagsolutions.io you can send them email announcements. Users connect their email under 'Accounts & Wallets' and can Opt-in to 'Email Announcements' under the 'Notifications' section.

<Frame>
  ![User profile Notifications section with email announcement opt-in toggle](https://assets.snagsolutions.io/public/docs/notifications-section.png)
</Frame>
