> For the complete documentation index, see [llms.txt](https://docs.saferpay.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saferpay.com/home/interfaces/backoffice/untitled.md).

# Online Support

## Support Requests

![(click to enlarge)](/files/Amjbr9e0m2mXGrRexFsr)

Under Support Requests, you’ll find the integrated Backoffice ticket system. If you have a query or a technical problem, you can get help here by simply clicking on **Create a new support request**.

![](/files/ezyF8Kzn4bReps7oz53w)

Once you have clicked on **Create a new support request,** you'll find this contact form where you can give your request a name and a description.

Please be very detailed about your query, as this helps our support team on the other end. You can also add an attachment, as seen on the right, like a screenshot or anything else that may help us to understand your issue.

Furthermore, please make sure that you set the correct **Category**, so your Support request may be sent to the right team at Worldline.

![](/files/Amjbr9e0m2mXGrRexFsr)

Once you have clicked on **Save**, your new request will be displayed in your requests list. There you can see the status, the number of entries, the last reply and by whom, and you can view the request.

There, you can see all the existing entries and you can also add anything to your existing query, as well as respond to answers of our support team.

Once our team has answered, you'll get a notification to the e-mail address you have entered during the creation. It will directly link towards your ticket, or you can simply go there as explained above.

<figure><img src="/files/8Zu5UJoSkN4U8pr96Rdv" alt=""><figcaption></figcaption></figure>

You can either add something to your request or, if you decide that your problem is solved, close the ticket by clicking on **Close** at the top right.

{% hint style="warning" %}
Once the ticket is closed, it cannot be re-opened.
{% endhint %}


---

# 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://docs.saferpay.com/home/interfaces/backoffice/untitled.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.
