> For the complete documentation index, see [llms.txt](https://dev.xena.biz/xena-developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.xena.biz/xena-developer/user-interface/use-our-stylesheet.md).

# Use our stylesheet

{% hint style="info" %}
Now we have a design system with customizable web components. [Learn more here](/xena-developer/user-interface/xena-design-system.md)
{% endhint %}

Xena strives for a unified and simple look. This help us build a UI that is easy to use and have recognizable patterns. Because Xena is used by a wide variety of businesses we have to take backward compatibility into consideration.

Xenas [layout and classes](/xena-developer/user-interface/styleguide/layout.md) are *based* on Bootstrap version 3.3. For icons [we use Font Awesome 5 Pro](/xena-developer/user-interface/styleguide/icons.md). And we have our own styling as well.

If you want to reuse Xena’s look’n’feel in your plugins, you can reference a subset of our stylesheet designed for plugins:

```markup
<link href="https://my.xena.biz/Content/css/xena-plugin.css" rel="stylesheet" />
```

{% content-ref url="/pages/-Lnquyh0YNGRux-zWs9I" %}
[User experience](/xena-developer/the-possibilities/user-experience.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dev.xena.biz/xena-developer/user-interface/use-our-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.
