# StyleSheet

A StyleSheet can be added to style or format the way your page and controls will be displayed in a browser.

StyleSheets are based on the Cascading Style Sheets (CSS) standard and format.

Copy and paste the contents of a CSS stylesheet into the StyleSheet Editor, or create your stylesheet from scratch.

*Notes:*

* The StyleSheet menu option is only available when the application's [Enable Style Sheet](/features/application.md#application-properties) property has been switched on.
* If you also created styles using the [Styles](/features/styles.md) Editor, then for any duplicate 'global' styles this stylesheet will override the styles from the [Styles](/features/styles.md) Editor.
* Inline styles created with the [Styles](/features/styles.md) Editor (for specific control instances) will always override any other styles.

![](/files/8Z4YNBiXQ56zyNSRZJab)


---

# 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.stadium.software/features/stylesheet.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.
