# Ask Your Notes

The "Ask Your Notes" feature in Narafy uses AI to help you quickly find answers within your notes.

Your notes are your knowledge. Narafy transforms your notes into an interactive knowledge base, making it simpler to leverage your information.

By simply posing a question, the AI scans your notes to identify relevant information, and to provide an answer.&#x20;

*N.B. It can take 5 minutes before updates to your notes are available in 'Ask Your Notes'.*

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

### How It Works

When you ask a question, Narafy evaluates the content of your notes to find and highlight relevant information. It doesn't just search for keywords but understands the context of your questions, ensuring that the responses are as relevant as possible.

### Referencing Relevant Notes

Along with providing answers, 'Ask Your Notes' also points you to the specific notes where the information was found. This allows you to easily access the original context and explore further details if needed.

### Refining with Filters

You can refine your questions using filters, specifying to provide responses only using notes with certain tags, within a date range, and excluding or including archived notes.

<figure><img src="/files/EGKkpo8AHkd837pd2aTi" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://info.narafy.com/narafy-ai/ask-your-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.
