# Introduzione

All'interno di questo spazio troverai la documentazione relativa alle API di AIsuru:

* [Engine](/api-en/engine.md):&#x20;
  * Avviare conversazioni con gli Agenti ("Memori")
  * Inviare messaggi e ricevere risposte;
  * Gestione dei contenuti ("Memories");
  * Configurare intenti e funzioni;
  * Gestire i ruoli ("People").
* [Backend](/api-en/backend.md):
  * Login/Registrazione utenti;
  * Creare/modificare/eliminare Agenti;
  * Gestire configurazioni e permessi;
  * Amministrazione;
  * Import/Export documenti per creare contenuti di un Agente.


---

# 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/api-en/introduzione.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.
