# Introduction

### ¿What is this? <a href="#h.vba36gecuuv2" id="h.vba36gecuuv2"></a>

It's a (Kinda) new way of displaying and interacting with content in a webpage.

The idea is, instead of just using buttons and plain html to navigate a page, you can create a little "game like '' map, where users can explore your content in a more interesting way. And that exploring part is one of the most important ideas behind this project, you can create an adventure out of your page.

### ¿What can i do with this? <a href="#h.lbmzo92ozmb4" id="h.lbmzo92ozmb4"></a>

The system allows you to (hopefully) build whatever type of content you desire, a little graphic adventure, some cool looking webring, interactive web " buttons ”, or just a virtual hub to show off your work.

### ¿How did this come to be? <a href="#h.b6nahnrmnjs0" id="h.b6nahnrmnjs0"></a>

The idea was born while looking for some nice web 1.0 assets on [NeoCities](https://neocities.org/) i stumbled upon [bytemoth](https://bytemoth.neocities.org/brook.html) (really nice) page , they had a link going to some nice 90' compilation of assets on the [iconolog](https://afactor.net/iconoweb.html), sadly the links where down, but the page has a really cool "interactive map".

![Map based, web page navigation](https://3960806406-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F44RNxs9hia0ZLKGAIUol%2Fuploads%2FKfyLwHWkh8qZqA4s5QaC%2FasciiMap1.PNG?alt=media\&token=ff11b1bd-a42e-474b-9395-e01b2549b95c)

from where to navigate its contents (i encourage everybody to give it a [try !](https://afactor.net/pavilion/maps/index.html)), i started thinking on doing something similar, with the cool interconnected sections, and the nice sprites, but then i remembered the weird but interesting idea of "web towns" i saw on [Melonking page](https://melonking.net/melon.html?z=/town/index.html).

​

![A webtown, where you can link your friends pages](https://3960806406-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F44RNxs9hia0ZLKGAIUol%2Fuploads%2FmoHvH3gN80nPqjCnNeGL%2FmelonKingdom.PNG?alt=media\&token=de89be20-ad43-4bd5-a0b8-50bb1e266f5c)

So, I decided to make a combination of all of these ideas, on one cool little project.

#### You can [learn how to use it](https://cranile.gitbook.io/web-cities/starting-a-project) or [try it now](https://tohaheavyindustries.gitlab.io/WebCities/) and explore yourself.


---

# 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://cranile.gitbook.io/web-cities/introduction.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.
