# YourComments.ai Docs

## Docs

- [Comment Cat Engine](https://yourcomments.gitbook.io/home/comment-cat-engine.md): Welcome to the Comment Cat Engine documentation.
- [Per Video Analysis](https://yourcomments.gitbook.io/home/per-video-analysis.md): Introduction to "per video" analysis on the Comment Cat engine.
- [Aggregate Dashboard](https://yourcomments.gitbook.io/home/main.md)
- [Terminology](https://yourcomments.gitbook.io/home/terminology.md): Terminology used in the Comment Cat engine documentation.
- [Using Prompts](https://yourcomments.gitbook.io/home/using-prompts.md): How to approach Comment Cat Engine prompting
- [One-Off Processing](https://yourcomments.gitbook.io/home/one-off-processing.md): How to interface with the one-off processing for the Comment Cat Engine
- [Sentiment Analysis Disclaimer](https://yourcomments.gitbook.io/home/sentiment-analysis-disclaimer.md): Truth and transparency on LLMs and AI


---

# 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://yourcomments.gitbook.io/home/comment-cat-engine.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.
