# Create Private Notes

## Create a note

Press the :heavy\_plus\_sign: in the bottom right and tap *Notes*.

Select :heavy\_plus\_sign: in the bottom right to create a new note. Exit the created note any time using the arrow in the upper right corner. Changes are saved automatically.

{% hint style="success" %}
Notes are also securely encrypted with AES CTR 256
{% endhint %}

## Change Colors

Text and background color can be changed. Select the colors icon in the upper right corner :art: when you have note open.

## Sorting

Most recently changed notes appear at the top by default. Change the sorting with the sort icon in the upper right corner.

## Delete Notes

Move to the overview where all created notes are viewed and swipe on a note from right to left.

{% hint style="info" %}
Deleted notes cannot be recovered
{% endhint %}


---

# 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.en.lockmypix.com/create-private-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.
