# Invite Players

You can invite others to join your worlds. To get started, head to the **Access groups** section of **`<codename>.m2worlds.io/dashboard/worlds`**

#### How to invite others by email address or domain

1. In the **Access groups** section select **Add new access group**.
2. Enter a group name.
3. Choose whether the group should be active or not.
   1. Setting a group to inactive can let you perform some necessary setup before then allowing end users to access your world.
4. Fill in either the **EMAIL** or **EMAILDOMAIN** field. Use line breaks to separate entries.
5. Select which [**In-game roles** ](/platform-documentation/creation/unreal-development/features-and-tutorials/the-m2-example-plugin/in-game-roles.md)you want members of the group to have access to.
6. Select Create.
7. In the **Access groups** section you should now be able to see and edit your group.

#### How to generate invite URL links (guest links) to send to others

1. In the **Access groups** section select **Create guest links**.
2. Enter a group name.
3. Choose whether the group should be active or not.
   1. Setting a group to inactive can let you perform some necessary setup before then allowing end users to access your world.
4. Use the Capacity field to configure the maximum number of guest that can join your world using the same link.
5. Select Create.
6. In the **Access groups** section you should now be able to see and edit your group.
7. Select Copy URL to copy the invite URL to your clipboard.
8. Send it to your guests.


---

# Agent Instructions: 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://docs.otherside.xyz/platform-documentation/creation/worlds/invite-players.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.
