# Multiple Users on the Same Mac

## Instructions

1. Create another user account on your Mac, preferably with admin capabilities
2. Turn on ["Fast Login Switching"](https://support.apple.com/en-tm/guide/mac-help/mchlp2439/mac)
   * When you switch between accounts on the Mac, you will want to use the **Switch accounts using the menu bar** method
3. Setup BlueBubbles on the new user
   1. You will need to provide a ***different*** Firebase JSON and Admin SDK JSON for this user
   2. You will need to provide a ***different*** Ngrok auth token for this user
   3. You will need to provide a different port number for the server to use

The other user should now be able to use BlueBubbles simultaneously with the original BlueBubbles user!

### Caveats / Notes

* You **will not** be able to auto-login multiple users. You can only select one user to be auto logged in when macOS first boots up, or after a power outage.


---

# 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.bluebubbles.app/server/basic-guides/multiple-users-on-the-same-mac.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.
