# Where to make CSS changes

Groupthought recommends that you add your CSS override code and any custom styles to the very bottom of **`theme.css`**

<figure><img src="/files/PnwflLqFHo1gK4NTwCd4" alt=""><figcaption><p><strong>theme.css</strong> resides in the <strong>Assets</strong> folder. Add your custom code to the very <strong>bottom of the file</strong></p></figcaption></figure>

#### How to

1. In the Code Editor, type in: `theme.css` into the left column search box.
2. Click on theme.css in the **Assets** folder.
3. On the right code column, scroll to the version **bottom** of the file.
4. Add custom CSS overrides after the last line of code.

<figure><img src="/files/Ty9K4OaByAlsLqQpUpbf" 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://story.groupthought.com/faq/frequently-asked-questions/where-to-make-css-changes.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.
