# Dashboard

C6 comes with a user Dashboard unique to each user profile, along with general useful sections for all users. The dashboard gives a quick look on your activity and a shortcut to your latest work.

The dashboard is divided into total 8 pieces

1. [Quick Slice Button](#quick-slice)
2. [Recent Projects](#recent-projects)
3. [Recent Quality Checks](#recent-quality-checks)
4. [Materials](#materials)
5. [Recent Print Jobs](#recent-print-jobs)
6. [Recent Activity](#recent-activity)
7. [Latest in Library](#latest-in-library-and), and
8. [New in Knowledge-base](#new-in-knowledge-base)

<figure><img src="/files/IjOAIgvUvAgk41mfJmiZ" alt=""><figcaption><p>Dashboard Page</p></figcaption></figure>

## Quick Slice

Quick Slice is a feature that allows users to slice without creating any project. Can be used for quick slicing or viewing of Gcodes.&#x20;

<figure><img src="/files/HNH4jN7iKPjYwjXx5OkZ" alt=""><figcaption><p>Quick Slice from Dashboard</p></figcaption></figure>

{% hint style="info" %}
You can even save the print job if required by selecting save job icon. You can create a new project page or save it to an existing project page. &#x20;
{% endhint %}

<figure><img src="/files/jOTlKgfIS0pfuKeyP3Cm" alt=""><figcaption><p>Save Job from Quick Slice. </p></figcaption></figure>

&#x20;

## Recent Projects

Right after logging in to C6, you land on the [Dashboard Page](/dashboard.md). If you have any saved projects in your account, those will show up **Recent Projects**

## Recent Quality Checks

## Materials

## Recent Print Jobs

## Recent Activity

## Latest in Library

## New in Knowledge-base


---

# 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://docs.c6.fabheads.com/dashboard.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.
