# Samples

## Specification

Samples are used to provide a sample of the outgoing bundle.

## Static samples

You can define the samples manually.

{% tabs %}
{% tab title="Appearance" %}

<div align="left"><figure><img src="/files/gO8YvgaE99KDnhcElVX5" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Interface" %}

```json
[
	{
		"name": "id",
		"type": "uinteger",
		"label": "User ID"
	},
	{
		"name": "email",
		"type": "email",
		"label": "Email"
	},
	{
		"name": "name",
		"type": "text",
		"label": "Name"
	}
]
```

{% endtab %}

{% tab title="Samples" %}

```json
{
	"id": 1399,
	"email": "johndoe@email.com",
	"name": "John Doe"
}
```

{% endtab %}
{% endtabs %}

## Dynamic samples

See [Samples RPC ](/custom-apps-documentation/app-components/rpcs.md#samples-rpc)for information on how to specify dynamic sample data.


---

# 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.make.com/custom-apps-documentation/component-blocks/samples.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.
