> For the complete documentation index, see [llms.txt](https://docs.mathewscompany.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mathewscompany.com/mc-trax/mc-trax/managing-additional-users.md).

# Managing Additional Users

Many site operations rely on multiple users having access to equipment information. This may be due to joint ownership of a machine, or key personnel that require access. MC Trax has been set up to ensure that information is available to those who need it.

The first user to registers a dryer is assigned the Primary User. If a second user attempts to register a given dryer, they will be notified that the dryer has already been assigned to another user. The Primary User can allow additional users to register to their dryer by following the steps outlined below.

## Adding Additional Users

To allow users to have access to your dryer, log into your account at [www.mctrax.net](https://www.mctrax.net) and click the menu button in the top right.

<figure><img src="https://4108590945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmESNV233R01yQJin6L43%2Fuploads%2FvZiimRlsnEiOIvm9h2Lc%2F1-Main%20Dashboard.PNG?alt=media&amp;token=115ef0e6-9cb2-4f11-b9c1-99e3d7773b0b" alt=""><figcaption></figcaption></figure>

From the menu, select "Account"

<figure><img src="https://4108590945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmESNV233R01yQJin6L43%2Fuploads%2FyYFoMPHVB3l3SYw5v54V%2F2-Menu.PNG?alt=media&amp;token=9eb2e2d6-c94b-4b94-8110-1d99964844e3" alt=""><figcaption></figcaption></figure>

Select "Users". From this menu, you can enable up to 4 additional sub-users. Once added, these users will be able to register for their own MC OnePass account via the [New User Registration](/mc-trax/mc-trax/new-user-registration.md) process, and connect their account to your dryer. These accounts can be set up as view-only, or can be given remote control capability if desired. You can revoke access at any time by removing users from the list.

<figure><img src="https://4108590945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmESNV233R01yQJin6L43%2Fuploads%2F3E63oT0yGarGAZDzYxYi%2F3-Users.PNG?alt=media&amp;token=e712643c-55f3-4b58-8ee5-f87b12d095f7" alt=""><figcaption></figcaption></figure>

A sub-user account will have most of the capabilities of the primary user, but will not have access to all of the account settings menus. A sub-user can remove themselves from a dryer at any time if they no longer need access.

<figure><img src="https://4108590945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmESNV233R01yQJin6L43%2Fuploads%2FmbimuyiFYHfHzGg9fLaq%2F4-Subuser.PNG?alt=media&amp;token=1453a12f-0ccd-40f3-b8f6-c1d9a61f3979" alt=""><figcaption></figcaption></figure>


---

# 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.mathewscompany.com/mc-trax/mc-trax/managing-additional-users.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.
