> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/lara-golo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/lara-golo/country/city.md).

# City

### To create a new City:

To create a new City, please navigate to **Place > City** in the left sidebar. Top the list of city. Click "**Add City"** button.

In the Popup, choose from the following options:

![Add city](/files/-LwHx7njUezBQPk6Nfnl)

**Country:** Select the country in which you want to create a place.

**City Name:** Enter the name of the city.

**Slug:** The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.

**Description:** Enter a short description of the city.

**Intro:** Enter a short intro text of the city.

**Featured Image:** This image will be displayed in listing cities. Click on **"Choose Image"** to open the image management folder, then select the photos.

![](/files/-LwHy3AtdmhKzK9D3FxN)

**Banner Image:** This image will be displayed in detail city page. Click on **"Choose Image"** to open the image management folder, then select the photos.

![](/files/-LwHy8eNXOhEXJW088Ij)

**Currency:** Enter currency of the city. *Ex: U.S. dollar*&#x20;

**Language:** Enter language of the city. *Ex: English*

**Best time to  visit:** Enter the best time to visit for the *. Ex:* April

**Google Map Address:** Input a location for the city.

After completing all the necessary fields, click on the "**Add New City**" button.


---

# 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:

```
GET https://uxper.gitbook.io/lara-golo/country/city.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.
