> For the complete documentation index, see [llms.txt](https://prappo-xpeedstudio.gitbook.io/metform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prappo-xpeedstudio.gitbook.io/metform/thank-you-page.md).

# Thank You Page

## Get Start

To use **Thank You** page admin needs to set the page from settings.&#x20;

![Thank You page settings](/files/-M6xq1WiTSehyYvlKMOJ)

## Add Short Code

Add Short Code `[mf_thankyou]`to the page you have selected for **Thank You** page

![Thank You page short code](/files/-M6xr3VpKO6hOiQ2gQF6)

## Result

After payment action done the Thank You page will something like this

![Thank you page demo](/files/-M6xsmpVxe8U-zsfz85X)

## Advance

You can ad more functionality to your thank you page. Here is more short code to make a awesome thank you page.

If you want to show name along with the default thank you message then pass the **`fname`** with the field name&#x20;

#### Example

```
[mf_thankyou fname='fname_filed']
```

{% hint style="info" %}
**`fname_field`** is the field name comes form **Metform**
{% endhint %}

If you want to show the the payment status then you can use the this short code

#### Example

```
[mf_payment_status]
```

If you want to show transaction ID then you can use this short code.

#### Example

```
[mf_transaction_id]
```

If you want to show any filed data / value from the **form** then follow this short code

#### Example

```
[mf filed='fname']
```

{% hint style="info" %}
`fname` is the field name of the form
{% endhint %}

![](/files/-M6xuUS-GcMpeMeEzw4f)


---

# 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://prappo-xpeedstudio.gitbook.io/metform/thank-you-page.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.
