# Check Sheet

## Documentation

- [Introduction](https://documentation.checksheet.app/readme.md)
- [Installing](https://documentation.checksheet.app/installing.md)
- [Getting Started](https://documentation.checksheet.app/getting-started.md)
- [Checks](https://documentation.checksheet.app/concepts/checks.md)
- [Conditions](https://documentation.checksheet.app/concepts/conditions.md)
- [Values](https://documentation.checksheet.app/concepts/values.md)
- [Notifications](https://documentation.checksheet.app/concepts/notifications.md)
- [Creating a Check](https://documentation.checksheet.app/workflows/creating-a-check.md)
- [Editing a Check](https://documentation.checksheet.app/workflows/editing-a-check.md)
- [Deleting a Check](https://documentation.checksheet.app/workflows/deleting-a-check.md)
- [Pausing a Check](https://documentation.checksheet.app/workflows/pausing-a-check.md)
- [FAQ](https://documentation.checksheet.app/faq.md): Here are some frequently asked questions about Check Sheet and Google Sheets.
- [How do I install Check Sheet?](https://documentation.checksheet.app/faq/how-do-i-install-check-sheet.md)
- [How do I upgrade my subscription?](https://documentation.checksheet.app/faq/how-do-i-upgrade-my-subscription.md)
- [How do I update my payment method?](https://documentation.checksheet.app/faq/how-do-i-update-my-payment-method.md)
- [How do I cancel my subscription](https://documentation.checksheet.app/faq/how-do-i-cancel-my-subscription.md)
- [How do I delete my account?](https://documentation.checksheet.app/faq/how-do-i-delete-my-account.md)
- [How do I see how many checks I have?](https://documentation.checksheet.app/faq/how-do-i-see-how-many-checks-i-have.md)
- [Can Google Sheets send notifications to other users?](https://documentation.checksheet.app/faq/can-google-sheets-send-notifications-to-other-users.md)
- [Examples](https://documentation.checksheet.app/examples.md): Here are some examples of how you can set up Checks to solve some common problems.
- [Limits](https://documentation.checksheet.app/limits.md): What limits apply to your usage of Check Sheet.


---

# 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://documentation.checksheet.app/readme.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.
