# GETTING STARTED

- [Introduction](https://docs.freelabz.com/getting-started/readme.md): ... or what secator is all about.
- [Installation](https://docs.freelabz.com/getting-started/installation.md): ... or how to install secator and it's dependencies on different platforms.
- [CLI Usage](https://docs.freelabz.com/getting-started/cli-usage.md): ... or how you can use secator as your pentesting swiss-knife.
- [Library usage](https://docs.freelabz.com/getting-started/library-usage.md): ... or how you can use secator as a foundation to build powerful security software.
- [Configuration](https://docs.freelabz.com/getting-started/configuration.md): ... how to configure every aspect of how secator operates.
- [Examples](https://docs.freelabz.com/getting-started/examples.md): ... or concrete use cases for secator.
- [5 minutes secator session](https://docs.freelabz.com/getting-started/examples/5-minutes-secator-session.md): or how you can hack faster than ever before...


---

# 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/getting-started.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.
