# Auto-Titles

### Overview

Narafy's Auto-Titles feature uses AI to automatically generate titles for your notes based on the content provided. This functionality activates when there is enough contextual information within a note to formulate a relevant and concise title.

### How It Works

As you add content to your notes, the AI assesses the information and, once it detects sufficient context, generates a title that reflects the main themes or ideas. This helps in organizing notes in a way that makes them easily identifiable and retrievable.

You can also auto-generate a title at any time by clicking the 'Generate Title' option in the AI menu on a note.

<figure><img src="/files/5lWLLvsmYi9JmuTjz5NI" alt="" width="298"><figcaption></figcaption></figure>

### Practical Uses

The Auto-Titles feature is especially useful in situations where you're rapidly taking notes, such as during meetings or lectures, and might not pause to consider a title. It ensures that each note is promptly categorized and can be easily located later, without needing to sift through untitled entries.


---

# 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/auto-titles.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.
