# Other builds

To engage with a build created by another player, use the following commands:

> <mark style="color:blue;">/build tp \<ID></mark> Teleport and view a build.
>
> <mark style="color:blue;">/build like \<ID></mark> ‘Like’a build submission.
>
> <mark style="color:blue;">/build comment \<ID> \<comment></mark> Leave a comment.

Each of these three engagements will reward the following point values:

* 1 View = 1.0 Point
* 1 Comment = 4.0 Points
* 1 Like = 10.0 Points

Our custom build system makes it very easy to discover new builds on the server. To do this, use the ‘<mark style="color:blue;">/build list</mark>’ command. Below are some examples of how to properly use this command:

> <mark style="color:blue;">/build list new</mark> Newest submitted builds.
>
> <mark style="color:blue;">/build list player \<name></mark> Builds submitted by a player.
>
> <mark style="color:blue;">/build list trend</mark> Currently trending builds.
>
> <mark style="color:blue;">/build list points</mark> Builds which have earned the most amounts of points.

To view more detailed information about a specific build, use the ‘<mark style="color:blue;">/build info \<build ID></mark>’command.

View all build submissions on the [ShadowKindom Builds Website](https://builds.shadowkingdom.org/).

<figure><img src="/files/Gkh1Em1dtav0GQ0AL72o" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.shadowkingdom.org/shadowkingdom-wiki/creativebd/other-builds.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.
