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

# Managing Team Members in Your Fundwork Organization

> Add team members to your Fundwork organization so your whole team can collaborate on posting opportunities, reviewing applicants, and more.

Team members are the individuals who operate under your organization's profile on Fundwork. By adding your colleagues to your organization, you let them contribute to org activity — posting opportunities, managing applicants, and representing your team — all under your shared `.base.eth` identity.

## How Team Members Work

Each member of your organization is linked through their own personal Fundwork account (authenticated via Base Account / Privy with their individual `.base.eth` name). When a team member takes an action on behalf of the organization, that action is attributed to the organization's identity rather than their personal profile.

<CardGroup cols={2}>
  <Card title="Individual Accounts" icon="user">
    Every team member signs in with their own personal `.base.eth` identity. There are no shared passwords or shared wallets.
  </Card>

  <Card title="Org Attribution" icon="building">
    Actions taken on behalf of the organization — like posting a bounty — appear under the org's name, not the individual's.
  </Card>

  <Card title="Role-Based Access" icon="shield">
    Each member is assigned a role that controls what they can do within the organization. See [Organization Roles](/organizations/organization-roles).
  </Card>

  <Card title="Flexible Team Size" icon="users">
    Add as many members as your team needs. Remove members or update their roles at any time.
  </Card>
</CardGroup>

## Adding a Team Member

<Steps>
  <Step title="Open Your Organization Settings">
    Go to your organization profile on Fundwork and navigate to **Team Members** in the organization settings.
  </Step>

  <Step title="Invite by .base.eth Name">
    Enter the `.base.eth` name of the person you want to add. They must already have a Fundwork account authenticated with Base Account (Privy).
  </Step>

  <Step title="Assign a Role">
    Select a role for the new member. Roles determine what actions they can take within your organization. See [Organization Roles](/organizations/organization-roles) for details.
  </Step>

  <Step title="Confirm the Invitation">
    Send the invitation. The team member will receive a notification to accept before they gain access to your organization.
  </Step>
</Steps>

## Removing a Team Member

To remove a team member, navigate to **Team Members** in your organization settings, locate the member's entry, and select **Remove**. Their access to the organization is revoked immediately. Any opportunities they posted on behalf of the organization remain attributed to the org.

<Note>
  Detailed team management features — including bulk invites, member activity history, and additional member controls — are in development. More details will be published before public launch.
</Note>
