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

# Dashboards

### Home

This is the first dashboard you see when you start Powerall Online. From here, you can easily navigate to other dashboards.&#x20;

You will also find a block with 'Open tasks'. Tasks that you still need to carry out will automatically appear here, such as 'Invoice orders' or 'Create payment reminders'.

Finally, below the open tasks there is a block with 'Favorites'. You can add a page you often need (for example 'create work receipt') here, so you can get to it easily and quickly.

### Management

The Management dashboard forms the financial 'cockpit' of your company. This brings together all financial data that together say something about how your company is doing.

The following data are shown on this dashboard:

* Revenue
* Gross profit
* Receivables
* Payables

### CRM

CRM stands for 'Customer Relationship Management'. This is where you manage everything about your customers, and in the case of Powerall also your suppliers and other relations.

On this dashboard you see a list of your top 10 customers of all time. In addition, you see a map showing where your customers are located in the Netherlands.

### Orders

Here you will find everything about sales orders, deliveries and purchase orders. In addition, you can also view your revenue development from sales orders by period.

### Parts

On the Parts dashboard you will find everything about items and suppliers. On this page you can, among other things, create new items and suppliers, but you will also find the catalog browser and a top 10 most used items here.

### Service

Under service you will find everything about work receipts and service objects. Here you create new work receipts, can view open work receipts, view the hours report, and add and view service objects. In addition, you get insight here into your revenue development from work receipts.

### Sales

{% hint style="warning" %}
The sales dashboard is available with the sales / machines license.
{% endhint %}

Here you can create new quotes and view existing quotes. You can also see revenue from quotes here. In addition, you can see which service objects are still available and which have been sold.

### Financial

On this dashboard you will find everything related to the financial administration of your company. Here you will find:&#x20;

* Journal entries
* Cash bookings
* Payment providers
* Reports
* VAT returns
* Bank accounts

### Debtors

From the Debtors dashboard you can see your debtor relations, invoice orders, the debtors open items list and the invoices to be sent.

### Creditors

On the Creditors dashboard you will find everything related to purchase invoices, such as the inbox, invoices to approve and open invoices. In addition, you can also create and approve payment batches from here and you will find an open creditor items list.

### Configuration

The last dashboard is Configuration. Here you will find all settings and you can adjust the settings of your Administration.


---

# 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.powerall.app/en/general/dashboards.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.
