> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/using-simax/workspace/window-standby-mode.md).

# Window standby mode

This area is a window that keeps your actions in standby. All actions you start and do not close appear as bars in this window.

The action bar that expands represents the active action. This is the action displayed in position 2. This way, you can work on the schedule of multiple resources, since this is the active window on the screen. However, you can switch actions at any time by clicking another action in the list (e.g. professional contact list). In this case, the action you clicked will appear larger than the others in the list and will become the active window.

***Example***: here, the task list is the active window, so it is larger than the others.

{% hint style="info" %}
Important: remember to close your windows to reduce the load of managing standby items.
{% endhint %}

This area also allows you to dock the SIMAX messaging floating window (as you will see in the messaging chapter, messaging windows are floating and independent).

When you dock the messaging box in the current actions area, you can bring either of the two windows to the foreground: either the messaging window or your standby actions. The other one remains in the background, and you can access it again using the tabs located at the bottom of the area.

By right-clicking on **“Task list”** in the current actions, for example, a dropdown menu opens. Click on **“Switch to”** and the standby window will then open in the active window.

**Pending and Processing Messages in Current Actions:**

As most actions are no longer blocking, waiting and progress information is now displayed in the current actions list.

The tooltip on the button displays additional information.

The automation waiting messages are displayed if they are configured.


---

# 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://doc.simax.fr/documentation-simax-anglais/using-simax/workspace/window-standby-mode.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.
