# Sales summary

**Sales** aggregates **treatment record** activity for the **currently selected branch**.

### Typical widgets

* Summary tiles for totals (charged, paid, outstanding—depending on loaded data)
* Tables breaking down totals **by procedure** (line counts and peso totals)
* Tables breaking down totals **by mode of payment**
* A **recent lines** view with patient/procedure/payment context

### Requirements

* **Starter** tier or higher (same gate as treatment records)
* A valid **branch** selection

Because numbers come straight from posted treatment lines, fixing data happens in **Treatment Records**, not by editing Sales cells.


---

# Agent Instructions: 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:

```
GET https://associhealth.gitbook.io/associhealth-docs/practice-setup/sales-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
