# Footnotes

You can add additional information to your text by using **Footnotes**.

The footnote text may appear appear

* on the same block as the footnote (could be on a new line)
* in a block below on the same level (*sibling*)
* in a block below indented further (*child*)
* in an unrelated block

### How to Use Footnotes

To use footnotes, you add the footnote indicator (`[^1]`) at the end of your text. Further down the page, you add the footnote text for the marker (in this case, marker #1). For example:

* `This is a line of text notice how I add the footnote marker at the end [^1]. Ok great and now?`

Where you want the footnote to appear, add:

* `[^1]: This is the footnote to the text above`

Clicking on superscript 1 in the original text will navigate to the footnote. Clicking on the footnote will navigate back to the source text.&#x20;

{% embed url="<https://www.youtube.com/watch?v=K8qqhetEvUA>" %}


---

# 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://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/beginner-to-advance-features/footnotes.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.
