# Content

### Summary

The Content component is used to add content via a WYSIWYG editor.

This section shows you how to add a Content component. Below is some sample content that uses the Content component.

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

## Step 1 - Add the Content Component <a href="#contentcomponent-step1-addthecontentcomponent" id="contentcomponent-step1-addthecontentcomponent"></a>

Under the “Content” tab, click on “Add Content” .

### Step 2 - Fill in the various fields <a href="#contentcomponent-step2-fillinthevariousfields" id="contentcomponent-step2-fillinthevariousfields"></a>

1. WYSIWYG editor - Enter your custom text here.
2. Theme - Select your theme preference, light or dark.
3. Vertical spacing - There are 3 options: Top, Bottom, Both. Your choice adds padding to the respective area. For example, if you select “Both”, the padding is added to the top *and* bottom of the custom text.
4. Background - This will apply a themed background colour depending on your choice of the theme color in point #2 above.


---

# 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.civictheme.io/content-authoring/components/content.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.
