# \&tip

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Aliases

* `&tipsid`
* `&tipid`

## Options

Example: `&tip=YOUR_TIP_ID`

| Value    | Description                             |
| -------- | --------------------------------------- |
| (string) | Tip ID / overlay token from NinjaBacker |

## Details

Enables Ninja Backer tipping for the sender. Viewers must opt in with `&showtips` to see the tip button (two-way opt-in). If `&tip`/`&tipsid` is present without a value, the setup modal appears.

{% hint style="warning" %}
`&tips` is reserved for the guest help-screen. For tipping, use `&tip` or `&tipsid`.
{% endhint %}

## Related parameters

* `&showtips` or `&supporttips` (viewer-side): show tip UI
* `&notipqr`: hide the QR overlay
* `&tipqrsize=200`: set QR size (default 150, min 100)
* `&tipamounts=1,5,10,25`: custom preset amounts
* `&tipcurrency=USD`: set currency for the tip modal
* `&tipserver=https://ninjabacker.com`: override the tip server (advanced)
* `&receivetips` or `&tipping`: show setup modal without an ID (legacy)

## Guide

{% content-ref url="/pages/0oSM9eXpqpkkAQvWy5hK" %}
[Ninja Backer tipping](/guides/ninjabacker-tipping.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.vdo.ninja/advanced-settings/setup-parameters/tip.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.
