Documentation Index
Fetch the complete documentation index at: https://docs.mem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Mem uses Markdown for formatting content via the API.
Styling
**Bold**
_Italic_
~~Strikethrough~~
Headings
# Heading 1
## Heading 2
### Heading 3
Lists
- Unordered List Item 1
- Unordered List Item 2
- Unordered List Item 2.1
- Unordered List Item 2.2
- Unordered List Item 3
1. Ordered List Item 1
2. Ordered List Item 2
3. Ordered List Item 3
- [ ] Task List Item 1
- [x] Task List Item 2
- [ ] Task List Item 3
Links
[Link Text](https://www.mem.ai)
Images

Linking to Notes
[Link Text](mem://notes/01991079-7a38-718d-a05c-466f2a08e4b0)
Quotes
Code
`console.log("Hello, world!");`
Line Breaks
Tables
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1 | Row 1 | Row 1 |
| Row 2 | Row 2 | Row 2 |
| Row 3 | Row 3 | Row 3 |