> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-it/strumenti-ai-1/inspire-me.md).

# Inspire Me

## Che cos'è Inspire Me

La **Inspire Me** è uno strumento AI potente che crea tracce musicali a partire dalle tue descrizioni testuali o dal Testo.

## Come usare Inspire Me

**Inspire Me** si trova nella **Altri strumenti** sezione nella barra degli strumenti.

<figure><img src="/files/c1aada6bfcfe63f41bba041f14c2ccd806c0b0b9" alt=""><figcaption></figcaption></figure>

### Generazione da un'idea

Per creare musica basata su un'atmosfera, un genere o un concetto, seleziona **Da un'idea** scheda.

1. Nella casella di descrizione, inserisci prompt che descrivano la traccia che immagini, ad esempio: "dance pop energico con un tocco Synth retrò anni '80".\
   Se vuoi creare una traccia senza voci, seleziona la **Strumentale** casella.
2. Fai clic <kbd>Genera</kbd> per avviare il processo di creazione.

### Generazione dal Testo

Se hai già del Testo e vuoi trasformarlo in una canzone, passa alla **Dal Testo** scheda.

1. Incolla o digita il tuo Testo nel campo 'Testo'. Poi, nel campo 'Stili / Tag', descrivi lo stile musicale che desideri per la tua canzone, ad esempio "ballata folk acustica" o "future house ad alta Energia".
2. Fai clic <kbd>Genera</kbd> per avviare il processo di creazione.

### Gestione delle tue Tracce generate

Tutte le tue tracce generate vengono salvate nel tuo account. Puoi visualizzarle nel pannello Cronologia.

* **Scarica**: Una volta terminata, la Traccia è pronta. Ti basta fare clic sul pulsante di download per rendere l'Audio disponibile all'uso.
* **Anteprima**: Puoi fare clic sul <i class="fa-play">:play:</i> pulsante per un ascolto rapido e visualizzare i dettagli utilizzati per crearlo.
* **Aggiungi alla Tela**: Trascina semplicemente una traccia direttamente sulla tua Tela.


---

# 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://docs.acestudio.ai/docs/product-wiki-it/strumenti-ai-1/inspire-me.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.
