> 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/accessing-backoffice.md).

# Accessing Backoffice

Backoffice is a web-based application that helps network, store, or warehouse managers monitor orders, inventory, and operational tasks. Depending on the use case, the information can be viewed in a summarized form for the entire network or for an individual facility.

It's recommended to access Backoffice using Google Chrome. The URL for production systems follows the pattern `https://ocff-{projectId}-prd.web.app/`. You will have received an email invitation with your credentials. After navigating to the URL, a login window appears and requires user credentials to proceed.

## Logging into Backoffice

A successful login requires an active account within the tenant. Authentication can be performed using an account created directly in the fulfillmenttools system or an externally administered Single Sign-On (SSO) account.

### Log in with a fulfillmenttools account

Navigate to the required tenant and enter the **Username** and **Password** associated with the account.

<div data-with-frame="true"><figure><img src="/files/5eMigHCE5gfjcpEEjM0b" alt="Login screen for the backoffice" width="375"><figcaption></figcaption></figure></div>

After logging in, select either the [Network view](/documentation/backoffice/network-view.md) or the [Facility view](/documentation/backoffice/facility-view.md) (then the facility). If you have restricted permissions for a specific facility, you'll be directed to that facility view.

### Log in with an SSO account

If SSO is configured for the tenant, an SSO login option is displayed. Selecting this option starts the externally managed authentication process.

## Password management

{% hint style="info" %}
This functionality is only available for accounts that aren't managed by an external Single Sign-On (SSO) system.
{% endhint %}

### Change password

Password changes can be performed in the account settings. To change your password, follow the steps below:

{% stepper %}
{% step %}
**Open account settings**

Click the **profile** icon in the top right of the screen, then select **Account settings** from the dropdown menu.

This opens the profile section.
{% endstep %}

{% step %}
**Open the change password modal**

Click the **Change password** button to open the modal.

<div data-with-frame="true"><figure><img src="/files/VroskjHPS464nTX0Kerp" alt="User profile page with option to click &#x22;Change Password&#x22; button"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Create your new password**

Input your new password. Password requirements depend on your tenant settings (see the [user management article](/documentation/getting-started/authentication-and-authorization/user-management.md#user-creation) for more information). You'll need to re-enter the password, and you'll also need to enter your current password. Then click **Confirm** to save the change.

<div data-with-frame="true"><figure><img src="/files/qK1ianrMM5WLfdUbYzdr" alt="Overlay with option to enter a new password and confirm it"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Reset password

If you can't access Backoffice anymore, you can reset your password. To do this, follow the steps below.

{% hint style="success" %}

### Prerequisites

* Valid email address associated with your login credentials
* Not using SSO
  {% endhint %}

{% stepper %}
{% step %}
**Click Forgot password?**

On the login screen, click the **Forgot password?** link.

<div data-with-frame="true"><figure><img src="/files/VCgVkzOFkLYYZmAdaBB2" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Enter your username

Input your username for the tenant and click **Reset password**.

<div data-with-frame="true"><figure><img src="/files/Zs42yd94iQYdZV74WehC" alt="" width="375"><figcaption></figcaption></figure></div>

You'll then see a confirmation screen.
{% endstep %}

{% step %}
**Open your email**

Go to your email inbox and open the email from fulfillmenttools. Then click the **Reset your password** button. This will open your browser.

<div data-with-frame="true"><figure><img src="/files/pEYz5Y82I0V8iU5Neo7U" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you don't receive an email, contact your team administrator or supervisor, and they can change the password for you.
{% endhint %}
{% endstep %}

{% step %}
**Create your new password**

Input your new password. Password requirements depend on your tenant settings (see the [user management article](/documentation/getting-started/authentication-and-authorization/user-management.md#user-creation) for more information). You'll need to re-enter the password. Then click **Confirm** to save the change.

<div data-with-frame="true"><figure><img src="/files/AD25BLoFXM8PG8KArfUy" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Log in**

Click the **Back to login** button on the success screen to return to the login screen and input your new credentials.

<div data-with-frame="true"><figure><img src="/files/EMbzBuPoQpTmLWuev9iP" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## Backoffice features

Some Backoffice features might not be active in your project, as some need to be explicitly added to the remote configuration. See the [Remote configuration](/documentation/by-pillar/store-operations/remote-configuration.md) article for more details.


---

# 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/accessing-backoffice.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.
