# COW User Documentation

## COW User Documentation

- [Introduction](https://docs.cow.tech/getting-started/introduction.md)
- [Onboarding Wizard](https://docs.cow.tech/getting-started/onboarding-wizard.md)
- [Navigation](https://docs.cow.tech/getting-started/navigation.md)
- [Menu Bar](https://docs.cow.tech/getting-started/navigation/menu-bar.md)
- [Overview](https://docs.cow.tech/getting-started/navigation/overview.md)
- [Devices](https://docs.cow.tech/getting-started/navigation/devices.md): This overview helps users understand how to manage device info and warranties efficiently via the Devices page.
- [Lookup](https://docs.cow.tech/getting-started/navigation/lookup.md)
- [Onboarding](https://docs.cow.tech/getting-started/navigation/onboarding.md)
- [Settings](https://docs.cow.tech/getting-started/navigation/settings.md)
- [Logs](https://docs.cow.tech/getting-started/navigation/logs.md)
- [CSV Import](https://docs.cow.tech/inputs/csv-import.md)
- [PSA Integrations](https://docs.cow.tech/inputs/psa-integrations.md)
- [Autotask PSA](https://docs.cow.tech/inputs/psa-integrations/autotask-psa.md): Instructions on connecting and configuring Autotask.
- [Autotask Permissions](https://docs.cow.tech/inputs/psa-integrations/autotask-psa/autotask-permissions.md)
- [ConnectWise PSA](https://docs.cow.tech/inputs/psa-integrations/connectwise-psa.md): Instructions on connecting and configuring ConnectWise PSA.
- [Connectwise Permissions](https://docs.cow.tech/inputs/psa-integrations/connectwise-psa/connectwise-permissions.md)
- [HaloPSA](https://docs.cow.tech/inputs/psa-integrations/halopsa.md): Instructions on connecting and configuring Halo.
- [Halo PSA Permissions](https://docs.cow.tech/inputs/psa-integrations/halopsa/halo-psa-permissions.md)
- [Supported Device Types](https://docs.cow.tech/troubleshooting/supported-device-types.md)
- [FAQ](https://docs.cow.tech/troubleshooting/faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cow.tech/getting-started/introduction.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.
