# Documentation

## Documentation

- [Lasso Moderation Overview](https://docs.lassomoderation.com/lasso-moderation-overview.md): Implementation guides for the Lasso Moderation Platform
- [Custom Moderation Rules](https://docs.lassomoderation.com/custom-moderation-rules.md): Guide on rulesets, rules and conditions and how they can be used
- [Review Queues](https://docs.lassomoderation.com/review-queues.md): Review Queues organize content reviews into customizable categories that can be assigned to specific moderators or teams.
- [Routing Rules](https://docs.lassomoderation.com/review-queues/routing-rules.md): Routing Rules automate review assignments to queues based on various conditions
- [Webhooks](https://docs.lassomoderation.com/webhooks.md): Guide on how to implement Lasso webhooks for real-time updates
- [Image Moderation](https://docs.lassomoderation.com/image-moderation.md)
- [Video Moderation](https://docs.lassomoderation.com/video-moderation.md)
- [Custom Attributes](https://docs.lassomoderation.com/custom-attributes.md): Learn how to set up and use Custom Attributes to enrich your content, user profiles, or subcategories with tailored data, enabling enhanced insights and customizable rules.
- [URL Signing](https://docs.lassomoderation.com/url-signing.md): Discover how URL signing enhances content security by providing temporary, secure access through seamlessly integrated signed URLs.
- [AWS S3 URL Signing](https://docs.lassomoderation.com/url-signing/aws-s3-url-signing.md): Set up AWS S3 with Lasso to enable automatic URL signing for secure and temporary access to your private content.
- [GCP Storage URL Signing](https://docs.lassomoderation.com/url-signing/gcp-storage-url-signing.md): Configure Google Cloud Storage with Lasso to automatically generate signed URLs for secure access to your GCS content.
- [Azure Storage Blob URL Signing](https://docs.lassomoderation.com/url-signing/azure-storage-blob-url-signing.md): Integrate Azure Blob Storage with Lasso to enable automatic signed URLs for secure and time-limited access to your content.
- [DSA Compliance](https://docs.lassomoderation.com/dsa-compliance.md)
- [Setup](https://docs.lassomoderation.com/dsa-compliance/setup.md)
- [Reporting Exceptions](https://docs.lassomoderation.com/dsa-compliance/reporting-exceptions.md)
- [Rate Limits](https://docs.lassomoderation.com/rate-limits.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.lassomoderation.com/lasso-moderation-overview.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.
