> For the complete documentation index, see [llms.txt](https://dev.simplepay.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.simplepay.ai/docs/api-documentation/apps.md).

# Apps

## Setup App Info

For setting up App's details you should go to [App Settings tab](https://console.simplepay.ai/settings/app-edit) in Console.

You can upload **Logo**, **Name**, **Description** and App's **URL**.

<figure><img src="/files/fgUlt7L2uEp6xAdUnA5K" alt="" width="375"><figcaption><p>App public info customization</p></figcaption></figure>

<div><figure><img src="/files/FtXCpc3Rra0h9xxWFN6n" alt="" width="375"><figcaption><p>Telegram Mini App</p></figcaption></figure> <figure><img src="/files/eHNoSIhJuZ5GFWbgeO0E" alt="" width="375"><figcaption><p>Official Payment Widget</p></figcaption></figure></div>

You may use it for displaying info about your store/project in embedded widgets or external payment pages / apps for your customers.

You can see an example above how we are using it in our official widget.


---

# 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://dev.simplepay.ai/docs/api-documentation/apps.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.
