# How to report bugs/issues

### Introduction

Got an issue with CodeChum? We got you!&#x20;

If you encounter any issue, question, or concern while using CodeChum, here's how you can reach out to us.

### Contact Links

* **Facebook**: <https://www.facebook.com/codechum>&#x20;
* **Messenger**: <https://www.facebook.com/messages/t/codechum>
* **In-app:** *Click on the floating Messenger button on the bottom left of your CodeChum screen.*


---

# 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://help.codechum.com/teachers/troubleshooting/how-to-report-bugs-issues.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.
