# Task System

SF's task system gives players direction in their story, and can help tie together cinematics and gameplay. Tasks are split up between 2 categories; Main & Side tasks.&#x20;

{% hint style="info" %}
You can find examples of these Tasks in the Example Map level.
{% endhint %}

***

The below tutorial will guide you through setting up Tasks and managing them when needed.

{% embed url="<https://youtu.be/L9E236f6tG0>" %}

{% hint style="info" %}
If you're looking for further guidance / assistance with Tasks, please do feel free to reach out via our [**discord server**](https://discord.gg/SNwgyAjQPs) or to me directly via [**email.**](mailto:undefined)
{% endhint %}


---

# 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://visualonecompany.gitbook.io/home/core-components/markdown/task-system.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.
