# Child Themes

### What is a child theme?

Essentially a child theme is a theme which can be used along side your main theme allowing you to separate custom design changes. This is important because it allows you to update your main theme whilst maintaining your design changes.

### Do I need a child theme?

For 90% of users the answer is - no. A child theme is really only needed if your making substantial changes to the core theme code. If your making design changes using Elementor or via the admin area, you do not need to create a child theme.

### Where can I learn about child themes?

Here is the official link to the WordPress documentation on child themes;

<https://developer.wordpress.org/themes/advanced-topics/child-themes/>


---

# 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://premiumpress.gitbook.io/docs/getting-started/child-themes.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.
