> For the complete documentation index, see [llms.txt](https://argos-ci.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://argos-ci.com/docs/learn/account-and-access/account-management.md).

# Account Management

When you sign up for Argos, you create an account that manages your projects and subscriptions.

Argos offers three types of plans:

* [Hobby](/docs/learn/billing-and-subscription/subscription/pricing-plans.md#hobby-plan)
* [Pro](/docs/learn/billing-and-subscription/subscription/pricing-plans.md#pro-plan)
* [Enterprise](/docs/learn/billing-and-subscription/subscription/pricing-plans.md#enterprise-plan)

Each plan provides different features and resources to match your needs.

You can sign up with **Google**, **GitHub**, or **GitLab**.

### Signing up with a Git provider

Argos supports the following Git providers:

* [GitHub](/docs/learn/integrations/github-integration.md)
* [GitLab](/docs/learn/integrations/gitlab-integration.md)

When you sign up, you’ll be asked to authorize Argos to access your Git provider.

This connection becomes your default login method.

After signing up, you can manage login methods in your **Personal Settings**.

### Login methods and connections

To manage login connections:

1. Select your profile picture in the top-right corner of the dashboard.
2. Choose **Settings**.
3. Open the **Authentication** section.

![The Authentication section of your account settings.](/files/f6c58e7e69044a5ed18b1ee66ea602d2224c86eb)

#### Logging in with SAML Single Sign-On (SSO)

SAML SSO allows Enterprise users to log in with their organization’s identity provider.

For setup and login instructions, see [SAML Single Sign-On](/docs/learn/account-and-access/saml-single-sign-on.md).

#### Choosing a connection when creating a project

When you create your first project, you’ll be asked to connect a Git provider.

This connection is required and will also serve as a login method.

### Teams

Teams let you collaborate on projects and share resources.

#### Creating a team

1. Click the **scope selector** in the top-left of the navbar.
2. Choose **Create new team**.
3. Enter a team name.
4. By default, new teams start on the **Pro plan**. To switch plans, [contact us](https://argos-ci.com/contact).

Team settings and members can be managed from the team’s settings page.

#### Free Pro trial

Your first team automatically starts with a **14-day free trial of Argos Pro**.

The trial includes unlimited users and **35,000 free screenshots**.

#### Team membership

Owners can invite new members using an invitation link found in **Team Settings**.

See [Roles and permissions](/docs/learn/account-and-access/team-members-and-roles.md#owner-role) for details.

**Inviting teammates**

1. From the dashboard, select your team from the scope selector
2. Open the **Settings** tab and go to the **Members** section
3. Click **Invite Link** and copy the generated link
4. Share the link with anyone you want to join the team

{% hint style="info" %}
Public repositories on Argos are accessible to everyone.
{% endhint %}

#### Leaving a team

You cannot leave a team if you are the **last owner** or the **last member**.

To leave a team:

1. If necessary, assign another owner first
2. Go to your team’s **Settings** tab and go to the **Members** section
3. Scroll to **Leave Team** and select **Leave Team**
4. Confirm the action
5. If you are the last member, [delete the team](#deleting-a-team) instead

#### Deleting a team

1. Remove all team projects
2. Open the team’s **Settings** tab
3. Scroll to **Delete Team** and select **Delete Team**
4. Confirm the action

### Managing emails

To access email settings:

1. Select your avatar in the top-right corner
2. Choose **Settings**
3. Scroll to **Emails** section
4. From here, you can [add](#adding-a-new-email-address), [remove](#removing-an-email-address), or [change](#changing-your-primary-email-address) your primary email

### Adding a new email address

1. In the **Emails** section, click **Add Another**
2. Verify the new address using the link sent to your inbox
3. Once verified, any email address on your account can be used to log in

![Your account email addresses.](/files/5ca12431c84b2aefa0b57e872c4a14c8bc28f457)

### Changing your primary email address

Your primary email is used for Argos notifications.

To change it:

* Add and verify a new email.
* Open the dot menu next to the address and choose **Set as Primary**.

![Setting your primary email address.](/files/210068fed77fc8daa132e24ee9de44911350e1d8)

### Removing an email address

To remove an address, use the **Delete** option in the dot menu.

> Note: You must set a new primary email before removing the current one.

### Resolving "Account already attached" issues

If you see the error message:

> **Your&#x20;*****GitHub|GitLab|Google*****&#x20;account is already linked to another Argos account**

it means the provider account you are trying to connect is already associated with a different Argos account.

#### Steps to fix

{% stepper %}
{% step %}

### Log out of Argos

Select your avatar in the top-right corner, then select **Log out**.
{% endstep %}

{% step %}

### Log back in with your provider

From the login page, choose **Continue with&#x20;*****GitHub|GitLab|Google***.

This will sign you into the Argos account that currently owns your provider link.
{% endstep %}

{% step %}

### Disconnect or delete the account

Once logged in, select your avatar in the top-right corner, choose **Settings**.

Select **Authentication** from the sidebar.

Find the *GitHub|GitLab|Google* connection, select the vertical ellipsis (⋮), and select **Disconnect**.

Alternatively, if the account is no longer needed, you can delete it entirely from **Account Settings → General**.
{% endstep %}

{% step %}

### Log out again

Return to the login page.
{% endstep %}

{% step %}

### Reconnect with the right account

Log back in with the account you want to use.

From **Account Settings → Connections**, link your provider account.
{% endstep %}
{% endstepper %}

After completing these steps, your provider account will be linked to the correct Argos account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://argos-ci.com/docs/learn/account-and-access/account-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
