# Dev Tasks

### <mark style="color:yellow;">How to use it?</mark>

It’s super easy! Just import the asset, and you’re all set.&#x20;

There is no need to deal with third-party tools and registration/logins. Everything is saved directly in your project as scriptable objects, giving you complete control.&#x20;

To open the window, just press the `Control + Shift + T` shortcut or go to `Tools > Tiny Giant Studio > DevTasks`**.**

{% hint style="info" %}
*Please review the* [*asset* ](https://assetstore.unity.com/packages/tools/utilities/devtasks-offline-project-manager-307257?aid=1011ljxWe)*if you found it useful. As a solo developer with zero marketing skills, reviews are the only way for me to get discovered in the asset store.*
{% endhint %}

***

{% content-ref url="feature-list" %}
[feature-list](https://tiny-giant-studio.gitbook.io/devtasks/feature-list)
{% endcontent-ref %}

***

### <mark style="color:yellow;">Removable Files</mark> <a href="#removable-files" id="removable-files"></a>

All the scripts are in the **Assets/Plugins/Tiny Giant Studio/DevTools** folder. Please do not move this folder to avoid unexpected issues.

<mark style="color:green;">You can delete the folder:</mark> <mark style="color:green;"></mark><mark style="color:green;">**Assets/Tiny Giant Studio/DevTools**</mark>

It only contains an empty sample scene file, basic documentation, and a topic with some hints to use of the asset. At the time of writing this, it is required by the asset store that every asset has those even if unnecessary.

{% hint style="info" %}
**If you find any part of the documentation lacking, unclear, or in need of an example, feel free to reach out to me via** [**email**](mailto:ferdowsurasif@gmail.com)**. User feedback is invaluable for enhancing both the asset and the documentation. 😊**
{% 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://tiny-giant-studio.gitbook.io/devtasks/dev-tasks.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.
