# riogentix Community > The official developer forum for the riogentix AI workflow automation platform. Ask questions, share solutions, and connect with the builder community. > Full content (all public questions & answers): https://dxknccpdsvjpfweosskm.supabase.co/functions/v1/api/llms-full.txt ## About This Forum riogentix Community is a Q&A forum for developers and teams building with the riogentix AI workflow automation platform. Content is user-generated and updated continuously. Topics covered: - Workflow design and debugging - AI agent configuration and LLM nodes - Integrations: SAP, AWS, Azure, GCP, webhooks, databases - Identity & access management, SSO, RBAC - API usage and SDK questions - Getting started and onboarding - General troubleshooting Related resources: - Platform documentation: https://docu.riogentix.com - Documentation index: https://docu.riogentix.com/llms.txt - Full documentation text: https://docu.riogentix.com/llms-full.txt ## Static Pages - [Home / Question Feed](https://community.riogentix.com/): Browse and search all community questions. Supports filtering by tag, sorting by newest or top-voted, and full-text search. - [Tags](https://community.riogentix.com/tags): All topic tags with question counts. Common tags include: ki-agenten, erste-schritte, api, authentifizierung, debugging, workflows, sdk, integrationen. - [Register](https://community.riogentix.com/register): Create a free account to ask questions, post answers, and vote. ## Live Content API (JSON) All public content is accessible via REST without authentication. Base URL: `https://dxknccpdsvjpfweosskm.supabase.co/functions/v1/api` - `GET /posts` — paginated list of public questions (title, body excerpt, tags, vote count, answer count, author, date) - `GET /posts?sort=votes` — questions sorted by vote count (most helpful first) - `GET /posts?sort=newest` — questions sorted by date - `GET /posts?search=` — full-text search across titles and bodies - `GET /posts?tag=` — filter by tag - `GET /posts/:id` — full question with all answers, comments, tags, and metadata - `GET /tags` — all tags with usage counts - `GET /health` — service health check ## Full Text Dump A complete plain-text dump of all public questions and answers — optimised for LLM indexing — is available at: `GET https://dxknccpdsvjpfweosskm.supabase.co/functions/v1/api/llms-full.txt` This endpoint is cached (Cache-Control: max-age=3600). It contains the full body of every public question and its answers, formatted for readability.