# Facility view

The facility view is designed for stores and warehouse managers requiring a detailed overview of orders, facilities, and inventory for a specific facility.

The home view is the landing page of the Backoffice Facility View. It serves as a dashboard, providing an overview of important operational data. This allows users to quickly identify processes that require action or special attention.

The overview includes:

* Status of `pick jobs`, `pack jobs`, and `handover jobs`
* Number of `unroutable orders` and `waiting orders`
* All currently configured Distributed Order Management System (DOMS) settings

![](/files/ef7b933067fb0b2ffa4b7e1c3278908553ecf048)

In addition, a chart provides insights into the current status of pick jobs in the facility.

## Left-hand navigation

The left-hand navigation allows you to access different sections of Backoffice.

Depending on your [Users, roles, and permissions](/documentation/backoffice/network-view/users-roles-and-permissions.md), and what's been applied in the [Remote configuration](/documentation/by-pillar/store-operations/remote-configuration.md), you can see different sections in the left-hand navigation.

Below is the list of sections in the facility view in Backoffice, assuming you have full access and all features added.

* [Orders](/documentation/backoffice/facility-view/orders.md): Monitor and manage orders, their tasks, and their status in the facility.
* [Inventory](/documentation/backoffice/facility-view/inventory.md): Get an overview of products and stock levels available in the facility.
  * [Storage locations](/documentation/backoffice/facility-view/inventory/storage-locations.md): Get an overview of products' locations and manage storage locations.
  * [Inbound](/documentation/backoffice/facility-view/inventory/inbound.md): Monitor and manage deliveries of goods to the facility.
* [Facility](/documentation/backoffice/facility-view/facility.md): Adjust the facility settings.
* [Users](/documentation/backoffice/facility-view/users.md): Add, delete, edit, or view users.
* Customize sidebar: Remove sections from the left-hand navigation and reorder the sections based on how often you use them. You can reset these changes at anytime.
* Help: Access our documentation.

{% hint style="info" %}
If some sections aren't visible, the individual [remote configuration](/documentation/by-pillar/store-operations/remote-configuration.md) for the view must be activated.
{% endhint %}

## Top bar

The top bar is the same across all sections of Backoffice.

* fulfillmenttools icon: Takes you the the homepage of the facility view
* App icon: Role dependent. Choose between the network view and the facility view (if you have access)
* Breadcrumb information: Tells you which view and the section you're in. For example, **Facility view - Inventory**.
* Bell icon: On click shows you all notifications relevant to the network and facilities you have access to. See the [Notification center article](/documentation/backoffice/network-view/notification-center.md) for more details.
* Profile icon: Shows your name and role
  * Account settings: Access your account settings
  * Logout: Log out of your session

## Footer

The footer shows in certain sections.

* fulfillmenttools logo: Takes you to our website.
* Version number: Shows the version number of Backoffice you're using. Share this with the Support team if you're having any issues.
* Apps and connections: Quickly access the set up for connecting your tenant with the fulfillmenttools apps.
* Privacy: Access our [privacy policy](https://fulfillmenttools.com/privacy-policy/).
* Imprint: Access our [imprint](https://fulfillmenttools.com/imprint/).
* Contact: Access our [contact information](https://fulfillmenttools.com/contact-us/). If you're having any issues while Backoffice, use [our support portal](/documentation/about-fulfillmenttools/incident-management.md) instead.


---

# Agent Instructions: 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.fulfillmenttools.com/documentation/backoffice/facility-view.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.
