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

# Accessing the Dashboards

Justransform's dashboards provide snapshots of transaction processes.

### Transactions View

The dashboard transaction view is the default landing page for the logged in user. On the **Transactions Overview** page you can view a full summary of your integration transactions activities and highlight recent errors.

{% hint style="info" %}
A transaction within Justransform refers to a set of related operations that are executed. Transactions are used to manage and coordinate the flow of data between multiple systems and can provide error handling and recovery capabilities. All transactions are executed in a consistent, atomic, and isolated manner, which must either all succeed or all fail as a single unit.
{% endhint %}

The transaction view is divided into four sections:

* Overview of Transaction Statuses per connection
* Transaction Status - Today
* Transaction Status - Weekly
* Transaction Status - Monthly

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

The Transactions Overview dashboard tracks all transactions into three results:

* Success - This is the standard response for successful transactions.
* In progress - For in progress transactions currently running.
* Failure - This generic error is returned when an unexpected condition was encountered.&#x20;

### Custom Dashboards

Custom Dashboards are a workspace that allow for custom metrics, calculations and charts. This enables support for dedicated and separate deployment setups for different phases. Powered by JTSheets.

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

### My Dashboard

My Dashboard provides insight into Tasks, Favourites, and Tickets.

<figure><img src="/files/25BuOK37SaoLFVV1fr7B" alt=""><figcaption></figcaption></figure>


---

# 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.justransform.com/dashboards/accessing-the-dashboards.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.
