Getting Help
Get instant answers about Trinity through the AI-powered documentation assistant, or connect with the community.
Trinity Docs Q&A Bot
Ask questions about Trinity and get grounded answers from the documentation.
CLI Usage
./scripts/ask-trinity.sh "How do I create an agent?"
./scripts/ask-trinity.sh "What credentials do agents need?"
./scripts/ask-trinity.sh "How do I troubleshoot a stuck agent?"API Usage
curl -X POST \
-H "Content-Type: application/json" \
"https://us-central1-mcp-server-project-455215.cloudfunctions.net/ask-trinity" \
-d '{"question": "How do I schedule an agent task?"}'Response:
{
"answer": "To schedule an agent task...",
"state": "SUCCEEDED"
}No authentication required. The bot uses Vertex AI Search with Gemini to generate answers from the onboarding documentation.