> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/certificates/insight-into-your-certificates-on-the-dashboard.md).

# Insight into your certificates on the dashboard

Use the certificates widget to get quick insight into employee certificates from your dashboard.

You can review active certificates, check expiry dates, and focus on the data that matters most in one view.

{% hint style="info" %}
The certificates widget is available when **Certificates** is active on your account.
{% endhint %}

### What you can do with the widget

* review certificate data in a table on your dashboard
* show the columns your team needs
* filter and sort the list for faster follow-up

### Add the widget

{% stepper %}
{% step %}

#### Open your dashboard

Open the dashboard where you want to review certificate information.
{% endstep %}

{% step %}

#### Open the widget list

Click the **+** button in the bottom-right corner of the dashboard.
{% endstep %}

{% step %}

#### Select Certificates

In the widget list, choose the **Certificates** topic.
{% endstep %}

{% step %}

#### Choose the Table widget

Select the **Table** widget from the certificates options.
{% endstep %}

{% step %}

#### Place the widget

Drag the widget onto your dashboard. Move it where you want. Resize it by dragging the corners.
{% endstep %}

{% step %}

#### Save

Click **Save** to keep the widget on your dashboard.
{% endstep %}
{% endstepper %}

### What the widget shows by default

When you first add the widget, it shows these columns:

* **Employee full name** — the full name of the employee
* **Expiration date** — when the certificate expires
* **Certificate name** — the certificate type

### Available columns

You can choose which information appears in the widget. The available columns are:

* **Certificate number** — the unique number of the certificate
* **Start date** — when the certificate became valid
* **Expiration date** — when the certificate expires
* **Certificate code** — the internal code for the certificate type
* **Certificate name** — the certificate type
* **First name** — the employee's first name
* **Last name** — the employee's last name
* **Employee full name** — the employee's full name in one column

If your organization uses custom fields on certificates, those fields also appear as column options.

### Change the columns

{% stepper %}
{% step %}

#### Open the widget options

Hover over the certificates widget. Click the **<** button that appears.
{% endstep %}

{% step %}

#### Open Settings

Click the **Settings** button.
{% endstep %}

{% step %}

#### Select your columns

In the **Columns** dropdown, select or clear the columns you want to see.
{% endstep %}

{% step %}

#### Reorder the columns

Drag the selected columns into the order you prefer.
{% endstep %}

{% step %}

#### Save

Click **Save** to apply your changes.
{% endstep %}
{% endstepper %}

### Filter and sort the widget

Filters help you narrow the list. Sorting controls the order. Use both to focus on the certificates that need attention first.

#### Set filters

{% stepper %}
{% step %}

#### Open the widget options

Hover over the certificates widget. Click the **<** button.
{% endstep %}

{% step %}

#### Open Settings

Click the **Settings** button.
{% endstep %}

{% step %}

#### Add a rule

Click **Add rule** in the criteria section. Choose a field, then set the condition.
{% endstep %}

{% step %}

#### Combine rules if needed

Add more rules or create rule groups for more specific results.
{% endstep %}

{% step %}

#### Save

Click **Save** to apply the filter.
{% endstep %}
{% endstepper %}

#### Change the sort order

In the same settings panel, choose:

* **Sort column** — the column that determines the order
* **Sort direction** — highest or lowest first
* **Number of rows** — 10, 15, 25, 50, 100, or 200

#### Common examples

Common setups include:

* certificates expiring in the next 30 days
* one specific certificate type
* certificates for one employee

### Frequently asked questions

#### Who can use the certificates widget?

The widget is available to users with access to the Certificates feature.

#### Can I add the certificates widget more than once?

Yes. You can add multiple widgets with different filters.

### Related guides

* [**What are Dashboards?**](/backoffice/backoffice/dashboards/what-are-dashboards.md)
* [**Add and customize dashboard widgets**](/backoffice/backoffice/dashboards/add-and-customize-dashboard-widgets.md)
* [**Create an additional dashboard**](/backoffice/backoffice/dashboards/create-an-additional-dashboard.md)
* [**Introduction to Certificates**](/marketplace-packages-and-power-ups/power-ups/certificates/introduction-to-certificates.md)
* [**Track certificate expiration dates**](/marketplace-packages-and-power-ups/power-ups/certificates/track-certificate-expiration-dates.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/certificates/insight-into-your-certificates-on-the-dashboard.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.
