# Add CSS content

{% hint style="warning" %}
The “CSS content” is used to prevent pink textures / “missing” errors.\
It can be large. Use FTP (FileZilla recommended).
{% endhint %}

### Objective

Add the **Counter-Strike: Source content** to your Garry’s Mod server.

### Step-by-step guide

{% stepper %}
{% step %}
**Download the CSS content**

Go to: <https://gmodcontent.com/>

Download **Counter Strike: Source Game Content**.\
You will get an archive `.zip`.

<figure><img src="/files/e944ed1bdc6db31c18c45ada35b9fc99b1602f8f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Upload the folder into addons/**

Unzip the archive.

Copy the folder `css-content-gmod` into:

* `addons/` of your server

For FTP access: [Access my server files via FTP with FileZilla](/en/dashboard/acceder-aux-fichiers-de-mon-serveur-ftp-avec-filezilla.md).
{% endstep %}

{% step %}
**Restart and check**

Restart the server.

Join, then check that the textures display correctly.
{% endstep %}
{% endstepper %}

### Common issues

* **Textures still missing** : check that the folder is indeed in `addons/`.
* **Very slow upload** : use FileZilla and avoid Wi‑Fi.
* **The server no longer starts** : remove the added folder, then restart.

### FAQ

#### Do I have to install this on the server side or the player side?

On a server, install it on the server side.\
On the player side, it depends on the content used.


---

# 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.oxygenserv.com/en/garrys-mod/ajouter-le-content-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.
