> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/fabricate-accounts-and-users/joining-an-existing-fabricate-account.md).

# Joining an existing Fabricate account

If your organization has an Enterprise Fabricate account, then you can join as an individual user within the organization.

When you join an account, it is counted against the allowed [user seats](/fabricate/about-fabricate/fabricate-license-plans.md#about-user-seats-for-the-enterprise-plan) for your organization.

## Based on email address domain

Your organization can be configured with a list of email address domains that belong to it.

When a user signs up with an email address that uses one of the organization email address domains:

1. Fabricate sends an email message for you to confirm the email address.
2. After you confirm the email address, Fabricate adds you to the organization account.

## Single sign-on (SSO)

If the organization uses SSO for Fabricate user management, then they can grant you access to Fabricate in your SSO provider.

After you are granted access, to join the organization in Fabricate:

1. Go to the Fabricate login page.
2. Enter your email address.
3. Fabricate detects that your email address domain is configured as an allowed SSO domain for your organization.
4. Fabricate redirects you to authenticate with the SSO provider.
5. After you authenticate, the SSO provider redirects you to Fabricate.

## Invitation

If your organization does not use SSO, then before you can join the account, the account owner must invite you.

In the email invitation, click the link to Fabricate.

Fabricate prompts you to create a password for your user profile.


---

# 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://docs.tonic.ai/fabricate/fabricate-accounts-and-users/joining-an-existing-fabricate-account.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.
