# Workspace

The Workspace Menu is the central hub for navigating all aspects of the user's and projects work in Projetly. Workspace provides quick access to  projects, tasks, timelines, and other essential tools — all in one place.

The Workspace Menu ensures organization and productivity without losing context. From here, the user can navigate between task views, explore all project timelines, manage resources, or review upcoming milestones with just a click. The workspace contains the following options:

1. My Tasks - An overview of all tasks across projects assigned to the active user.
2. Projects: A list of all the projects the user is a part of. Users can expand each project to access detailed modules or sub-sections.
   * Project Overview
   * Onboarding Plan
   * Project Task Plan
   * Meetings
   * Document

### My Tasks:

The 'My tasks' module contains the following details for all tasks:

1. Task ID
2. Title
3. Description
4. Milestone
5. Projects
6. Due Date

You can also add new tasks from this page. Click on the Project name on the left mini-menu panel to navigate to the project page. To know more, visit 'Project Overview' and 'Onboarding Plan'.


---

# 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://docs.projetly.ai/home/documentation/workspace.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.
