# Changing the Default Loading Page

**If you want to change the default page displayed when accessing your Block, you can do so in the Control Panel:**

1. Click the settings cog in the top right of the navigation
2. Click the `Advanced` tab at the top of the page
3. Under the `Choose a Start Page` section, select a new start page from the dropdown menu.

You will be provided with a number of options:

| Option:                      | Description                                                                                                                                                                                                                                                                                                                   |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Learner's Block Welcome Page | The default Learner's Block navigation page                                                                                                                                                                                                                                                                                   |
| File Manager                 | The users version of the File Manager                                                                                                                                                                                                                                                                                         |
| Library                      | The users access to the Library through the File Manager                                                                                                                                                                                                                                                                      |
| Website                      | The files hosted in the [Website folder](/how-to-use-it/adding-resources.md)                                                                                                                                                                                                                                                  |
| Application Store App        | An application which you have installed on your Block via the [Application Store](/how-to-use-it/installing-from-the-application-store.md)                                                                                                                                                                                    |
| Custom Start Page            | <p>An option to specify your own URL. </p><p></p><p>Include only the path you want to point to. For example, entering <code>my-site/index.html</code>will forward users to http\://%%hostname%%.local/my-site/index.html. </p><p></p><p>To specify a port, enter a colon followed by the port number: <code>:8787</code>.</p> |


---

# 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.learnersblock.org/how-to-use-it/advanced-features/changing-the-default-loading-page.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.
