# Customize responses to clients

Blocked requests can receive customized [response headers](/console-walkthrough/security/actions.md#response-headers-only-available-for-block-actions), [status codes](/console-walkthrough/security/actions.md#status-code-only-available-for-block-actions), and [content](/console-walkthrough/security/actions.md#content-only-available-for-block-actions), by configuring the appropriate Actions.

Admins can also run custom Lua code via [Edge Functions](/console-walkthrough/sites/edge-functions.md). Edge Functions with a [phase](/console-walkthrough/sites/edge-functions.md#phase) of `Response Pre Processing` or `Response Post Processing` will be run after the backend has responded to the request, but before the response is sent to the client.


---

# 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://waap.docs.link11.com/using-the-product/how-do-i.../customize-responses-to-clients.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.
