> For the complete documentation index, see [llms.txt](https://support.tilt.app/tilt-help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tilt.app/tilt-help-desk/general/what-is-tilt.md).

# What is Tilt?

Tilt turns shopping into a live, interactive experience—**watch shows, bid or buy, and get authentic fashion from your favourite sellers.**

### What you can do on Tilt

→ **Tune into live shows** packed with surprise drops, lightning auctions, and giveaways.

→ **Bid in real time**: swipe fast, beat the countdown, and snag the win before the timer hits zero—or lock in your **pre‑bid** ahead of the show so you don’t miss out.

→ **Buy Now** when you don’t want to wait—checkout is instant.

→ **Hang out in chat** with sellers and the community while the stream is rolling.

→ **Shop authenticated, vetted inventory** from verified sellers.

→ Use code **FIRST15** for £15 off your first order up to £500.

<p align="center">We happen to have a wonderful support team—always ready to jump in if you get stuck 💜 </p>

<p align="center">Message us anytime by contacting us in-app or drop by the Help Desk articles for quick answers.</p>


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.tilt.app/tilt-help-desk/general/what-is-tilt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
