> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/it/risorse-per-sviluppatori/integration-options/registering-rememberizer-apps.md).

# Registrazione delle app Rememberizer

1. Nell'angolo in alto a sinistra di qualsiasi pagina, fai clic su **Sviluppatore**, quindi fai clic su **App registrate**.
2. Fai clic su **Registra nuova app**. Apparirà una finestra popup per compilare le informazioni della tua app.
3. In **"Nome dell'applicazione"**, digita il nome della tua app.
4. In **"Descrizione (opzionale)"**, compila la descrizione della tua app se necessario.
5. In "**Logo dell'applicazione (opzionale)"**, carica il logo delle tue applicazioni se ne hai.
6. In **"URL della pagina di atterraggio"**, digita il dominio della tua pagina di atterraggio. La tua pagina di atterraggio contiene un riepilogo dettagliato di cosa fa la tua app e di come si integra con Rememberizer.
7. In **"Origini delle richieste autorizzate"**, digita il dominio del sito web della tua app.
8. In **"URL di reindirizzamento autorizzati"**, digita l'URL di callback della tua app.
9. Fai clic su **"Crea app"**.


---

# 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.rememberizer.ai/it/risorse-per-sviluppatori/integration-options/registering-rememberizer-apps.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.
