# Placeholders

{% hint style="info" %}
Replace \[world] with the world name. Do not put the brackets.
{% endhint %}

### All Bloodmoons:

**%\[world]\_status%**

The status of the world's bloodmoon, with formatting.

**%\[world]\_status\_plain%**

The status of the world's bloodmoon.

{% hint style="info" %}
Certain Bloodmoon types may have certain placeholders for them.
{% endhint %}

### Days Bloodmoon:

**%\[world]\_days\_remaining%**

How many days remaining until the bloodmoon.

### Chance Bloodmoon:

**%\[world]\_chance%**

The current chance of the bloodmoon happening at night.


---

# 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://refractored.gitbook.io/refractored/bloodmoon-reloaded/placeholders.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.
