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

# Tasks

## How to install

* [Download](https://github.com/Thummie/thommie-tasks/releases/tag/V1.0) and unzip the thommie-tasks.zip
* Add "ensure thommie-tasks" to your server.cfg
* (re)start your server and you are done.

## How to use

You can easily use the exports we have integrated into the resource, this will make the resource easy to use and you can implement it into any resource.&#x20;

```lua
exports['thommie-tasks']:showTask(title, description) -- Show the current task
exports['thommie-tasks']:hideTask() -- Hide the current task
```
