> For the complete documentation index, see [llms.txt](https://docs.compliancebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compliancebot.io/dashboard/accessing-compliance-dashboard.md).

# Accessing Compliance Dashboard

<mark style="color:blue;">To navigate to the '</mark><mark style="color:blue;">**Dashboard**</mark><mark style="color:blue;">' section in ComplianceBot, follow these steps:</mark>

1. From the left navigation menu, click on "Dashboard"
2. Upon clicking, the compliance dashboard opens and you can see your organization's compliance posture.&#x20;

<figure><img src="/files/5GSdN8NyZK2ER7V4XQxT" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Compliance Status Widgets</mark>

The Compliance Status Widgets at the top of the Dashboard provide a clear assessment of your organisation's readiness across Policies, Evidence Tasks and Procedures. They measures compliance effectiveness through a percentage scale, where a higher percentage indicates greater organisational compliance readiness.&#x20;

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

<mark style="color:blue;">**1. Control Status**</mark>

* <mark style="color:orange;">**Completed**</mark><mark style="color:orange;">:</mark> Indicates the number of controls that have been fully implemented.
* <mark style="color:orange;">**Incomplete**</mark><mark style="color:orange;">:</mark> Shows controls that have been started but not yet completed.
* <mark style="color:orange;">**Pending**</mark><mark style="color:orange;">:</mark> Reflects controls that have yet to be initiated.

<mark style="color:blue;">**2. Policy Status**</mark>

* <mark style="color:orange;">**Published**</mark><mark style="color:orange;">:</mark> Displays the number of policies that have been published and are active.
* <mark style="color:orange;">**Not Published**</mark><mark style="color:orange;">:</mark> Indicates policies that have been created but are not yet published.

<mark style="color:blue;">**3. Procedure Status**</mark>

* <mark style="color:orange;">**Published**</mark><mark style="color:orange;">:</mark> Shows the number of procedures that have been documented and published.
* <mark style="color:orange;">**Not Published**</mark><mark style="color:orange;">:</mark> Reflects procedures that are either in draft form or have not been published.

<mark style="color:blue;">**4. Evidence Status**</mark>

* <mark style="color:orange;">**Good Standing**</mark><mark style="color:orange;">:</mark> Indicates evidence that is up-to-date and meets compliance requirements.
* <mark style="color:orange;">**Not Started**</mark><mark style="color:orange;">:</mark> Shows evidence tasks that have not been initiated.


---

# 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://docs.compliancebot.io/dashboard/accessing-compliance-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.
