# Member Information

{% hint style="info" %}
Embedding and filling out member information on the host site can be done by using specific data attributes on DOM nodes (HTML tags). You can only use this feature if you are able to add these attributes. Adding data attributes is not supported by all CMS systems.
{% endhint %}

### Resources

{% content-ref url="/pages/-M\_BNQ\_ggxURf76bof8C" %}
[Embedding Member Info](/embedding/member-information/embedding-member-info.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_BQTgWMAwA0DaQsSQL" %}
[Prefilling Forms](/embedding/member-information/prefilling-forms.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_BuZeJRAZQkKi34wNh" %}
[Available Data Types](/embedding/member-information/available-data-types.md)
{% endcontent-ref %}


---

# 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://developers.memberspace.com/embedding/member-information.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.
