# Main Menu

![](/files/-LHDzQh5W53zK-VP_phK)

**My Processes**

* Current Processes<br>

  ```
   A list of current processes the current user is working on.
  ```
* Finished Processes<br>

  ```
   A list of finished tasks of current user. It has all tasks finished by the user.
  ```
* Process Categories<br>

  ```
   Group BPM Process instances by category.       
  ```

**Unassigned Tasks**

* View Unassigned Tasks<br>

  ```
   A list of tasks the current user can work on but are not assigned to a user yet. The user can take a task from this list. The list is generated from user's roles. The roles of a user define what tasks are available to him.  
  ```

**New Process**

* Available Process<br>

  ```
    A list of available processes the current user can instantiate.
  ```

* Granted Tasks<br>

  ```
    A list of tasks the user can perform. This tasks are defined by the roles of the user.
  ```

  **Inbox**

* Inbox<br>

  ```
   System and users messages.
  ```

* Outbox

```
    System and users messages.
```

**Configuration**

* Change Password<br>

  ```
    Change your password.
  ```
* Display Preferences<br>

  ```
    Configure display preferences.
  ```
* Set Language<br>

  ```
    Set the language of the application.          
  ```


---

# 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://bpmflow.gitbook.io/project/application-manuals/frontoffice-manual/main-menu.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.
