# About

- [Support](https://docs.scandipwa.com/about/support.md): Need more help? Let us know!
- [Release notes](https://docs.scandipwa.com/about/release-notes.md)
- [Technical Information](https://docs.scandipwa.com/about/technical-information.md): Regarding technical decisions behind ScandiPWA
- [Data Analytics](https://docs.scandipwa.com/about/data-analytics.md)
- [Contributing](https://docs.scandipwa.com/about/contributing.md): We appreciate contributions from the community!
- [Installation from Fork](https://docs.scandipwa.com/about/contributing/installation-from-fork.md)
- [Repository structure](https://docs.scandipwa.com/about/contributing/repository-structure.md)
- [Code contribution process](https://docs.scandipwa.com/about/contributing/code-contribution-process.md)
- [Submitting an Issue](https://docs.scandipwa.com/about/contributing/submitting-an-issue.md): Found a bug? Got an idea? Please let us know!
- [Publishing ScandiPWA](https://docs.scandipwa.com/about/contributing/publishing-scandipwa.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://docs.scandipwa.com/about.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.
