# HOW-TO TUTORIALS - INTERMEDIATE

- [Debugging in Chrome](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/debugging-in-chrome.md)
- [Configuring XDebug](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/configuring-xdebug.md)
- [CLI in Docker](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/cli-in-docker.md)
- [Postman & GraphQL Playground](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/postman-and-graphql-playground.md)
- [VSCode Extensions](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/vscode-extensions.md)
- [Plugins: implementing](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/scandipwa-plugins.md)
- [Plugins: using and publishing](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/plugins-using-and-publishing.md): Interaction with the marketplace is essential for plugin users and developers. This is a guide on publishing and installing extensions.
- [ESlint & StyleLint](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/eslint-and-stylelint.md)
- [How To Contribute](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/how-to-contribute.md)
- [Migrating to a Newer Version](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/migrating-to-a-newer-version.md)
- [Installation on Existing Magento 2 Sever](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/installation-on-existing-magento-2-sever.md)
- [BEM and Coding Standards](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/bem-and-coding-standards.md)
- [Tools of ScandiPWA](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/tools-of-scandipwa.md)
- [React Best Practices](https://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate/react-best-practices.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://scandipwa.gitbook.io/docs/how-to-tutorials-intermediate.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.
