> For the complete documentation index, see [llms.txt](https://help.smartico.ai/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartico.ai/welcome/products/ai-models/ai-enhancer.md).

# AI Enhancer

The Backoffice AI Enhancer is a powerful tool designed to help you create and refine content effortlessly. It assists with writing descriptions, promo texts, terms & conditions, and more. You can also use it to shorten text, check for spelling errors, improve content quality (enhance), and generate different variations.

For example, if you're crafting a mission description, the AI Enhancer can make it more engaging and exciting.

<figure><img src="/files/9LclqmCWxiQYrMoM1WIu" alt=""><figcaption></figcaption></figure>

The shorten text option helps you to create clear, organized and concise rules, terms & conditions, descriptions, etc. It can be used in different places such as store items, missions, tournaments, and mini-games.

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

The built-in spelling check helps ensure your text is free of errors, making your content clear and professional.

<figure><img src="/files/70muz7LDw42hT0NwTWUq" alt=""><figcaption></figcaption></figure>

Additionally, the AI Enhancer is available in the email editor, where it can validate HTML and check for errors when creating HTML and Liquid emails, ensuring your messages are formatted correctly.

<figure><img src="/files/4wm5mYsD755CbT9Q6qab" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smartico.ai/welcome/products/ai-models/ai-enhancer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
