> For the complete documentation index, see [llms.txt](https://guide.taskforgeapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.taskforgeapp.com/onboarding-guide.md).

# Onboarding Guide

## Video Walkthrough

{% embed url="<https://youtu.be/wME3B6dNOVI?si=s7UtWkBwYhvLpEM6>" %}

## Sync Tasks to Task Forge

Sync via Canvas (Recommended)

{% content-ref url="/pages/cM5yLwuBMBY3JTqUREOZ" %}
[Sync Tasks from Canvas](/sync-tasks-from-canvas.md)
{% endcontent-ref %}

Sync via Google Calendar

{% content-ref url="/pages/zJZq0IjYewMcP8EBzKHw" %}
[Sync Tasks from Google Calendar](/sync-tasks-from-google-calendar.md)
{% endcontent-ref %}

## Tasks

Your Canvas assignments or Calendar events are automatically **made into tasks.**

<div align="left"><figure><img src="/files/woK3FHyIJipWasdAxBJo" alt="" width="375"><figcaption></figcaption></figure></div>

Reminders will be made **automatically** for each task.

<div align="left"><figure><img src="/files/SgLmqo5i2bezdLrU2dm2" alt="" width="375"><figcaption></figcaption></figure></div>

## Reminders

Reminders will be sent as a notification.

<div align="left"><figure><img src="/files/Zgw1yV1DAC1gY1yq32C0" alt="" width="375"><figcaption></figcaption></figure></div>

When all reminders for a task are complete, **the task is complete.**

{% hint style="info" %}
Reminders are the primary tool you should use and work from.
{% endhint %}

## Notifications

**Enable notifications** for reminders to work properly.

Notifications are not enabled if the *"Enable Notifications"* button appears in the *More* tab under *Suggested Actions*.

<div align="left"><figure><img src="/files/v5egqTjOoahyDZXrMoap" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Long press on notifications to use quick actions

\ <img src="/files/FrWDmjFbFEFCey1HLmrr" alt="" data-size="original">
{% endhint %}

## You are now all set up to use Task Forge!

Provide feedback on improvements for the app at the link below:

{% embed url="<https://feedback.taskforgeapp.com/>" fullWidth="false" %}


---

# 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://guide.taskforgeapp.com/onboarding-guide.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.
