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

# Facility view

The facility view is designed for store and warehouse managers who require 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 operational data. This allows users to identify processes that require action or special attention quickly.

A chart provides insights into the current status of pick jobs in the facility.

There are also quick-access buttons for each area of Backoffice.

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

## Sidebar

The sidebar allows you to access different sections of Backoffice.

Depending on your [user role and permissions](/documentation/backoffice/network-view/users-roles-and-permissions.md), and on what's been configured in the [Remote configuration](/documentation/by-pillar/store-operations/remote-configuration.md), you might see different sections in the sidebar.

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 any time.
* 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 %}

## Topbar

The topbar is the same across all Backoffice sections.

* fulfillmenttools icon: Takes you to the facility view homepage.
* 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**.
* Location icon: Tells you which facility you're currently viewing. If you click it, you can change the facility (if you have access).
* [AI Sidekick](/documentation/backoffice/ai-sidekick.md) button: Opens the AI Sidekick window so you can interact with our agent.
* Bell icon: On click, displays 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: On click, displays your name and role, and gives you access to:
  * Account settings: Access your account settings
  * Logout: Log out of your session

## Bottom bar

The bottom bar shows in certain sections of Backoffice.

* fulfillmenttools logo: Takes you to our website.
* Version number: Displays the Backoffice version you're using. Share this with the Support team if you're having any issues.
* Apps and connections: Quickly access the screen to connect 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 using Backoffice, use [our support portal](/documentation/about-fulfillmenttools/incident-management.md) instead.


---

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