# Create virtual agents from templates

Agent Template is a collection of flows provided by eva that can be used to establish a base for building conversations. It's also a great guide to better understand how eva works in practice and inspire you to create flows in eva with the best practices of the market.

Currently available:

* Banking Agent Template, with 38 ready-made flows and 10 use cases for financial services. Available in Spanish, English and Portuguese.
* Foundation Agent Template, with 14 flows common to many industries and sectors, such as NPS, Welcome, and Talk to an Agent. Available in Spanish and Portuguese.
* Healthcare Agent Template is a collection of 18 flows focused on Healthcare service that can be used to establish a base for building conversations.
* &#x20;Ticketing Agent Template is a collection of 21 flows focused on Ticketing service that can be used to establish a base for building conversations.

[Access the complete guide](https://at.docs.eva.bot/)


---

# 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/_eva-3.4.1_1/using-eva/develop-your-bot/create-virtual-agents-from-templates.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.
