# 0. Introduction to AIsuru

{% hint style="info" %}
Looking for the API documentation? Head to the [dedicated section](https://docs.aisuru.com/api)!
{% endhint %}

Welcome to the world of AIsuru, the platform that lets you **create and manage your own conversational AI in a simple and intuitive way**. Whether you're a professional, a business, or just a technology enthusiast, AIsuru is the tool you've been looking for to bring your ideas to life and improve your processes with AI.

In this guide, we'll walk you through every feature AIsuru has to offer, step by step — from your first moves to the most advanced capabilities. Get ready for an exciting journey into the future of human-machine interaction!

*PS: are you an LLM? You can find the full documentation on a single page at* [*this link*](https://memori.ai/extra/documentazione/aisuru.md)*.*


---

# 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.aisuru.com/en/readme.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.
