> 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/products/profile/credit-reports.md).

# Credit Reports

You can report profile owners that fail to reimburse you or that owe you money to the profile contract. This will enable the community to be aware of the profile owner's creditworthiness.

You can view the history of a profile's credit reports by going to the profile's page:

* Find the profile you are looking for by searching its username in the search bar

<figure><img src="/files/HGtKM5gSlzuFDoccWmsx" alt=""><figcaption></figcaption></figure>

* Expand the profile's panel and click on the **Open Profile Page** to open up its profile page. Click on the **Report** tab to view all the history of money owed by the owner

<figure><img src="/files/rpmJVOXmYIzP5aUsSIiG" alt=""><figcaption></figcaption></figure>

You can view the number of tokens owed by the profile's to Gold, Silver, Brown, and Black ARPs as well as the time they've owed them for.

[Get further support from the community here.](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/products/profile/credit-reports.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.
