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

# About Tiplo

### What Is Tiplo?

**Tiplo** is tip management software built for hospitality teams. It helps businesses track tip records, manage locations and team access, configure tip rules, and streamline payouts from one place.

Tiplo is designed to replace spreadsheets and manual workflows with a clearer, more organized system for running daily and weekly tip operations.

### How It Works

Each business can manage one or more locations in Tiplo, with separate teams, settings, and payout activity for each location.

Managers and approved team members can record daily cashouts, track sales and tip contributions, apply location-specific pool rules, review what each employee is owed, and prepare payout activity with a full record of past entries.

Team members can set up their payout details, view their records, and follow the status of their payouts over time.

### Core Features

* **Location-based management** - Run tip operations separately for each restaurant or venue.
* **Team roles and permissions** - Support admins, tip committee members, and employees with role-based access.
* **Flexible tip settings** - Configure tip pools, sales categories, and pool rules for each location.
* **Daily cashout workflows** - Record sales, cash collected, tip contributions, and employee owing in one flow.
* **Adjustments and audit history** - Keep a clear record of updates, exceptions, and payout-related activity.
* **Payout tracking** - Review pending records, payout history, and payment status in one place.
* **Employee visibility** - Give team members access to their own payout setup and records.

### Who It's For

Tiplo is built for restaurants and other hospitality businesses that want a simpler way to manage tip calculations, tip distribution workflows, and payout operations across their teams.

### Contact

* **General inquiries:** `[hello@yourdomain.com]`
* **Support:** `[support@yourdomain.com]`


---

# 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.tiplopay.com/about-tiplo.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.
