# Reporting a Bug

There is a bug if something for the user isn’t working as intended. The cQube Product Team will be responsible to fix the bug that has been reported in the DPG.

### Communication Tool

All the bugs and need for support should be posted as issues on the cQube Community on GitHub - [Link](https://github.com/Sunbird-cQube/community/issues).

### Reporting a Bug

A new issue should be created in the GitHub Community of cQube **only** if any similar issue doesn't already exist or has been resolved by the cQube Product Team. The reported issues for cQube can be seen [here](https://github.com/Sunbird-cQube/community/issues?q=is%3Aopen+is%3Aissue) and the resolved issues can be seen [here](https://github.com/Sunbird-cQube/community/issues?q=is%3Aissue+is%3Aclosed).

**Process to report a bug:**

1. Go to the issues tab of cQube Community on Github - <https://github.com/Sunbird-cQube/community/issues>

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

2. Click on 'New Issue'. Then select 'Get Started' in front of 'Bug report'.

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

3. Detail out the bug that you are facing with a title, description, steps to reproduce, expected behaviour, relevant screenshots and desktop / mobile configurations.

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

4. Attach relevant label(s) to the bug being reported.

<figure><img src="/files/1d7QYN8iG89IOOf7YBp8" alt=""><figcaption></figcaption></figure>

5. Click on 'Submit new issue'.

### Response from the cQube Product Team

The cQube Product Team will respond within 2-3 working days post the issue has been submitted with a timeline by when the bug can be fixed. It will be included in the cQube roadmap. The adopter who has raised the issue will be able to track the bug on a JIRA ticket.

Ideally, P0 bugs will be prioritised and taken up in the ongoing sprint and P1 bugs will be taken up in the next sprint based on when the issue is reported.&#x20;


---

# 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://cqube.sunbird.org/standard-operating-procedure/reporting-a-bug.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.
