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

# Scheduling, Services and Payments

- [Scheduling, Services and Payments](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments.md): Run the front end of your business from ScribeWare — online booking, pricing, agreements, automated messages and payment.
- [Getting Started with Scheduling](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/getting-started-with-scheduling.md): A start-to-finish setup path for scheduling in ScribeWare 7 — working hours, services, agreements, messages and payment, in the order that works.
- [Services and Pricing](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/services-and-pricing.md): Teach ScribeWare what you sell and what you charge, so it can price a job, build the invoice, and run your online booking page.
- [Contracts](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/contracts.md): Build your inspection agreements in the Contract Editor, attach them to a job, and let clients sign online from the client portal.
- [Message Templates](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/message-templates.md): Write the emails ScribeWare sends on your behalf once, with placeholders that fill in each client's details automatically.
- [Message Automations](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/message-automations.md): Set up rules that send your message templates on their own — reminders before an inspection, nudges when an agreement is still unsigned.
- [Client Invoicing and Payments](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/client-invoicing-and-payments.md): Build invoices from the work you sold, take card payments through Payfactory, and offer your own payment methods alongside.
- [Google Calendar](https://docs.scribeware.com/scheduling-services-and-payments/scheduling-services-and-payments/google-calendar.md): Connect your Google Calendar so inspections land on it automatically, and your own commitments block the slots clients can book.


---

# 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.scribeware.com/scheduling-services-and-payments.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.
