# Spacing

### 4px rule

#### 1. Spacing methods

We have a common set of spacing, and all the numbers are multiples of 4. Spacing should be used in accordance with the content to create a reasonable space.

![](/files/BvH7pOSNF5NRcWVMbNCr)

#### 2. Dimensions

Dimensions refer to the width and height of component elements.

![](/files/3FACkXS52KCPqrv1HCIj)

### Examples

![](/files/X4NpDEBpaz8Cu9fMyfHX)

![](/files/rGeEOjx8HFLlVHHuRniF)

### Sample code

```
// Some code
```


---

# 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.sentre.io/design-pricinples/spacing.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.
