# Standard Operating Procedure

- [Reporting a Bug](https://cqube.sunbird.org/standard-operating-procedure/reporting-a-bug.md): Describes the process of reporting a bug to the cQube Product Team
- [Protocol for issue reporting & resolution](https://cqube.sunbird.org/standard-operating-procedure/requesting-for-support.md): Describes the process of requesting for support from the cQube Product Team
- [Suggesting Enhancements](https://cqube.sunbird.org/standard-operating-procedure/suggesting-enhancements.md): Describes the process of suggesting enhancements for cQube to the cQube Product Team
- [Raising a PR](https://cqube.sunbird.org/standard-operating-procedure/raising-a-pr.md)


---

# 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.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.
