# How to create a new game Start by creating a link to the game: 1. visit [Grenzland Games]; 2. edit the page (log in using your Grenzland username and password); 3. add a link to an index page in a directory like this: ``` - [My game](my-game/index) ``` Save the page. If you follow that link, you're now in your own directory, with your own copy of the "Changes" page, and so on. Edit your page and set a title and some links: ``` # My game This is an open table. Contact: [My name](../my-name). ## Characters - [One character](one-character) - [Another character](another-character) ## Locations - [One location](one-location) - [Another location](another-location) ``` The first link goes back up, out of your game directory. All the other links stay in your directory.