> For the complete documentation index, see [llms.txt](https://docs.aurorasuite.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aurorasuite.ai/panoramica/getting-started.md).

# Primi passi

Questa sezione ti aiuta a capire da dove iniziare per usare Aurora in modo corretto e arrivare rapidamente a una configurazione operativa.

Aurora è progettata per supportare soprattutto la gestione delle chiamate inbound e outbound. Per questo motivo, i primi passaggi consigliati seguono un ordine pratico.

## Obiettivo dei primi passi

Per iniziare a usare Aurora, ti consigliamo di seguire questo ordine:

1. [Accedi alla piattaforma](https://app.aurorasuite.ai/) e completa le informazioni iniziali richieste
2. [Crea il tuo primo agente](/funzionalita-operative/agent-management.md)
3. [Configura un numero telefonico o la parte VoIP](/funzionalita-operative/phone-numbers-and-voip.md)
4. [Collega eventuali integrazioni necessarie (Google Calendar)](/funzionalita-operative/integrations.md)
5. [Crea e Avvia le prime attività operative con delle campagne](/funzionalita-operative/campaign-management.md)

Questo ordine ti permette di evitare configurazioni incomplete e di arrivare più rapidamente a un utilizzo concreto della piattaforma.


---

# 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.aurorasuite.ai/panoramica/getting-started.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.
