# Submitting an Issue

ScandiPWA is an open project - not only do we publish our source code on Github, but we also make the issue tracking process public. Feel free to [browse existing issues](https://github.com/scandipwa/scandipwa/issues), or [submit a new issue](https://github.com/scandipwa/scandipwa/issues/new/choose)!

## Before You Submit

Before submitting an issue, please make sure that the documentation doesn't already address it. In addition, please search the [existing issues](https://github.com/scandipwa/scandipwa/issues) to check if it hasn't already been reported. If it has - good news, you are not alone! Feel free to upvote the issue and add a comment if you have additional information.

## Submitting a Bug

When submitting a bug, please describe the problem you are facing. Add detailed steps of how to reproduce the issue, so that developers can verify the bug and address it as quickly as possible. Explain what you expected to happen, and what happened instead.

Please note that we receive many submissions, and the ScandiPWA team addresses them in order of priority.

## Submitting a Feature Request

We also welcome suggestions of how ScandiPWA could be improved. Please share your idea, and describe how it would make ScandiPWA even better!


---

# 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://docs.scandipwa.com/about/contributing/submitting-an-issue.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.
