# AI features

Our innovative platform is revolutionizing the way you build your knowledge base. By harnessing the power of generative AI technology, we're streamlining the knowledge-building process and delivering a satisfying user experience with dynamic, context-aware virtual agent interactions.

eva currently offers additional features using generative AI capabilities for two different moments:&#x20;

### Knowledge base building

We’re always thinking of ways to simplify and automate some tasks in the process of building your knowledge base. Generative AI is a handy tool to help with that mission.&#x20;

* [**Assist Answer**](/user-guide/generative-ai/assist-answer.md): Create or improve content effortlessly with one single click, assisting you in writing your agent answers.
* [**Examples Generator**](/user-guide/generative-ai/examples-generator.md): Enrich your knowledge base and save time by creating context-relevant utterance examples automatically.

### Automate tasks in runtime during conversations

* [**Knowledge**](/user-guide/ai-agents/knowledge.md): Answer any question using semantic search from your knowledge base powered by the LLM technology.
* [**Prompt** ](/user-guide/build-dialogs/dialog-cells/prompt-cell.md)[**cell**](/user-guide/build-dialogs/dialog-cells/prompt-cell.md): Unlock all the Generative AI potential with this new cell for generative content. You can enter a prompt to process inquiries, create answer variations, and format your inputs into specific formats.
* [**Rephrase Answer**](/user-guide/generative-ai/rephrase-answer.md): Infuse empathy and dynamism to your conversation. AI-driven rephrasing guarantees context-sensitive answers.
* [**Zero-Shot**](/user-guide/zero-shot-llm.md): This learning model uses LLM for intent classification in real time using semantic similarity. It unlocks the ability to understand and respond to user queries with remarkable flexibility and minimal need for constant retraining. &#x20;


---

# 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.conversational-ai.syntphony.com/user-guide/generative-ai/ai-features.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.
