# Artifacts

The Artifacts menu is used for tracking experimental results, further analysis, or used as input for subsequent steps in the pipeline. On the Service Portal Deka MLOps menu page, select the Artifacts menu.

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

In the Artifacts menu, there are two submenus.

<figure><img src="/files/Wyt0eQbFUvkDV7Ao1Dji" alt=""><figcaption><p>Artifacts</p></figcaption></figure>

* Default

The Default submenu displays all artifacts that are not categorized under any specific group. This includes individual files or outputs generated by various components of your machine learning workflows. It provides a straightforward view of all artifacts, making it easy to access and manage them without any additional organization.

* Grouped

The Grouped submenu organizes artifacts into specific categories or groups based on certain criteria, such as the experiment or pipeline they belong to. This allows users to easily navigate through related artifacts, facilitating better management and retrieval of files associated with particular projects or workflows. Grouping helps in maintaining a structured overview, especially when dealing with a large number of artifacts.


---

# 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/artifacts.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.
