> For the complete documentation index, see [llms.txt](https://help.fielddoc.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fielddoc.org/getting-started/quickstart/create-an-organization-and-account/onboard-your-team.md).

# Onboard your team

IN THIS ARTICLE

Start by creating your own account. Then, connect with colleagues and collaborators. Both internal team members and external partners can work together through a shared Workspace tied to your organization. This article outlines the different ways you can invite the right people to the right place, ensuring everyone has access to the data they need.

***

## Create your user account

Configuring your account is a three-step process.

### Step 1. Register with your professional email address.

All user accounts must be assigned to an organization.

1. Navigate to fielddoc.org/register
2. Enter in your name and professional email address.&#x20;
3. Click Complete.
4. Open your inbox and verify your email address. Tip! Use the available prompts if you need to update the email that you originally entered or you need to re-send the email verification.&#x20;
5. Once confirmed, it's time to select an organization or create a new one.&#x20;

{% @arcade/embed flowId="8mZMhnph8NDsrZXQ3CKk" url="<https://app.arcade.software/share/8mZMhnph8NDsrZXQ3CKk>" %}

### Step 2. Join an organization

#### Option 1. Join an existing organization

If your organization already exists in FieldDoc, you will be able to add your account to that organization.&#x20;

1. FieldDoc will look at your email domain and match you to the organization in FieldDoc with the same domain (if one exists).&#x20;
2. Click to join the organization.&#x20;
3. FieldDoc will automatically confirm your membership and bring you to your home page. Welcome!&#x20;

{% @arcade/embed flowId="xM5lSs8yfAFd2vGGXTHG" url="<https://app.arcade.software/share/xM5lSs8yfAFd2vGGXTHG>" %}

#### Option 2. Create a new organization

If you are creating a new organization as you set up your account, you will be presented with a screen where you can create a new organization.&#x20;

{% @arcade/embed flowId="AC1ArMh8aZ66nu1sgFsi" url="<https://app.arcade.software/share/AC1ArMh8aZ66nu1sgFsi>" %}

{% hint style="info" %}
If you believe your organization is already in the system but you need a separate section, please contact <support@fielddoc.org> to discuss options.
{% endhint %}

***

## Invite your colleagues

FieldDoc works great for collaboration.

### Invite from FieldDoc

You can jumpstart the on-boarding process for colleagues at your organization by inviting them to join your organization Invite your colleagues (staff with the same email domain) to join your organization. During the invitation process, they will complete the steps to create their own FieldDoc account.

{% @arcade/embed flowId="Fp4yblnlBJTrPrzrazvt" url="<https://app.arcade.software/share/Fp4yblnlBJTrPrzrazvt>" %}

{% hint style="warning" %}
Do not invite colleagues outside of your organization to join your organization. All external partners and technical service providers can be joined to your organization via **workspaces**.
{% endhint %}

### Self-onboarding colleagues

You can also ask colleagues to create their own FieldDoc account and join your existing organization. They will follow the same process as [Create your User Account](#create-your-user-account) up above. After they verify the account, the system will prompt them to join your organization, based on your email domain.&#x20;

***

## Invite Collaborators and Technical Service Providers&#x20;

### via Workspaces

FieldDoc makes it easy to let collaborators from *outside* of your organization help you manage your FieldDoc portfolio. Any member of a workspace with administrator access can perform all tasks, such as setting up Pacts and Activity Records on behalf of your organization. **Workspaces** are the feature within each organization through which all users create and manage data.&#x20;

Collaborators will need to switch workspaces before getting started on any work being.&#x20;

{% @arcade/embed flowId="0LLjfTTGsNdP3sfzoINl" url="<https://app.arcade.software/share/0LLjfTTGsNdP3sfzoINl>" %}

### Via Folders

If a collaborator needs narrower access, you can invite them to a folder, pact, or even an activity record. This will allow them to make edits and complete work within a contained area in your workspace.&#x20;

Collaborators will access these records from the **Shared with Me** tab on the lefthand panel. They do not need to switch workspaces.


---

# 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://help.fielddoc.org/getting-started/quickstart/create-an-organization-and-account/onboard-your-team.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.
