> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/readme/help.md).

# Click Here for Help

![](/files/8Gwl5fCAQckoQQDgu2X0)

If you find yourself stuck, if something isn't working like it's meant to, or you're not sure if something has worked or not, this help section may be able to, well, help.

## Help sections

We have broken the help topic down into sections to help you find what you're after. Below is an overview of what you'll find.

### Troubleshooting Errors

The [Troubleshooting Errors page](#troubleshooting-errors) has a collection of errors users may run into while using PaySwap. It shows the problem with both a solution to the problem, and a reason explaining why the problem happened.

### General FAQ

The [General FAQ page](#general-faq) answers the common questions we get from PaySwap users. The answers to these questions give advice, an explanation, or a link to a useful resource.

### Other Guides

There are also a number of guides in the help topic that will walk you through technical problems. We add guides when a problem that may be difficult to solve comes up often, so if you're having trouble be sure to check here for a guide to your problem.

## Seeking support

PaySwap doesn't have a dedicated support service. Instead, if you find yourself with a problem that has no answer here, you can ask for help on [PaySwap's PayChat channel](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org).


---

# 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.payswap.org/readme/help.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.
