# GH-4056-add\_raw\_data\_pointers\_to\_AENS

* Introduce a new type of pointer for AENS names. The raw data pointer/value is\
  an arbitrary sized byte array (max 1024 bytes). And since before there is a\
  maximum of 32 key-pointer pairs. FATE VM and Sophia are updated to allow full\
  access to the new pointer type (See\
  <https://github.com/aeternity/aesophia/blob/master/docs/sophia\\_stdlib.md#aensv2>).


---

# 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://docs.aeternity.com/developer-documentation/aeternity/docs/release-notes/next-ceres/gh-4056-add_raw_data_pointers_to_aens.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.
