# Content types

Out-of-the-box, CivicTheme comes with 3 content types:

* [Page](/content-authoring/content/page-content-type.md)
* [Event](/content-authoring/content/event-content-type.md)
* [Alert](/content-authoring/content/alert.md)

These are the most common content types that you need to start. You can add more content types as necessary.

### Page

The 'Page' content type is the most flexible content type.

Choose from a wide range of CivicTheme out-of-the-box components to build pages.

### Event

The 'Event' content type allows you to add event pages that display event details, date, location and map.

### Alert

You can add an 'Alert' to any page or section of your site. A horizontal Alert bar will display at the top of the webpage above the Header.


---

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