# Code Style

When coding in JavaScript, it is important to keep in mind functional programming practices, as well as Scandi-specific conventions that ensure your code will work well with the rest of the ecosystem.

{% content-ref url="/pages/-MO\_8YZXZtQa8oAHbxMi" %}
[JavaScript Code Style](/structure/code-style/javascript-code-style.md)
{% endcontent-ref %}

SCSS code style helps keep your code easy to navigate and adapt.

{% content-ref url="/pages/-MO\_rePLbRL330D37\_an" %}
[SCSS Code Style](/structure/code-style/scss-code-style.md)
{% endcontent-ref %}


---

# 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/structure/code-style.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.
