> For the complete documentation index, see [llms.txt](https://help.splashforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.splashforce.io/dashboard.md).

# Dashboard

![Splashforce dashboard](/files/-MeRmBUv2IlvaswW0ghP)

## Task groups

Task groups can hold tasks with different sites to other tasks in the same group, they are simply an organizational feature. Task groups can be created by modifying the group field when creating or editing a task. When deleting a task group all tasks within it will be deleted.

![Task groups](/files/-MeS8mHb8lqHkHgyt3Lc)

## Tasks

{% tabs %}
{% tab title="Starting tasks" %}
• To start a single task, click the start icon on the right hand side of the task.\
• To start multiple tasks, select the desired tasks, right click and then click **Start selected**.\
• To start all tasks, click the **Start all** button.
{% endtab %}

{% tab title="Stopping tasks" %}
• To stop a single task, click the stop icon on the right hand side of the task.\
• To stop multiple tasks, select the desired tasks, right click and then click **Stop selected**.\
• To stop all tasks, click the **Stop all** button.
{% endtab %}

{% tab title="Editing tasks" %}
• To edit a single task, click the start icon on the right hand side of the task.\
\
**Mass task editing is currently dysfunctional.**
{% endtab %}

{% tab title="Deleting tasks" %}
• To delete a single task, click the delete icon on the right hand side of the task.\
• To delete multiple tasks, select the desired tasks, right click and then click **Delete selected**.\
• To delete all tasks, click the **Delete all** button.
{% endtab %}

{% tab title="Selecting tasks" %}
• Tasks can be selected through the use of ctrl/shift clicking.&#x20;
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
Tasks that have been started will need to be stopped before they can be started again.
{% endhint %}

## Hotkeys

![Context menu](/files/-MeSAQgpeApvJXpTWDcP)

While the context menu is open the hotkeys will be tailored to the currently selected tasks rather than the defaults. This means that if there was a hotkey used to affect all tasks it now only affects those that have been selected.

| Hotkey         | Callback                   |
| -------------- | -------------------------- |
| `CTRL+A`       | Select all tasks           |
| `CTRL+C`       | Copy selected tasks        |
| `CTRL+V`       | Paste tasks from clipboard |
| `CTRL+G`       | Start selected tasks       |
| `CTRL+H`       | Stop selected tasks        |
| `CTRL+A`       | Delete selected tasks      |
| `CTRL+SHIFT+G` | Start all tasks            |
| `CTRL+SHIFT+H` | Stop all tasks             |
| `CTRL+SHIFT+D` | Delete all tasks           |


---

# 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://help.splashforce.io/dashboard.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.
