# Renderer

{% hint style="info" %}
This feature is currently in Beta. Please reach out to Support to find out more.&#x20;
{% endhint %}

**Renderers** control how an agent’s response is displayed to the end user. While the agent generates the content, the renderer decides the format and presentation of that content based on the use case.

Renderers are especially useful when the same logic needs to be displayed differently—like showing results in a table for data queries or formatting a message as a polished email.

<figure><img src="/files/khpMrsXebbxakyjuRfLf" alt="" width="563"><figcaption></figcaption></figure>

* **Query Result**\
  Format and present structured data (like rows from a database) in a clean, readable layout—often as tables or lists.
* **Email**\
  Format the output as a properly styled email, ready to send to customers or stakeholders.


---

# 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.stackerhq.com/stacker-astra/ai-and-automations/ai-agents-beta/renderer.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.
