# Plan

The Plan is where you describe your Goals in detail and create a sequence of time scheduled Tasks to achieve them. To start setting Goals use the main menu located to the left of your screen and click on ***Plan***.

## Goals Tab <a href="#goals" id="goals"></a>

The *Goals* Tab is the default tab you see when first opening the Plan. Here you can create Goals and allocate numerous Tasks to be completed by chosen dates so that each Goal is achieved. All Goals and Tasks are time-bound and colour coded as to whether they are overdue, approaching their due date or completed.

![Goals](/files/-L9NDuOxhhN58pIK1BW7)

### Priority <a href="#priority" id="priority"></a>

Goals and Tasks are priority ordered according to the due dates that you set for them. Tasks are shown by date in groups arranged in the following order:

1. Overdue by...(Red)
2. Due in...(Orange)
3. Starts in...(Blue)
4. Completed...(Green)

### Archived Goals <a href="#archive" id="archive"></a>

As with Journals, all *Archived* goals are listed below your active Goals in the Goals Tab. You may Archive Goals if they have been completed or are if they are no longer relevant. Archiving a Goal removes it from your list of active goals but keeps it as 'read-only' (for record permanency). You can traverse through archived Goals as you normally would, but you can't edit them or add new content.


---

# 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://help.cloudjournals.com.au/the-core/plan.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.
