# Exporting specific CSS classes

There are some CSS classes introduced by Content Exporter that you can use in addition to general classes.

These are the following:

| Class name    | Description                                                                                                                                    |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| back-cover    | Back cover page                                                                                                                                |
| cover-page    | Both front and back cover pages                                                                                                                |
| front-cover   | Front cover page                                                                                                                               |
| header-footer | Headers and footers                                                                                                                            |
| header-left   | Left header                                                                                                                                    |
| header-center | Center header                                                                                                                                  |
| header-right  | Right header                                                                                                                                   |
| footer-left   | Left footer                                                                                                                                    |
| footer-center | Center footer                                                                                                                                  |
| footer-right  | Right footer                                                                                                                                   |
| page-bottom   | Page Bottom Macro (Read more here: [Page Bottom Macro](/content-exporter-confluence/user-guides/before-exporting/macros.md#page-bottom-macro)) |
| wiki-content  | The page content                                                                                                                               |
| wiki-page     | A container for each confluence page. A wiki-page contains wiki-title and wiki-content.                                                        |
| wiki-title    | The page title in the export                                                                                                                   |

You can find examples on the [Custom Stylesheet Examples](/content-exporter-confluence/user-guides/before-exporting/custom-stylesheets/custom-stylesheet-examples.md) page.


---

# 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.meta-inf.hu/content-exporter-confluence/user-guides/before-exporting/custom-stylesheets/exporting-specific-css-classes.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.
