> For the complete documentation index, see [llms.txt](https://docs.movel.ai/new-collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movel.ai/new-collection/seirios-rns/product-features/core/task-manager.md).

# Task Manager

From the top left corner, click the hamburger menu button to expand the options and click on **Task Manager**. You will be presented with two options, **Tasklist** and **Scheduler**.

![](/files/Sl1FuavMT8h7wY19ffYE)

These two options share many similarities but **Scheduler** introduces the element of time on top of queued tasks.

## Queueing Tasks

From here, select Tasks (`Path, Goal, Zone, Station, Custom` or `Delay`) to create a list of tasks that can be run with a single click.&#x20;

After saving the list, your tasks can be previewed as shown below

![](/files/7nw4xIOjxvcQLzsAoGMk)

From here, run your Tasks now by clicking 'Run Now' or put this Tasklist into the queue with 'Add to Queue' at the bottom of the screen

![Add to Queue or Run Now](/files/Be47ZRRQXObjcRpDGTNK)

## Scheduling Tasks

To schedule these tasks to run at a later date/time, edit the task (by clicking the pencil icon) and input the date and time details

![](/files/e45uRApUpO3Q72Lh45FB)

You can also save these scheduled tasklists as Active or Inactive

## State Machines

Seirios supports integration with state machines. [**Flexbe**](http://wiki.ros.org/flexbe/Tutorials/Using%20the%20Statemachine%20Editor) is tried and tested to be compatible with Seirios and it includes an editor with which you can create your own conditions;

![](/files/D4D8vstgcvSfIpCATTTe)


---

# 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.movel.ai/new-collection/seirios-rns/product-features/core/task-manager.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.
