# Executions

The Executions menu is a representation of the execution of a component or step in the pipeline. On the Service Portal Deka MLOps menu page, select the Executions menu.

<figure><img src="/files/SgPkMkA1y52NkwCUXGIQ" alt=""><figcaption><p>Executions Menu</p></figcaption></figure>

In the Executions menu, there are two submenus.

<figure><img src="/files/X8hZSf9vAM7S4BcDOPUH" alt=""><figcaption></figcaption></figure>

* Default

The Default submenu displays all executions in a straightforward list format. This includes every execution that has been run, regardless of its status or grouping. It provides users with a comprehensive view of all executions, making it easy to track and manage them without any additional categorization. This is particularly useful for quickly accessing execution details and monitoring their progress.

* Grouped

The Grouped submenu organizes executions into specific categories based on certain criteria, such as the experiment or pipeline they are associated with. This allows users to easily navigate through related executions, facilitating better management and analysis of workflows. Grouping helps in maintaining a structured overview, especially when dealing with numerous executions, making it simpler to find and review specific runs related to particular projects or experiments.


---

# 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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-gpu-mlops/executions.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.
