# Theming

To format your content, you can choose one of the following options:

* Greenshift blocks
* Gutenberg blocks
* Basic HTML

<figure><img src="/files/36EFtbvfK12gKxWf2BKD" alt=""><figcaption></figcaption></figure>

In the screenshot below, you can observe the visual distinctions among the three theming methods.

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

{% hint style="info" %}
Please note that Greenshift generally works with any WP theme, while Gutenberg blocks require a theme with full Gutenberg support.
{% endhint %}

On the post edit page, you have the option to convert an article from one theme to another:

<figure><img src="/files/Hc8cr5Jl69JvUR4Gytm3" alt="" width="326"><figcaption></figcaption></figure>


---

# 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://tmniche-docs.keywordrush.com/advanced-use/theming.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.
