> For the complete documentation index, see [llms.txt](https://docs.natix.network/vx360/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natix.network/vx360/detailed-setup-guide/switch-phone-or-driver.md).

# Switch Phone or Driver

Want to let another driver use your VX360 device and continue collecting footage and earning rewards with your Tesla? Or you simply want to switch phone? No problem!

Your VX360 device supports one phone connection at a time, so here’s what you need to know if you want to switch phone or enable an other person to use your VX360.

### Prerequisite:

* The VX360 app must be installed on the new phone.
* The VX360 device must be plugged into the same Tesla that was originally configured.
* You need to connect with the same account credentials on the new phone.
* All standard prerequisites must be met on the new phone before starting a drive.
* You won't be able to stay connected on multiple phones with the same account

{% content-ref url="/pages/cNA6574rQY0cHB7Zjcq4" %}
[Final Checklist Before Driving](/vx360/detailed-setup-guide/final-checklist-before-driving.md)
{% endcontent-ref %}

### Platform Compatibility:

The setup process to enable a new phone to use your VX360 with your app account depends on whether the other phone uses the same operating system as yours:<br>

* **Same Platform** (iOS ↔ iOS or Android ↔ Android): Simply log in with the same VX360 account on the second phone—no extra setup required!
* **Different Platform** (iOS ↔ Android): You’ll need to reset the VX360 device and go through the onboarding process again on the new phone.

**Note:** Every time you switch platforms, you’ll need to repeat this reset process. We don’t recommend this method for frequent switching.


---

# 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.natix.network/vx360/detailed-setup-guide/switch-phone-or-driver.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.
