# Configure new alley

1. Go to your server console and type `bowlingadmintool serverId alleyName`

* where `serverId` is your ID on your server
* where alleyName is a name for your alley

2. Go back to your game and configure the alley (controls will be shown on your screen)
   * You will see a red ball where you aim
   * first, point at the middle of the beginning of the lane and press ENTER
   * second, point at the middle of the end of the lane and press ENTER
   * third, point at where the ball should spawn (on the rack) and press ENTER
   * last, an interaction point will appear. If it's on the wrong side, press RIGHT arrow
   * once the intraction point is configured, press ENTER
3. Repeat step 2 until all lanes are configured
4. Once you're done, press BACKSPACE
5. Go back to your server console and copy the printed config
   * OR find a file prefixed with cfg\_ containing your place name in rcore\_bowling
6. Paste the config at the end of bowling's config


---

# 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://documentation.rcore.cz/paid-resources/rcore_bowling/configure-new-alley.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.
