# Configuration

- [Sourcing (Valuable)](https://docs.atom.codes/webhooked/configuration/sourcing-valuable.md)
- [Formatting](https://docs.atom.codes/webhooked/configuration/formatting.md): Templates are powerful. Use them wisely to transform your webhook data exactly as needed.
- [Security Layer](https://docs.atom.codes/webhooked/configuration/security-layer.md): Security is not optional. Always authenticate webhooks in production environments.
- [Storage Layer](https://docs.atom.codes/webhooked/configuration/storage-layer.md)
- [Response Layer](https://docs.atom.codes/webhooked/configuration/response-layer.md): Responses are what webhook providers see. Configure them carefully to ensure compatibility and proper acknowledgment.
- [Metrics](https://docs.atom.codes/webhooked/configuration/metrics.md): Metrics provide visibility into your webhook processing. Use them to ensure reliability and performance.
- [Throttling](https://docs.atom.codes/webhooked/configuration/throttling.md)


---

# 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.atom.codes/webhooked/configuration.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.
