# Conva.AI Docs

## Conva.AI Docs

- [Conva.AI Overview](https://docs.conva.ai/conva.ai-docs/conva.ai-overview.md): This gives a quick overview of the core concepts behind Conva.AI and what it can be used for
- [Creating an Assistant](https://docs.conva.ai/conva.ai-docs/creating-an-assistant.md): Walk through the process of creating an Assistant via Magic Studio
- [Testing the Assistant](https://docs.conva.ai/conva.ai-docs/testing-the-assistant.md): This section covers the options available to test the Assistant before integrating it into the target app
- [Integrating the Assistant](https://docs.conva.ai/conva.ai-docs/integrating-the-assistant.md): This page is to detail the process of integrating the Conva.AI assistant to an app.
- [Headless Mode](https://docs.conva.ai/conva.ai-docs/integrating-the-assistant/headless-mode.md): This page is to detail the process of integrating the Conva.AI assistant in headless mode to an app.
- [Copilot Mode](https://docs.conva.ai/conva.ai-docs/integrating-the-assistant/copilot-mode.md): This page describes the process of integrating the Conva.AI Assistant in copilot mode to an app.
- [Sample Projects](https://docs.conva.ai/conva.ai-docs/sample-projects.md): This gives the list of sample apps available in GitHub that are built to demonstrate Conva.AI integration
- [Video Tutorials](https://docs.conva.ai/conva.ai-docs/video-tutorials.md): Here you can find all the video tutorials for using Magic Studio console and integrate the SDK into your application.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.conva.ai/conva.ai-docs/conva.ai-overview.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.
