# AI ingestion of external notes

This feature allows you to extract strategic insights from meeting notes and external content to keep launches up-to-date.

## What it extracts

Luna's AI analyzes your notes to identify:

* **Projects/ launches** mentioned
* **User and teams mentions**
* **Risks** and their current status
* **Decisions** (taken and pending)
* **Updates** on progress and priorities
* **Next steps** and **action items**

## How to use external notes analysis

1. Click "**Use AI**" (top left)
2. Select "**Enrich with Notes and Slack**"
3. Copy-paste your notes
4. Click "**Submit**"

## Context enhancement

If the AI needs clarification, it displays questions in the "**Context & Enrichment**" module - examples:

* Clarify which launch is being discussed
* Identify mentioned users vs Luna workspace users

After providing additional context, reprocess the analysis to incorporate the enhanced information.

## Managing historical notes

* You can view all previously ingested notes in the “History tab” of the ingestion module

{% hint style="warning" %}
Deleting notes from history removes the analyzed content from Luna's database - the information will not be used anymore for status updates
{% endhint %}

## Integration with status updates

Extracted information integrates with Luna's status update generation, using RAG (Retrieval-Augmented Generation) to provide comprehensive launch insights.

<br>


---

# 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.withluna.ai/ai/ai-ingestion-of-external-notes.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.
