> For the complete documentation index, see [llms.txt](https://guide.mymodone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mymodone.com/how-do-i.../manage-my-team/self-enrollment.md).

# Self-Enrollment

{% hint style="info" %}
modONE highly recommends using Self-Enrollment as the primary mechanism for adding Team Members to your Team Member roster. Many Customers provide the Self-Enrollment link to new Team Members during onboarding.
{% endhint %}

### Self-Enrollment Link

The Self-Enrollment link can be found in the Organization Overview section of the My Organization page. Click this link to start the Self-Enrollment process, or copy and share it with your team members to allow them to self-enroll in modONE. You can also download a QR code by clicking the button next to the link, which can be shared as well.

<figure><img src="/files/Rd6hZs5t7cCavaViU4gS" alt=""><figcaption><p>My Organization Page: Self-Enromment Link</p></figcaption></figure>

### Get Started

<figure><img src="/files/tDDkvzjOOlEeS2OlWddg" alt=""><figcaption><p>Self-Enrollment Start Page</p></figcaption></figure>

When a Team Member populates the Self-Enrollment link into their browser's address bar, the Self-Enrollment Start Page will appear. &#x20;

The Start Page includes the Organization's logo, name, and a reference to the Organization's modONE lead. This information establishes trust with the Team Member enrolling in modONE.

The Team Member enters their Employee ID into the Employee ID input field to get started. If the Team Member desires to use their Email Address as the Employee ID, they can click "Use Email Address as Employee ID" and enter it into the Employee ID input field.

{% hint style="info" %}
While the email address is an option for Employee ID, modONE recommends using the actual Employee ID in this field.
{% endhint %}

Click the "Get Started" button to validate the information entered (to ensure the Employee ID or Email Address does not already exist on the Team Member roster) and reveal the fields that must be filled out to complete enrollment.

### Complete Enrollment Form

<figure><img src="/files/B5h2EBKUu2ZCtwfQf2Ty" alt=""><figcaption><p>Self-Enrollment Form</p></figcaption></figure>

{% hint style="info" %}
To advance between fields, click the tab key to move to the next field or click anywhere in a desired field to activate the editor.
{% endhint %}

#### Team Member Information (required fields)

1. Enter the First Name in the First Name input field.
2. Enter the Last Name in the Last Name input field.
3. Enter the Email Address in the Email Address input field. If the Team Member chooses to use their email address as the Employee ID, this field will be pre-populated and disabled.
4. Enter the Mobile Phone Number in the Mobile Phone input field.
5. Click the Job dropdown and choose a Job from the list.
6. Click the Location dropdown and choose a Location from the list.
7. Click the checkbox beside the statement "I understand and agree to the modoNE Terms of Service and Privacy Policy (the Team Member can click on "Terms of Service and Privacy Policy" to view the policies).

{% hint style="info" %}
The Team Member role cannot be set through the Self-Enrollment process (the role defaults to "Employee" when the new Team Member is enrolled). If the new Team Member is a "Team Lead", the modONE Administrator must update this field using the Maintain Team Member function. See [Maintain Team Member](/how-do-i.../manage-my-team/maintain-team-member.md) for detailed instructions.
{% endhint %}

#### modONE Notification Consent (optional fields)

1. Consent to text messages by clicking the checkbox beside the statement "I consent to receive text messages from modONE. Reply STOP to end and HELP for help. Messaging and data rates apply."
2. Consent to email messages by clicking the checkbox beside the statement "I consent to receive email messages from modONE. Reply Unsubscribe to end."

#### Complete Enrollment

Click the "Complete modONE Enrollment" button to validate and save the information. The new Team Member is now listed on the Team Member Roster and is in active status.

If the Team Member consented to text messages, they will receive a text from modONE that includes a link to verify their phone number. When the Team Member clicks that link, they will be opted in to text messaging.

If the Team Member consented to email messages, they will receive an email from modONE that includes a link to verify their email address. When the Team Member clicks that link, they will be opted in to email.

A warning will be displayed if a Team Member does not consent to text messaging or emails.

<figure><img src="/files/EyLPCj4lPtHK5xpjdTkm" alt="" width="375"><figcaption><p>Communication Channel Warning</p></figcaption></figure>

### Reset Enrollment Form

To reset the form and start over again, click the "Reset Form" button. This will refresh the page and display the Self-Enrollment Start page.


---

# 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:

```
GET https://guide.mymodone.com/how-do-i.../manage-my-team/self-enrollment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
