← Back to Home

Support

Need help? Here is the fastest way to get answers.

Knowledge Base

Read setup guides, API configuration, and common troubleshooting.

Open Documentation →

Email Support

Contact our team for technical issues or integration questions.

[email protected]

Service Status

Monitor backend status, queues, and integrated services.

View Status →

Quick FAQ

How to run all services?

Use docker compose up --build -d, then run migrations according to documentation.

Where to view logs?

Use docker compose logs -f backend for backend, or docker compose logs -f queue for workers.