> For the complete documentation index, see [llms.txt](https://docs.payfacto.com/payfacto-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payfacto.com/payfacto-knowledge/veloce-pos/veloce/veloce-back-office/introduction/basic-navigation.md).

# Basic Navigation

After logging in, the Main Back-Office is displayed. This is the main screen that allows access to all the Veloce features.

The blue icons around the Veloce logo are all the modules that are current available with the purchased license. In the image below, all modules are available. If a customer doesn't need all modules for their operation, only the modules they purchased would be displayed.

![Veloce Back-Office](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/01-MainBOScreen.png)

***

### Opening modules

Clicking on a module icon opens the corresponding module in a separate window:

![Opening Modules](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/Navigation/03-Multi-Window.gif)

The same result can be achieved by clicking the Selector menu and selecting the desired module name:

![Selector Menu](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/Navigation/04-SelectorMenu.gif)

***

### Multi-Instances

Each module can be opened in multiple instances. This is useful for working simultaneously on different elements within a module.

![Opening modules in multiple instances](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/Navigation/07-Multi-Instance.gif)

However, be careful as opening too many instances could become quite overwhelming:

![Too many instances](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/Navigation/08-Overwhelmed.gif)

***

### Closing modules or the Main Back-Office screen.

The main Back-Office as well as each module can be closed by clicking the blue Quit button, the "X" in the upper-right corner of the window, or using the File menu and selecting the Quit option.

![Closing modules and Back-Office](https://documentation.payfacto.com/POS/Veloce/assets/images/Chap03_VeloceBack-Office/Navigation/05-Quit.gif)

{% hint style="warning" %}
IMPORTANT! Before closing the Main Back-Office, all other modules need to be closed. Otherwise, an error message will be displayed:
{% endhint %}

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

***

### Exit to password

&#x20;![](/files/hYmLM87vA9vba20G4xgX)

The Exit to password icon is used to close the Main Back-Office window and bring up the login screen, which allows another user to log in.

As with the regular "Quit" options, all other module windows need to be closed, otherwise an error message with be displayed.


---

# 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.payfacto.com/payfacto-knowledge/veloce-pos/veloce/veloce-back-office/introduction/basic-navigation.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.
