# Child Theme

If you need to modify core files or just need a better way to manage custom CSS, we recommend using the child theme.

#### Follow the installation steps below

1. Go to Appearance - Themes
2. Click Add New and hit the Upload button&#x20;
3. Browse to find "theme\_name-child.zip" and click Install Now
4. The theme will be uploaded and installed&#x20;
5. Activate your child theme

{% hint style="success" %}
Now that you have the child theme active, you can start adding your custom CSS into the child theme style.css file, or your custom PHP code in functions.php file,  via Appearance > Editor.
{% endhint %}


---

# 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://webtend-support.gitbook.io/docs/getting-started/child-theme.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.
