# Custom Headers

Learn how to add or modify headers with Caddy

In your App&#39;s settings, you can customize the Caddy routes with the [`header` directive](https://caddyserver.com/docs/caddyfile/directives/header).

For example, adding a header to responses:

```
header Custom-Header &quot;My Value&quot;

%{default}
```
