> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luklak.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Objects: The Heart of Daily Work

> A fundamental guide for daily users on how to view, update, and move Objects through their defined workflow, the core of all work in Luklak.

## What is an Object?

Everything you work on in Luklak—a sales deal, a project task, a support ticket, a job candidate—is an `🧊 Object`. An `Object` is a single, trackable item that contains all the data and conversation related to that piece of work.

Your daily work will primarily revolve around interacting with these `Objects` inside a `⏹️ Space`. This guide will walk you through the three fundamental actions you will perform every day: viewing data, updating information, and moving work forward.

## Viewing an Object

To start, simply click on any `Object` card from a `Workview` (like a List or Kanban board) to open its detailed view. Here, you will see all the information associated with it, neatly organized on its **Data Screen**. This screen is the single source of truth for that work item, showing you everything from the assignee and due date to its full history of changes and conversations.

## Updating Information

As you work on an `Object`, you'll need to update its information. This is as simple as clicking on a field and entering the new data.

<CardGroup cols={2}>
  <Card title="Editing Fields" icon="pen-field" iconType="duotone">
    Click on any field, such as "Status," "Due Date," or a text description, to edit it. Your changes are saved automatically, creating a clear audit trail of who changed what, and when.
  </Card>

  <Card title="Sending Messages" icon="comments" iconType="duotone">
    Use the integrated `Object Chat` panel to add comments, ask questions, or provide updates. This keeps all conversations directly attached to the work itself, eliminating the need to search through emails or other chat apps.
  </Card>
</CardGroup>

## Moving Work Forward with Transitions

This is the most important action you will take to show progress. You don't just change a `Status` field manually. Instead, you move an `Object` from one stage of its `Workflow` to the next by clicking **Transition buttons**.

<Info>
  A `Transition` is an action button (e.g., "Start Progress," "Submit for Review," "Mark as Complete") that moves an `Object` to the next logical `Status`. These buttons are pre-configured in the `Function` blueprint to ensure work always follows the correct process.
</Info>

```guidejar theme={null}
# Tutorial: Moving an Object Through Its Workflow

! Important: The available Transition buttons will change depending on the Object's current Status.

## Section 1: Progressing a Task

1.  **Open an Object**
    From a `Workview`, click on an `Object` that is assigned to you. For this example, its `Status` is `TO DO`.

2.  **Find the Transition Buttons**
    Look at the top of the `Object` detail view. You will see the available action buttons for its current `Status`. In this case, you might see a "Start Progress" button.
    ![The top of an Object view, highlighting the "Start Progress" transition button.](https://via.placeholder.com/1200x600.png/000000/FFFFFF?text=Step%202:%20Find%20Transition%20Button)

3.  **Click the Transition**
    Click the "Start Progress" button. The `Object`'s `Status` will instantly update to `IN PROGRESS`.

## Section 2: Completing the Task

1.  **View New Transitions**
    Now that the `Object` is `IN PROGRESS`, a new set of `Transition` buttons will appear, such as "Submit for Review".

2.  **Complete the Process**
    Continue to perform your work and click the appropriate `Transition` buttons to move the `Object` through each stage of its `Workflow` until it reaches a final `Status` like `DONE` or `ARCHIVED`.
```

## What's Next?

You now know the fundamental skills for managing your daily work in Luklak. The next step is to learn how to communicate effectively with your team within the platform.

* [**Learn to communicate in context → Effective Team Collaboration**](/en/02-platform/use-and-operate/collaboration)
* [**Organize your digital office → Organizing Work with Areas & Spaces**](/en/02-platform/use-and-operate/organize-work)
