# IN-DEPTH

- [Philosophy & design](https://docs.freelabz.com/in-depth/philosophy-and-design.md): ... or the core concepts behind the pillars of secator.
- [Distributed runs with Celery](https://docs.freelabz.com/in-depth/distributed-runs-with-celery.md): ... or how you can 10x your scanning speed and massively parallelize your workflows.
- [Concepts](https://docs.freelabz.com/in-depth/concepts.md): ... or foundational blocks that you must understand in order to go deeper.
- [Output types](https://docs.freelabz.com/in-depth/concepts/output-types.md): ... or how secator unifies all output into common schemas.
- [Proxies](https://docs.freelabz.com/in-depth/concepts/proxies.md): ... or how to control how secator connects to targets.
- [Exporters](https://docs.freelabz.com/in-depth/concepts/exporters.md): ... or how to export reports to different destinations.
- [Runners](https://docs.freelabz.com/in-depth/concepts/runners.md): ... or how secator's internals work.
- [Drivers](https://docs.freelabz.com/in-depth/concepts/drivers.md): ... or how to route live results to a destination.
- [Profiles](https://docs.freelabz.com/in-depth/concepts/profiles.md): ... or how to manage different runner option sets effectively.
- [Deployment](https://docs.freelabz.com/in-depth/deployment.md): ... or how to run secator anywhere.


---

# 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.freelabz.com/in-depth.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.
