> For the complete documentation index, see [llms.txt](https://docs.vdo.ninja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vdo.ninja/advanced-settings/settings-parameters/and-endpage.md).

# \&endpage

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Also controls

* `&endpagetimer` — delay before redirecting (milliseconds)

## Options

Examples:

* `&endpage=https%3A%2F%2Fvdo.ninja%2Fthanks`
* `&endpage=/local/thankyou.html&endpagetimer=5000`

| Parameter       | Value      | Description                            |
| --------------- | ---------- | -------------------------------------- |
| `&endpage`      | URL        | URL to redirect to after hangup        |
| `&endpagetimer` | Integer ms | Delay before redirect (default 3000ms) |

## Details

* When a session ends (hangup), VDO.Ninja shows a brief "hang-up complete" message, then redirects to the specified URL.
* `&endpagetimer` sets the delay; use `0` to redirect immediately.
* The URL can be absolute or relative and should be URL-encoded when containing special characters.

## Related

{% content-ref url="/pages/Pppbqy9AP0cljKSznJU2" %}
[\&autoreload](/advanced-settings/settings-parameters/and-autoreload.md)
{% endcontent-ref %}

{% content-ref url="/pages/6zF3wdGJ29T9DXplGG6K" %}
[\&autoreload24](/advanced-settings/settings-parameters/and-autoreload24.md)
{% endcontent-ref %}


---

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

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