> ## 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.

# Welcome

```bash theme={null}
curl "https://api.mem.ai/v2/mem-it" \
     --header "Content-Type: application/json" \
     --header "Authorization: Bearer $MEM_API_KEY" \
     --data '{
         "input": "Note to self: Read the rest of the Mem API docs instead of just copying this example",
         "instructions": "File under 'things I should actually do'"
     }'
```

If you're new to Mem, we recommend starting with the [quickstart guide](./quickstart).

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt-lightning" href="./quickstart">
    Make your first API call in minutes
  </Card>

  <Card title="API Reference" icon="code" href="../../api-reference/introduction">
    Explore and implement the Mem API endpoints
  </Card>
</CardGroup>

***

### Support

<CardGroup cols={2}>
  <Card title="Help Center" icon="circle-question" href="https://support.mem.ai">
    Find answers to frequently asked questions
  </Card>

  <Card title="Service Status" icon="chart-line" href="https://status.mem.ai">
    Check the status of Mem services
  </Card>
</CardGroup>
