> For the complete documentation index, see [llms.txt](https://docs.wilo-foxhole.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wilo-foxhole.com/stockpile-and-todolist/todolist.md).

# ToDoList

##

You can create ToDoLists for crafting or whatever you want for your members. We've given you a few examples to give you ideas.\
You can create a text channel exclusively for your future To-Do Lists.<br>

{% hint style="info" %}
You can always do this command.
{% endhint %}

```
/todolist help 
```

### 1. "Create your own ToDoLists

<pre><code>/todolist create <a data-footnote-ref href="#user-content-fn-1">(image:[LINK])</a>
</code></pre>

<figure><img src="/files/0ZBFoTRTFQTQM2f71oBg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The `/todolist create` command allows you to write list of completable entries. All these entries will be represented by an emoji and an associated action button added at the end of the message. Button that can be used to mark as entry as completed (and strikes it in the original message).
{% endhint %}

> **This is an example of todolist:** \
> \
> If you wish to create an entry that can be completed, then all you need to do is to prefix the corresponding line by any string followed the `・` character Then this string will be automatically replaced by a letter emojiand the coresponding action added to the message. It is also possible to write multi lines entries (multiple lines that will be completed together. To do that, the second (and following lines have to be prefixed by the `・` too by whithout any string preceding it.\
> \
> You can also insert any text anywhere between entries. As long as the line is not prefixed by the `・` character, then no list entry will be created.\
> \
> \
> **Attaching an image:**\
> \
> When using the `/todolist create` command you can upload an image that will be displayed at the end of message. In the form, you can also specify manually the URL of the image if you wish to use an image already hosted somewhere.

**Example:**\
`A・[CRAFT 1]`\
`B・[CRAFT 2]`\
\
`[Your text]`\
`C・[CRAFT 3]`\
`D・[Move to 1]`\
`D・[Move to 2]`

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

{% hint style="info" %}
There are 26 letters in the alphabet, but discord only allows 25 reactions. So you can only make 25 lines on your todolist. But you can always make more than one.
{% endhint %}

## 2. Here are some examples of what we do for our members.

<div><figure><img src="/files/vwo7iMwX3CZM2pe7jG4O" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PrdsIua6Kuxa073PoJF7" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
In the future this functionality will be integrated with an OCR, and an online interface.
{% endhint %}

[^1]: If you want to put an image with your list


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wilo-foxhole.com/stockpile-and-todolist/todolist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
