# Inserting mathematical formulas

Amanote has no LaTex-compatible mathematical equation editor. To insert a formula, click on the mathematical symbol icon in the text editor. You can then either write the formula directly in LaTex, or build your equation using the equation editor.

To edit an equation already inserted in your notes, simply click on it and the editor will reopen.

<figure><img src="/files/p5PFySUy1ZPt9lvzpv6Y" alt=""><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://guide.amanote.com/en/getting-started/note-taking/inserting-mathematical-formulas.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.
