> For the complete documentation index, see [llms.txt](https://documentation.virtuedeep.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.virtuedeep.tech/home.md).

# Home

### [Getting started with Virtue](/getting-started-with-virtue/what-is-virtue.md)

Learn about Virtue, its proprietary Affective Computing AIaaS, and how to use it to build human-powered AI solutions.

### How can Virtue help you?

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/t5U5ezg2ovOyrStTlleI">/pages/t5U5ezg2ovOyrStTlleI</a></td><td>Infuse human emotion interpretation when training large language models (LLMs)</td></tr><tr><td><a data-mention href="/pages/uBAxsTycFPxZX5yGS3iL">/pages/uBAxsTycFPxZX5yGS3iL</a></td><td>Incorporate virtual humans in digital twin simulations</td></tr><tr><td><a data-mention href="/pages/dCrhxPb00RQfwmYEGfVg">/pages/dCrhxPb00RQfwmYEGfVg</a></td><td>Human-centered personalization in AI-driven solutions</td></tr></tbody></table>

### [Set up a Virtue-powered solution](/affective-computing-by-virtue/designing-solutions-powered-by-affective-computing.md)

Learn how to design and develop human-centric solutions powered by Virtue's Affective Computing.

### Infuse emotional intelligence into your AI solutions by plugging in Virtue

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/LtTppiIRrHA3jYEwISUO">/pages/LtTppiIRrHA3jYEwISUO</a></td><td>Learn how to integrate your solution with Affective Computing by Virtue using a no-code approach.</td></tr><tr><td><a data-mention href="/pages/38cFRpc1msejBR7toqdR">/pages/38cFRpc1msejBR7toqdR</a></td><td>Learn how to implement an advanced integration of your solution with Affective Computing by Virtue using a low-code approach</td></tr></tbody></table>

### [Use Virtue's platform for specific business cases](/getting-started-with-virtue/use-cases.md)

Learn how Affective Computing by Virtue can activate human-centricity in AI-powered solutions that operate in various domains.

### How to use Virtue's platform

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/JJavlPwGuOkwPYqHi85D">/pages/JJavlPwGuOkwPYqHi85D</a></td><td>A guide to using our no-code web portal to build human-powered AI solutions</td></tr><tr><td><a data-mention href="/pages/lUDqetCKw0n8W03PeEFe">/pages/lUDqetCKw0n8W03PeEFe</a></td><td>(For developers) A guide to using our low-code public APIs to build human-powered AI solutions</td></tr><tr><td><a data-mention href="/pages/v4HIEGP2vZzr1fBGoIPh">/pages/v4HIEGP2vZzr1fBGoIPh</a></td><td>Understand the end-to-end process of building solutions through examples based on real use cases</td></tr></tbody></table>

### Additional resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/xV9JAtxg3skWuroZdFFo">/pages/xV9JAtxg3skWuroZdFFo</a></td><td>Learn about how Virtue's AIaaS meets the highest security and data compliance standards, providing enterprise-grade cybersecurity and privacy protection.</td></tr></tbody></table>


---

# 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://documentation.virtuedeep.tech/home.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.
