# New Location Block

![New Location Block](/files/-LOI2WKzNZ87jw_7AW18)

The new location block creates a new location.

| Name                 | Usage                                                          | Type                                                                      | Extra                                                       |
| -------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------- |
| Location ID          | The ID of the location                                         | Number                                                                    |                                                             |
| Location Name        | The name of the location                                       | Text                                                                      |                                                             |
| Kingdom              | The kingdom the location is in                                 | Text                                                                      |                                                             |
| Location Description | The description of the location                                | Text                                                                      |                                                             |
| Min Level            | The minimum level the user has to be to travel to the location | Number                                                                    |                                                             |
| Recommended Level    | The recommended level of the location                          | Number                                                                    | Not used, set it to the same as the `Min Level` for now.    |
| Members Only         | If the location is only for members                            | Boolean                                                                   |                                                             |
| Has Market           | If the location has market access                              | Boolean                                                                   |                                                             |
| Can Adventure        | If users can adventure at the location                         | Boolean                                                                   |                                                             |
| Can Fish             | If the user can fish at the location                           | Boolean                                                                   |                                                             |
| Can Chop             | If the user can chop at the location                           | Boolean                                                                   |                                                             |
| Can Mine             | If the user can mine at the location                           | Boolean                                                                   |                                                             |
| Can Forage           | If the user can forage at the location                         | Boolean                                                                   |                                                             |
| NPCs                 | The NPCs that are at the location                              | List of Numbers                                                           | Numbers in the list are the IDs of the NPCs at the location |
| Travel Data          | The travel data of the location                                | List of [TravelData](/quest-editor/locations-blocks/traveldata.md) blocks |                                                             |
| Search Data          | The search data of the location                                | List of [SearchData](/quest-editor/locations-blocks/searchdata.md) blocks |                                                             |


---

# 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.discorddungeons.me/quest-editor/locations-blocks/new_location.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.
