# Human-Initiated Requests (via Macro)

Here’s how to set it up in just a few clicks:

### 1 – Create a Macro in Pylon

Go to [your Pylon macros settings](https://docs.usepylon.com/pylon-docs/platform/macros) and create a new macro.

### 2 – Add the Message

Here’s a message that works really well (feel free to tweak the tone to fit your brand):

> *We recommend taking a screen recording to help us see the issue from your perspective, enabling a quicker and more accurate answer:*
>
> <mark style="color:purple;">**CLICK HERE TO RECORD**</mark>
>
> *Pro tip: For best results, enable audio and talk us through the steps leading to your issue while recording*

<figure><img src="/files/xkDpLwf3yxBvZdVMyuhb" alt=""><figcaption></figcaption></figure>

### 3 – Insert the Birdie Request Link

[Go to your Birdie settings](https://app.birdie.so/settings) and copy your **Birdie Request Link**, then paste it into the macro. It should look something like this:

```
https://your-subdomain.birdie.so/urec/pylon?email={{ issue.requester.email }}&ticket={{ issue.id }}
```

<figure><img src="/files/XWRjCqZfmg7iU2c43QVw" alt=""><figcaption></figcaption></figure>


---

# 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.birdie.so/birdie-docs/helpdesk/pylon/flows/human-initiated-requests-via-macro.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.
