# View Formatting

{% hint style="info" %}
The view designer allows you to create view designs using the <https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json>\
schema.
{% endhint %}

## Designing your custom view

1. Drag and drop from the element app bar on the left into the canvas and start styling the elements as required.&#x20;
2. Once you are happy with the style, click publish.

{% hint style="info" %}
To view the published format you may click on "view list" under the burger menu on the top right corner.&#x20;
{% endhint %}

![](/files/-MZlW9gat0szcPXCXKVD)

## Microsoft View Formatting Documentation

{% embed url="<https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting>" %}


---

# 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.4mata.com/designer/view.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.
