# Welcome!

Hey there! 👋

This page provides an entry point for our documentation on Diligence Fuzzing (DF). We'll describe how to get started with setting up a fuzzing campaign and how to use the system.

We'll also provide an introduction to different aspects of our system, and provide help on how to properly set up the fuzzer.

## Signing Up

Don't have an account yet? Sign up on the link below and get started today!

{% embed url="<https://consensys.net/diligence/fuzzing/>" %}

If you do have an account, then you can go here:

{% embed url="<https://fuzzing.diligence.tools>" %}

## How to use our documentation

If you're new to Diligence Fuzzing and you want to setup a campaign, we recommend reading the following short tutorial:

{% content-ref url="getting-started/quickstart" %}
[quickstart](https://fuzzing-docs.diligence.tools/getting-started/quickstart)
{% endcontent-ref %}

If you're already using fuzzing and want to know how to read the report, we recommend the following page:

{% content-ref url="general/reports" %}
[reports](https://fuzzing-docs.diligence.tools/general/reports)
{% endcontent-ref %}


---

# 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://fuzzing-docs.diligence.tools/master.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.
