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

# BackOffice

Understand the main BackOffice modules and where to start.

The **BackOffice** is the central workspace for daily work in OutSmart.

Use it to manage customers, plan work, follow progress, and control setup.

### What you do in BackOffice

* manage daily operations from one place
* move between core modules like customers, work, and planning
* control access, roles, and account setup

{% hint style="info" %}
The modules you see depend on your package, enabled features, and permissions.
{% endhint %}

### Start here

* [**Introduction to BackOffice**](/backoffice/backoffice/introduction-to-backoffice.md) — understand how the BackOffice fits the full process.
* [**Dashboards**](/backoffice/backoffice/dashboards.md) — review key data and monitor work at a glance.
* [**Reports**](/backoffice/backoffice/reports.md) — build, filter, schedule, and export reports from OutSmart data.
* [**Work Orders**](/backoffice/backoffice/work-orders.md) — create, find, and manage the work you do.
* [**Scheduler**](/backoffice/backoffice/scheduler.md) — assign work and manage capacity.
* [**Use the Project Planning Board**](/backoffice/backoffice/projects/plan-and-track-projects/use-the-project-planning-board.md) — plan project activities on a timeline.
* [**Customers**](/backoffice/backoffice/customers.md) — keep customer data and history together.
* [**Settings and access**](/backoffice/backoffice/users-and-acces.md) — control roles, users, and login methods.

### Recommended order

1. Start with [**Introduction to BackOffice**](/backoffice/backoffice/introduction-to-backoffice.md).
2. Use [**Dashboards**](/backoffice/backoffice/dashboards.md) to monitor the business.
3. Continue with [**Work Orders**](/backoffice/backoffice/work-orders.md) and [**Scheduler**](/backoffice/backoffice/scheduler.md).
4. Use [**Use the Project Planning Board**](/backoffice/backoffice/projects/plan-and-track-projects/use-the-project-planning-board.md) when you plan by project.
5. Finish with [**Customers**](/backoffice/backoffice/customers.md) and [**Settings and access**](/backoffice/backoffice/users-and-acces.md).

### Related topics

* [**OutSmart Packages**](/marketplace-packages-and-power-ups/marketplace/outsmart-packages.md)


---

# 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://knowledge.out-smart.com/backoffice/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.
