> For the complete documentation index, see [llms.txt](https://proexe.gitbook.io/worklyft-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://proexe.gitbook.io/worklyft-guide/features-guide/admin-dashboard.md).

# Admin Dashboard

WorkLyft Admin Dashboard is built with a powerful low-code approach (Retool) — enabling rapid customization, rich reporting, and AI-supported automation of repetetive tasks.

While employees and project managers use streamlined front-end tools, the Admin Dashboard acts as the backbone of all company operations.

### 💡 Key Capabilities

#### Employee Management

* Full employee record in one place: salary history, contracts, allocations, roles
* Manage deductions (e.g. health, sports, insurance)
* Track time allocations and timesheets (e.g. YouTrack, JIRA integrations)
* Activity feed with comments
* Advanced leave management

#### Cost Tracking & Financial Management

* Register expenses manually or via email and process them through configurable workflows
* OCR + AI-supported invoice processing
* Match expenses with projects, teams, hours, or approvals
* Manage monthly settlements with work confirmations and cost approvals
* Integrate with external accounting systems (e.g. API,  webhooks or export)

#### Reporting & Analytics

* Access consistent, real-time data across company operations
* Generate custom reports easily using low-code
* Export data to CSV or connect with external BI tools
* Predefined templates for time, cost, team, and project analysis

#### Asset Management

* Track all company hardware/software assignments
* Generate simple issuance/return protocols
* Confirm asset status and maintain audit-ready logs
* Categorize and tag assets by type or department

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


---

# 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://proexe.gitbook.io/worklyft-guide/features-guide/admin-dashboard.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.
