# Daily Tasks / Daily Quests

<div align="center"><figure><img src="/files/pol9IGl0eAgKVzDa9195" alt="" width="375"><figcaption><p>Daily Tasks Data On Inspector Window.</p></figcaption></figure></div>

To access daily tasks data follow project path: Black Knight Studio\2D Racing Game Template\Script\ScriptableObject

On daily tasks data inspector window, you can add more tasks per day or remove task, update task data. You also can add more days of daily tasks than 7 day tasks.

<figure><img src="/files/m8VYzTR1r9Gk8UeuKdbM" alt=""><figcaption><p>Task Types.</p></figcaption></figure>

The current template is support up to 13 task types. To check what these task types meaning, you can check the picture above.

#### <mark style="color:yellow;">Manage Daily Tasks data With Playfab Title Data</mark>

{% hint style="info" %}
To use this feature, you need to setup Playfab project firstly, you can follow [this page](/2d-racing-multiplayer-game-template/customization/playfab.md#setup-playfab).
{% endhint %}

<figure><img src="/files/B5AzhEVzRTaC4gSjTuJm" alt="" width="563"><figcaption><p>Enable Option Use With Playfab On Daily Tasks Manager.</p></figcaption></figure>

After complete setup Playfab, load MainMenu scene -> select daily tasks manager gameobject -> enable option "Is use with Playfab".

To upload daily tasks data to playfab title data, follow the path: Black Knight Studio\2D Racing Game Template\Data\Playfab

In Playfab folder, upload the file "title-data" to Playfab dashboard title data.

Other option to upload daily tasks data to Playfab dashboard is export JSON file from daily tasks data scriptable object. On this inspector window, select three dot menu -> select export to Playfab JSON option.

<figure><img src="/files/hZ9WuttohEZipNE8mEx2" alt="" width="375"><figcaption><p>Export JSON To Upload To Playfab Title Data.</p></figcaption></figure>

The picture below show how daily tasks data look on Playfab title data.

<figure><img src="/files/GqgAQdP6yR9BWXgL3fe1" alt=""><figcaption><p>Daily Tasks JSON Data.</p></figcaption></figure>


---

# 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://black-knight.gitbook.io/2d-racing-multiplayer-game-template/customization/daily-tasks-daily-quests.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.
