# Memory

Another feature of Skynet is that agents are equipped with persistent memory, which allows them to retain context and preferences and adapt based on past interactions.

Skynet enables agents to leverage memory to deliver a highly contextual and personalized experience for each user. The benefit of this is that this memory can be used in the context of specific tasks (for example, remembering where a workflow was left off) or in the long term (becoming more efficient with every interaction).

{% hint style="warning" %}
This feature is not in a finalized state and is the subject of ongoing development.
{% endhint %}


---

# 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://documentation.skynet.io/skynet/getting-started/features/memory.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.
