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

# General

- [Agreements](https://docs.octoo.com/general/agreements.md): Agreements are a key component of the Octoo application where a partner can describe the rates and terms for their customers and providers.
- [Triggered Policies](https://docs.octoo.com/general/agreements/triggered-policies.md): Octoo supports four different ways to count the time between a request and a cancellation or short notice event.
- [Broadcasts](https://docs.octoo.com/general/broadcasts.md): At the heart of Octoo is a unique broadcast system for contacting qualified providers for requests.
- [Opportunities](https://docs.octoo.com/general/opportunities.md): A customer's request is considered a new opportunity for a provider. The provider can express interest or decline the opportunity.
- [Invoicing](https://docs.octoo.com/general/invoicing.md): The Octoo invoicing system allows providers to earn and customers to pay their bills effortlessly.
- [Requests](https://docs.octoo.com/general/requests.md): A customer makes a request with a partner to secure qualified service providers.
- [Requested Timestamps](https://docs.octoo.com/general/requests/requested-timestamp.md): Understanding the "Requested At" timestamp and how it affects triggered policies and acknowledgement deadlines.
- [User Accounts](https://docs.octoo.com/general/user-accounts.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://docs.octoo.com/general.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.
