# Custom Settings

Within Builderman, your projects are referred to as "Games" and are the topics in which members within your server can submit bug reports or suggestions that pertain to them.

To add a new Game to Builderman use: `/add-game game:YourProjectName`

You can also remove or add more scopes. The standard Scopes are *building*, *scripting* and *others*. To add or remove such Scopes you can use the `/scope` command.

With all these settings configured you are ready to receive your first suggestions and bug reports!\
Make sure to also check out our Commands Section to see all functions we currently offer.


---

# 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://builderman.theravenhub.com/first-setup/custom-settings.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.
