# Payment Integration Settings

## Landing Page Title <a href="#landing-page-title" id="landing-page-title"></a>

The title of the landing page. It will be displayed on the browser tab.

## Logo <a href="#logo" id="logo"></a>

The logo you would like to display on your landing page. The logo will be adapted to the page width.

## Text Message <a href="#text-message" id="text-message"></a>

The text message you would like to display to your users when the payment is completed. Please note that this page is displayed regardless of payment result: your bot should still be sending an update message to your user with the payment result data supplied by LINK Mobility integration.

## Close Button Text <a href="#close-button-text" id="close-button-text"></a>

The text of the close button that will be displayed on the page. Depending on the browser, the close button might not close the current tab.


---

# 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.mylinkconnect.com/basic-concepts/chatbot-details/chatbot-settings/payment-integration-settings.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.
