# Callout

### Summary

The Callout component can be used to highlight some content (usually better for shorter content blocks).

This section shows you how to add a Callout.

Below is an Callout.

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

### How to add a callout

Step 1: Go to the page you'd like to add the Callout to (or create a new page) and in the Content tab, Components section, select Callout from the dropdown list.

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

Step 2: Fill in the fields as per below.

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

1. Title - Type in the title for the Callout.
2. Content - Type in your content.
3. Links - Add in the external link or start typing to find an internal link/page.
4. Add another item - Here, you can add additional links/buttons.
5. Theme - Choose whether the Callout will use your site's light or dark theme.
6. Vertical spacing - Add vertical spacing on the component (above, below or above AND below).


---

# 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/callout.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.
