2022-03-13 19:15:07 +01:00
# Getting started
## The Wagtail demo site
2022-09-08 09:41:18 +02:00
The examples in this document are based on [our bakery demo site ](https://github.com/wagtail/bakerydemo ). However, the instructions are general enough as to be applicable to any Wagtail site.
2022-03-13 19:15:07 +01:00
For the purposes of this documentation we will be using the URL, **www.example.com** , to represent the root (homepage) of your website.
## Logging in
- The first port of call for an editor is the login page for the administrator interface.
2022-07-18 14:00:02 +02:00
- Access this by adding ** /admin** onto the end of your root URL (for example `www.example.com/admin` ).
2022-03-13 19:15:07 +01:00
- Enter your username and password and click **Sign in** .
![](../_static/images/screen01_login.png)