> 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/providers.md).

# Providers

- [Settings](https://docs.octoo.com/providers/settings.md): Providers have their own settings to manage their account and relationships with partners.
- [Availability](https://docs.octoo.com/providers/availability.md): Providers can define their availability to partners.
- [Calendar](https://docs.octoo.com/providers/calendar.md): Use Octoo's calendar to view upcoming and past jobs or subscribe to the calendar feed on your mobile phone or computer.
- [Subscribe](https://docs.octoo.com/providers/calendar/subscribe.md): Providers can subscribe to an iCalendar feed of their active jobs to integrate their schedule on Octoo with their calendar application of choice (computers or mobile phones).
- [Availability](https://docs.octoo.com/providers/calendar/availability.md): Manage availability directly from the calendar to control when providers receive opportunity broadcasts.
- [Jobs](https://docs.octoo.com/providers/jobs.md): After a provider is assigned to an opportunity it becomes one of their jobs.
- [Opportunities](https://docs.octoo.com/providers/opportunities.md): A provider can decline or express interest in opportunities.
- [Payment](https://docs.octoo.com/providers/payment.md): Providers are paid after services are completed and confirmed.
- [Topic Preferences](https://docs.octoo.com/providers/topic-preferences.md): Providers can define their topic preferences to silence notificaitons for topics they are not interested in.


---

# 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/providers.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.
