# Custom Welcome Page

After a customer subscribes to any of your plans, they are redirected to a welcome page that shows a success message, and a link to view their subscription details.

This page can be replaced with a custom page, giving you the freedom to design with the page builder tool.

![The generic welcome page.](/files/NXwqcV3Den50pgEd7pzk)

To create a custom welcome page:

1. Click on Content, then Pages
2. Add a new page with a title of Welcome Customer

That's it! You can change the title of the page, and so long as the slug (the part in the URL) of the page is "welcome-customer" then we'll display your custom page instead of the generic one.


---

# 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.mavenseed.com/admin/subscriptions/custom-welcome-page.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.
