Come usare Trixtu
Tutto quello che devi sapere.
Eventi
Trovare eventi
Go to Events
Filter by community
Filter by location
Filter by category & date
Creare un evento
Sign in & click Create Event
Fill in the details
Set up tickets (optional)
Connect Stripe to sell tickets
Publish
Gestire il tuo evento
Edit event
Go to Dashboard > Events > Edit to update any details.
View attendees
See the full attendee list and ticket holders from Dashboard > Attendees.
Manage refunds
Approve or reject refund requests from Dashboard > Refunds.
Reviews & Q&A
Attendees can leave reviews and ask questions on your event page.
Biglietti & Pagamenti
Acquistare biglietti
Open the event page
Select ticket type & quantity
Enter your details
Pay securely via Stripe
Receive your ticket
Il tuo biglietto digitale
Find your ticket
QR code
Download PDF
Richiedere un rimborso
Open your ticket
Submit a refund request
Wait for the organizer's decision
Stripe Connect (per organizzatori)
Go to Stripe Connect
Complete Stripe onboarding
Start receiving payments
Comunita & Chat
Trovare & unirsi alle comunita
Browse communities
Join a community
Start chatting
Creare una comunita
Click Create Community
Fill in the details
Choose visibility
Default channels
Funzioni chat
Threads & replies
Reply directly to a message to create a thread.
Reactions
React to messages with emoji by hovering over them.
Pin messages
Moderators can pin important messages in a channel.
Manage channels
Admins can add, rename or reorder channels from Community Settings.
Ruoli dei membri
help.comm_credits_title
help.comm_credits_intro
help.comm_credits_c1_title
help.comm_credits_c1_desc
help.comm_credits_c2_title
help.comm_credits_c2_desc
help.comm_credits_c3_title
help.comm_credits_c3_desc
help.comm_credits_c4_title
help.comm_credits_c4_desc
help.comm_credits_how_title
help.comm_credits_s1_title
help.comm_credits_s2_title
help.comm_credits_s3_title
help.comm_credits_s4_title
help.comm_credits_s5_title
Servizi
Trovare servizi
Go to Services
Filter by category
Filter by location
Contact the provider
Aggiungere il tuo servizio
Go to Submit a Service
Fill in the form
Submit for review
Manage from dashboard
Profilo & Account
Il tuo profilo
Edit profile
Update your name, bio, photo, city and social links from Settings > Profile.
Change email
Go to Settings > Email. A verification email will be sent to the new address.
Change password
Go to Settings > Password. You'll need to enter your current password first.
Follow users
Follow organizers to stay updated on their upcoming events.
Messaggi privati
Start a conversation
Real-time chat
I miei RSVP & biglietti
All events you've signed up for or purchased tickets to are in My Events. My Events.
Sicurezza & cancellazione account
Close account
Go to Settings > Close Account. This permanently deletes your data.
Support
Having issues? Contact us at [email protected] and we'll help.
Utile (Blog)
The Utile section contains guides, tips and articles written specifically for expats in Europe - housing, visas, healthcare, taxes, language learning and more. Utile.
Browse articles
Filter by tag to find articles relevant to your situation.
Multilingual
Articles are available in multiple languages - use the language switcher.
Comments
Leave a comment on any article - logged in or as a guest.
Reading progress
A progress bar shows how far through the article you've read.
API Sviluppatori
Trixtu provides a public API for developers to create and manage events programmatically.
Ottenere una API key
Go to Settings > API
Generate a key
Use the key in requests
Creare un evento via API
POST /v1/events
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"title": "Romanian Night in Berlin",
"description": "...",
"date": "2025-09-20T20:00:00Z",
"location": "Mitte, Berlin",
"city": "Berlin",
"country": "germany",
"category": "party",
"community": "romanian",
"price": 10,
"currency": "EUR"
}