> For the complete documentation index, see [llms.txt](https://docs.learnersblock.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.learnersblock.org/how-to-use-it/advanced-features/change-your-devices-hostname.md).

# Changing the Wi-Fi SSID and URL

## Choosing your own Wi-Fi SSID and URL

{% hint style="info" %}
SSID stands for “Service Set Identifier”. The SSID is the name of the Wi-Fi network that you see when you connect to Wi-Fi hotspots on your computers, phones and tablets. By default the Learner's Block SSID is 'Learners-Block'.
{% endhint %}

**By default, the URL to access your Block is:**

> lb.local

**The default Wi-Fi SSID is:**

> Learners-Block

**If you want to set your own, you can do so in the Control Panel:**

1. Click the settings cog in the top right of the navigation
2. Click `Advanced` tab at the top of the page
3. In the `Change URL and Wi-Fi SSID` section, type a new name in the field.
4. Click the green tick button to apply the change:  <img src="/files/-Mk-tylQHnphjEwVR8KP" alt="" data-size="line">&#x20;
5. Restart your Block.

{% hint style="warning" %}
URL and Wi-Fi SSIDs must be a maximum of 32 characters and have no special characters other than `_` and `-`
{% endhint %}

{% hint style="info" %}
You can restore the original URL and Wi-Fi SSID by changing you hostname back to `lb`
{% endhint %}

### **Here is an example:**

In the settings panel, I change my URL and Wi-Fi SSID to:

> my-school-name

After restarting my Learner's Block, its Wi-Fi network name is now:

> my-school-name

To visit my Block, in my browser I type:

> <http://my-school-name.local>

## Using Multiple Blocks on the Same Network

When multiple Blocks are connected to the same nearby router, your phones, laptops and tablets will not know which one you want to connect to when typing in `http://lb.local`or choosing a Wi-Fi network.&#x20;

In these scenarios, you can follow the instructions above to set a custom Wi-FI network name and URL.


---

# 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.learnersblock.org/how-to-use-it/advanced-features/change-your-devices-hostname.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.
