# Troubleshooting

This Troubleshooting guide is intended to provide guidance to our Developers when building apps and integrations through the Developer Portal. We will continue to refine and provide additional guidance where applicable.

We have also included a FAQ section, which can be found [here](/faqs.md).

If you are having an issue not covered in the documentation or you have discovered a bug, please raise an issue on our public board by clicking [here](https://github.com/reapit/foundations/issues/new?assignees=\&labels=bug%2C+needs-triage\&template=bug_report.md\&title=).

Please select from the topics below:&#x20;

{% content-ref url="/pages/-MeyvppPHry2pB9SbaMd" %}
[Accessing Customer Data](/troubleshooting/accessing-customer-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeyveCI5zAmxZCN2PNi" %}
[Authentication Issues](/troubleshooting/authentication-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Meyza4RwwlzcmZG5A7b" %}
[REST API](/troubleshooting/platform-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeywQEhdrcujjQ42tOm" %}
[Reapit Connect](/troubleshooting/reapit-connect.md)
{% endcontent-ref %}


---

# 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://foundations-documentation.reapit.cloud/troubleshooting.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.
