> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Memory

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/analytics/add-memory.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=543e575fe3959d5c563613491374b35c" alt="Add Memory Node configuration panel" style={{ width: 'auto' }} width="462" height="124" data-path="_assets/ai/develop/node-reference/analytics/add-memory.png" />
</Frame>

## Description

<Note>
  This feature is in beta. We encourage you to try it out and provide us with feedback.
</Note>

The Add Memory Node stores memories within the [Contact Profile](/ai/agents/analyze/contact-profiles).
A memory entry can be any text, such as user input and other relevant details.

Recorded memories are also accessible within the [Profile](/ai/agents/develop/ai-agent-memory/profile) object in the Interaction Panel.
The array of memories consists of multiple memory objects.
Each memory object contains:

* `id` — a unique identifier for the memory.
* `timestamp` — the exact time the memory was created, recorded in ISO 8601 format.
* `text` — the content of the memory.

Each time the Add Memory Node is triggered, it adds a new memory object to the array, updating the AI Agent's long-term memory.

By referencing stored memories, the AI Agent can generate responses based on past interactions, offering a more personalized and context-aware experience for the end user.

## Parameters

| Parameter  | Type          | Description                                                                    |
| ---------- | ------------- | ------------------------------------------------------------------------------ |
| New Memory | CognigyScript | The text that will be stored in the **Memories** field of the Contact Profile. |

## More Information

* [Agent AI](/ai/agents/develop/node-reference/ai/ai-agent)
* [Agentic AI](/ai/agents/overview)
* [Contact Profile](/ai/agents/analyze/contact-profiles)
