> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/readme/main-features.md).

# Overview of main features

AIsuru offers a complete set of features that make it a powerful and versatile tool for creating conversational AI.

Here are the key features that set AIsuru apart:

1. **Agent creation and management**
   * Easily create custom AI (Agents)
   * Quickly configure basic settings
   * Manage multiple Agents from a single interface.
2. **Flexible training**
   * Teach your Agent by having a direct conversation with it
   * Import knowledge from existing documents (PDF, Word, etc.)
   * Create and manage structured content manually.
3. **Advanced customization**
   * Tailor responses based on the user's role, location, and time of day
   * Create guided conversation flows
   * Use context variables for more natural conversations.
4. **Integration and connectivity**
   * Connect your Agent to external services via API
   * Integrate your agent with pre-configured or custom MCPs
   * Implement custom functions for specific actions
   * Integrate AI into websites, apps, and physical devices.
5. **Analytics and optimization**
   * Monitor your Agent's performance with detailed statistics
   * Analyze your conversation history
   * Continuously optimize responses and the user experience.
6. **Extended features**
   * Expert Group: combine multiple specialized Agents
   * Deep Thought : enable long-term memory for personalized interactions
   * Virtual Spaces: create interactive VR/AR ( Virtual Reality /Augmented Reality) environments with your Agents
   * Open Badge: certify users' skills through interaction with AI.
7. **Security and scalability**
   * Granular access and visibility management
   * GDPR compliance and data protection
   * Scalable solutions from small businesses to large corporations.


---

# 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:

```
GET https://docs.aisuru.com/en/readme/main-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.
