> For the complete documentation index, see [llms.txt](https://docs.mapeo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapeo.app/complete-reference-guide/troubleshooting/solving-sync-issues/creating-local-wi-fi-networks/with-a-smartphone.md).

# With a smartphone

Creating a *hotspot*, or portable Wi-Fi area from your smartphone, can be useful when synchronizing. Especially, if you don't have access to a Wi-Fi network or a portable router, you can use a third cell phone to create a hotspot and create a network to which other devices can connect and sync.&#x20;

{% hint style="info" %}
You cannot create a hotspot and sync at the same time, so you will need an extra phone to create the hotspot.&#x20;
{% endhint %}

To create a hotspot, follow the steps below:&#x20;

### On the cell phone with which you want to create the hotspot&#x20;

1. Turn off Mobile Data on your phone. Details will vary for each phone, but Mobile Data settings can usually be found in the Quick Settings menu, which can be accessed by swiping down from the top of the screen. Click the switch to disable **Mobile Data**.![](/files/g1pnk0FxoDO2ihO3L9Hh)![](/files/p7qSUApy0eVnlFj9432O)
2. On the main screen of your mobile, click on **Settings**&#x20;
3. Click **Portable Wi-Fi hotspo**t and turn it on using the toggle
4. Click **Set up portable Wi-Fi hotspot** and edit or review the password and hotspot name (SSID). You can view the password by clicking <img src="/files/8W5VZxWAXlewuJzOV20N" alt="" data-size="line">**View**.\
   ![](/files/zIxyi27nZmnLNw6UDryc)![](/files/CfazBOmeJnBeMtcvRClv)

### On the phone with which you want to connect to the hotspot

1. On the main screen of your mobile, click on **Settings**&#x20;
2. Click **Wi-Fi**. Activate it and check the list of **Available networks**&#x20;
3. If the hotspot network created does not appear, click **Refresh**&#x20;
4. Click on the hotspot network created and enter the password&#x20;
5. Click **Connect**. The connection will start shortly

![](/files/fet1YSZUTlRR8HoWs4cr) ![](/files/HpkofshhtsmawsrxMOi9)

With this method, you can share your phone's mobile data with up to 10 devices using a Wi-Fi hotspot.

{% hint style="warning" %}
**Important note:** \
Make sure to turn off Mobile Data on the phone that creates the hotspot.

Your telephone company may charge additional fees for using this feature.

Some of these steps only work on Android 9 and later versions.
{% endhint %}


---

# 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.mapeo.app/complete-reference-guide/troubleshooting/solving-sync-issues/creating-local-wi-fi-networks/with-a-smartphone.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.
