> 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/algemeen/interface.md).

# Interface

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

### Menu

De menubalk bestaat uit drie onderdelen:

* De bovenste balk, met daarin de paginatitel, de algemene zoekbalk en het systeemmenu
* De knoppenbalk met tabs en actieknoppen
* Het verticale menu aan de linkerkant. Hierin staan links naar alle dashboards.

### Dashboards

Powerall Online is verdeeld in verschillende functionele onderdelen, zoals CRM, Orders, Onderdelen en Service. Ieder onderdeel heeft een Dashboard waarop de belangrijkste gegevens en acties direct zichtbaar zijn. Het dashboard is dus het startpunt voor de functie waar het bij hoort.

### Systeemmenu

Helemaal rechtsbovenin staat je gebruikersnaam en daaronder de naam van de administratie waarin je werkt. Door hierop te klikken open je het systeemmenu. Hier kun je onder andere je eigen voorkeuren wijzigen zoals de taal, regio-instellingen en of je een licht of donker thema wilt gebruiken.&#x20;

### Globaal zoeken

<figure><img src="/files/3eqwfhJCtEuLsukmbKYh" alt=""><figcaption></figcaption></figure>

Bovenin het scherm staat altijd een zoekbalk. Deze balk noemen we 'globaal zoeken' en zoekt in alle belangrijke onderdelen van Powerall. Zo kun je met deze functie direct zoeken op relaties, artikelen, serviceobjecten en documenten. Ook kun je met deze functie zoeken op de verschillende functies die Powerall Online ondersteunt. Wil je bijvoorbeeld een omzetgroep maken en weet je niet waar dit moet? Door te zoeken op 'omzetgroep' vind je direct de juiste pagina.

{% hint style="info" %}
Met de toetscombinatie <kbd>Ctrl</kbd> + <kbd>Spatie</kbd> zoek je direct op acties. Zo navigeer je supersnel!
{% endhint %}

### Actieknoppen

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

In de knoppenbalk staan aan de rechterkant de actieknoppen. Hier staan per pagina de belangrijkste acties, bijvoorbeeld Opslaan, Annuleren en Verwijderen. Ook specifieke acties, zoals bij een relatie het Archiveren en Blokkeren staan in deze balk.&#x20;

UIterst rechts staat een kleinere knop met drie verticale puntjes. Hierachter zit een uitklapmenu met minder vaak gebruikte functies. Ook deze functies wisselen per pagina.

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

### Browsers

De meest optimale browsers om Powerall Online mee te gebruiken zijn:

* Google Chrome
* Microsoft Edge
* Firefox

Gebruik je Safari als browser, dan kan het zijn dat Powerall Online er op bepaalde plekken iets minder goed uitziet.&#x20;


---

# 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/algemeen/interface.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.
