# Indinite Organiser Guide

## Home

- [Welcome](https://docs.indinite.co.uk/welcome.md): Please sign up on website before following this guide
- [Getting Started](https://docs.indinite.co.uk/getting-started.md): Welcome to your team’s developer platform
- [Creating Your Event](https://docs.indinite.co.uk/creating-your-event.md): This is where the real fun begins — turning your idea into an actual event page people can buy tickets for. No coding, no tech headache — just fill a form, add some spice, and boom 💥 event ready.
- [Event Basics (title, time, place)](https://docs.indinite.co.uk/creating-your-event/event-basics-title-time-place.md): Think of this as the “first impression” for your event.
- [Tickets & Pricing](https://docs.indinite.co.uk/creating-your-event/tickets-and-pricing.md): This is where you make money 💸
- [Publish & Go Live](https://docs.indinite.co.uk/creating-your-event/publish-and-go-live.md): Almost there. Choose your event status:
- [🎟️ Pass Type Tickets – Your All-Access Magic Pass ✨](https://docs.indinite.co.uk/creating-your-event/pass-type-tickets-your-all-access-magic-pass.md): Why stop at one entry when the fun goes on?
- [Edit / Update Event](https://docs.indinite.co.uk/edit-update-event.md)
- [➕ Manual Attendee Add](https://docs.indinite.co.uk/manual-attendee-add.md): Sometimes, your guests walk in without booking online, or you need to add a last-minute VIP manually. That’s where Manual Attendee Add comes in!
- [Orders & Guests](https://docs.indinite.co.uk/orders-and-guests.md): the part organisers actually check 10 times a day to see if tickets are moving 😅
- [See Who Bought](https://docs.indinite.co.uk/orders-and-guests/see-who-bought.md): Every time someone buys a ticket, it pops up here.
- [Export Guest List](https://docs.indinite.co.uk/orders-and-guests/export-guest-list.md): Need to hand over a list to your door staff? Easy.
- [Check-in with QR](https://docs.indinite.co.uk/orders-and-guests/check-in-with-qr.md): Forget messy paper lists. Every ticket comes with a unique QR code.
- [Money & Payouts](https://docs.indinite.co.uk/money-and-payouts.md)
- [How You Get Paid](https://docs.indinite.co.uk/money-and-payouts/how-you-get-paid.md): We know you love throwing events… but let’s be real, you love getting paid even more. 😉
- [Stripe Setup](https://docs.indinite.co.uk/money-and-payouts/stripe-setup.md): Stripe is the engine behind all your payments on Indinite. Setting it up is quick and ensures your money goes exactly where it should—straight into your bank.
- [Marketing Tools](https://docs.indinite.co.uk/marketing-tools.md)
- [Facebook Pixel (for nerds)](https://docs.indinite.co.uk/marketing-tools/facebook-pixel-for-nerds.md): If you run ads on Meta (Facebook/Instagram), you can plug in your Pixel ID.
- [Tracking Sales](https://docs.indinite.co.uk/tracking-sales.md): It tells you how healthy your event is: tickets sold, money in, and how much stock is left.
- [FAQ's](https://docs.indinite.co.uk/faqs.md): We’ve gathered the questions organisers ask the most — so you don’t have to spam our support team at 2 AM.
- [Policies & Rules](https://docs.indinite.co.uk/policies-and-rules.md)
- [Contact Us](https://docs.indinite.co.uk/contact-us.md): Need help? Stuck somewhere? Or just want to say hi 👋 — we’ve got you.


---

# 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.indinite.co.uk/welcome.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.
