# Custom CSS

In the instance that your team would like to override Pandium's built-in options and embed your own CSS styles, or maybe you just want to upload your own embedded scripts, you can accomplish all this from the Custom CSS Tab.

<figure><img src="/files/BAy1TNDP3uO8IIBGHNTb" alt="" width="563"><figcaption></figcaption></figure>

When working with the CSS editor, all of your activity in real-time will be marked as a draft, which you should see icon for so:<br>

<figure><img src="/files/CjJximVOGrab2AWZ8lxt" alt="" width="563"><figcaption></figcaption></figure>

Using the Editor, you should see the following four options:

* **Upload** - If you want to upload a CSS file, simply select the "Upload" button, and this will display in the editor as a “draft”.
* **Download** - If there is existing content in the editor, this will allow you to download this information as a .css file
* **Reset** - When editing your draft, if you make a mistake or simply wish to start over, this option allows you to reset the contents of the editor to the most recently saved state.
* **Save** - Once any of your drafts are completed and the content looks good to you, feel free to hit SAVE, and you should see your changes immediately reflected in your marketplace. You'll know these changes have been saved because the "Draft" flag icon will be removed as well.

As you customize your marketplace, please refer to our sample file for available class names, which you can find in the sample file.

<figure><img src="/files/lIOYZtLfRvd8PLYvze4I" alt=""><figcaption></figcaption></figure>


---

# 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.pandium.com/marketplaces/custom-css.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.
