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

# User Account

> User account and profile management in Diga

# Profile

Your profile in Diga represents your **individual identity** within the platform. From here you manage your personal information and your project memberships.

<Note>
  Your profile is independent from projects. You can belong to **multiple projects** simultaneously, each with a different role.
</Note>

## Personal information

When you sign up for Diga, a profile is automatically created with your information:

* First and last name
* Email address
* Default project

### Update your information

<Steps>
  <Step title="Access settings">
    Click on your profile at the bottom of the sidebar and select **Settings > Profile**.
  </Step>

  <Step title="Update your information">
    Modify your name, last name, or other personal information.
  </Step>

  <Step title="Save changes">
    Click **Save** to apply the changes.
  </Step>
</Steps>

## Project memberships

Your profile can be associated with **multiple projects** with different roles in each one.

### View your projects

1. Go to the **project selector** in the sidebar.
2. You'll see a list of all your active projects.
3. Each project will show your role (**Administrator** or **Member**).

### Switch projects

<Note>
  When switching projects, all displayed resources (agents, calls, contacts) will update to reflect the selected project.
</Note>

### Accept invitations

1. You'll receive an email with the invitation link.
2. Click the link to accept the invitation.
3. You'll be automatically added to the project with the assigned role.
4. The project will appear in your project list.

### Leave a project

<Warning>
  If you're the **last administrator** of the project, you won't be able to leave it. You must first promote another member to administrator.
</Warning>

<Steps>
  <Step title="Go to project settings">
    Select the project you want to leave.
  </Step>

  <Step title="Access member management">
    Go to **Settings > Project > Team**.
  </Step>

  <Step title="Leave the project">
    Click **Leave project** and confirm your decision.
  </Step>
</Steps>

## Security

### Authentication

Diga protects your account through the following mechanisms:

* **Token-based authentication:** sessions are managed with secure tokens, without storing passwords in plain text.
* **Session management:** active sessions are validated continuously.
* **External providers:** ability to authenticate through external identity providers.

### Privacy

* Your email is only visible to **administrators** of the projects you belong to.
* Personal data is **not shared** with third parties.

## FAQ

<AccordionGroup>
  <Accordion title="Can I belong to multiple projects?">
    Yes. Your profile can belong to as many projects as you need, and each one can have a different role.
  </Accordion>

  <Accordion title="What happens if I leave all my projects?">
    Your profile remains active. You can create new projects or accept new invitations at any time.
  </Accordion>

  <Accordion title="Can I have different roles in different projects?">
    Yes. You can be an administrator in one project and a member in another. Roles are independent per project.
  </Accordion>
</AccordionGroup>
