# Overview

In Drift best practices have been followed for SCSS coding.&#x20;

{% hint style="info" %}

#### Important

Drift is utilizing the BootStrap 4 as much as possible. Which means, you can make use of BootStrap classes directly most of the time rather than putting yourself in a learning mode to learn about each and every unique class.

This sets Drift apart from other competitors and gives an ease to developers in getting into
{% endhint %}

Another fact is, Drift is following the BEM (Block Element Modifier) methodology to speed up the development process and ease the teamwork of developers.


---

# 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-drift.g-axon.work/stylesheets/overview.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.
