> For the complete documentation index, see [llms.txt](https://docs.kai.now/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kai.now/layered-architecture/ai-engines.md).

# AI Engines

Our top priority in developing AI engines is to empower individuals with ownership of their digital identity or content DNA. Visual recognition is key to human identity; we remember faces, forms, and shapes of those around us. Subsequently, we recognize their voices.&#x20;

### Visual Generation Engine

Our initial offering is a groundbreaking engine that provides unique, style-consistent visual generation capabilities. This innovative engine empowers users by allowing them to create distinct visual content that maintains a consistent style across different applications. The content can be owned and managed through Non-Fungible Tokens (NFTs), which we refer to as Potions. These Potions serve as digital certificates of ownership, ensuring security and authenticity in the digital art space. By employing blockchain technology, we offer users a seamless experience in not only creating but also monetizing their digital visuals.

### Voice Creation Engine

Following the introduction of our visual engine, we are thrilled to announce the launch of our cutting-edge voice creation engine. This platform will enable users to generate their own unique AI-crafted voices, which can be personalized and manipulated according to user preferences. These AI-generated voices can also be owned as NFTs, ensuring that users have exclusive rights to their creations. The integration of NFTs with AI voice technology opens up new avenues for personalization and creative expression, offering unprecedented opportunities in sectors like entertainment, marketing, and beyond.

Together, these engines symbolize a significant leap forward in digital content creation, harnessing the power of AI and blockchain to empower users with tools that were once the domain of specialized industries.


---

# 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://docs.kai.now/layered-architecture/ai-engines.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.
