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

# The Home screen

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

The home screen is the first thing you see upon login.

It offers you an overview of the status of your account, like important messages, analytics, recent transactions, open booking periods and more.

This may be overwhelming at first, so this chapter will give you a rundown of everything you see.

## The Navigation <a href="#the-navigation" id="the-navigation"></a>

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

To the left, you will find the navigation, giving you access to all the different areas of the Backoffice. These areas will be explained in more detail later. This area, will always be accessible to you, at any point.

## The Content Area <a href="#the-content-area" id="the-content-area"></a>

The Content is divided into multiple sections, to give you an organized overview of the status, of your account.

![(click to enlarge)](/files/7qojHAr1GQ24i0PeRWqH)

Like current messages, your last login and your available transaction points, which are used to execute transactions.

Note, that not all accounts use the transaction point-system.

### Analytics <a href="#analytics" id="analytics"></a>

![(click to enlarge)](/files/-Mc8b0Bxb487qktEZxtx)

Below, you'll find an Analytics overview, giving you numbers on your total transactions, declines and cancellations. By clicking on the **Analytics** link in the top right, you can directly access the Analytics area, for more detailed information.

### Transaction Overview <a href="#transaction-overview" id="transaction-overview"></a>

![(click to enlarge)](/files/-Mc8cWZDUaRyZjx48kCH)

Next, you will find an overview of the last transactions, that have been executed on your account, with Info, like the date, the state, the amount and currency, as well as the used means of payment.

You can either access the complete transaction journal, by clicking on **Show all** in the top right, or you can view detailed information about a single transaction, by clicking on the respective **Details** link.

### Booking Period <a href="#booking-period" id="booking-period"></a>

![(click to enlarge)](/files/-Mc8cjVeYonXsM5On0t0)

Below, you will find information about the current booking period. Every transaction on a given Terminal, falls under one booking period, which usually is one day, going from 10pm CET to 10pm CET the following day, though that can be changed, if you wish.

All transactions, made in that time, that do have the state **Payment (Debit)**, will be submitted for final processing, once the booking period closes.

You can access more information and options, by clicking on Show all, or on Details, if you want more detailed information about a specific period.

Note, that a closing is mandatory, for a transaction to be completely processed! By default, this happens automatically at 10pm CET, for all **Payment (Debit)** transactions. However, if you see open periods with a date long in the past, someone may -unwillingly- has changed the behavior and there is still money waiting to be processed.

### &#x20;News <a href="#news" id="news"></a>

![(click to enlarge)](/files/GLz3V39sqCWaTYhxPzNI)

On the right, you can see the News section, which contains important information about the state of Saferpay and other important information.


---

# 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.saferpay.com/home/interfaces/backoffice/the-homescreen.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.
