# Wormholes

## What are wormholes?

These are events that appear in a certain channel at a certain moment

<figure><img src="/files/rQDYmEBFh71mVYcJP260" alt=""><figcaption><p>An example of a wormhole with <a href="/pages/oJSrWwIhqHPIzTSsou59">style</a></p></figcaption></figure>

## What are wormholes for?

This is one of the many ways to get items, currency, experience, reputation

## How wormholes are works?

As soon as the wormhole appears, you have a chance to take all the items from it. By chance, it means that after a while it may disappear or another user may take it.

## Creating a Wormhole

To create a wormhole, run the command [/manager-wormholes create \<name>](/eng/commands/admins.md)

<figure><img src="/files/4GEnoK2fnZiNtkyG4ksa" alt=""><figcaption></figcaption></figure>

In this panel, we configure:

* Style (not required) - a [guide to creating a style](/eng/guide/styles.md)
* Item - the item that will drop out (Item/currency/experience/Reputation)
* Chance - chance of spawn from 1% to 100%
* Webhook - a webhook that will send a message
* Amount - the minimum and maximum amount of dropped item/currency/experience/reputation
* Lifetime - the lifetime of the wormhole in the channel
* Cron-pattern - [examples of patterns and an explanation of what they are](/eng/guide/cron-patterns.md)
* The number of spawns - after the expiration, the wormhole will turn off

After all the settings, you need to turn on the wormhole

{% hint style="info" %}
To see what a wormhole will look like, you can execute the command [/wormhole-spawn \<name>](/eng/commands/admins.md)
{% endhint %}

{% content-ref url="/pages/oJSrWwIhqHPIzTSsou59" %}
[Create wormholes styles](/eng/guide/styles.md)
{% endcontent-ref %}

## Editing the wormhole

To edit the wormhole, run the command [/manager-wormholes edit \<name>](/eng/commands/admins.md)

## Copying a Wormhole

To copy a wormhole, run the command [/manager-wormholes copy \<wormhole> \<name for new wormhole>](/eng/commands/admins.md)

## Deleting the wormhole

To delete a wormhole, run the command [/manager-wormholes delete](/eng/commands/admins.md)

## View all wormholes

To view all wormholes, run the command [/manager-wormholes view](/eng/commands/admins.md)

## Viewing wormhole information (public command)

To view information about a specific wormhole, run the command [/wormhole \<name>](/eng/commands/general.md)

## Thematic achievements

1. Touch the wormhole N times
2. Spawn the wormhole N times

{% content-ref url="/pages/qlJVMkIBrN6ZKbinUvn4" %}
[Create achievements](/eng/guide/achievements.md)
{% endcontent-ref %}

## Thematic tasks for quests

1. Touch the wormhole N times
2. Spawn the wormhole N times

{% content-ref url="/pages/SdpgDPDmrbfMx7ukvMhS" %}
[Create quests](/eng/guide/quests.md)
{% endcontent-ref %}


---

# 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.wetbot.space/eng/guide/wormholes.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.
